Skip to content

Commit 49d6d70

Browse files
Merge pull request #88 from alexandreborges/dev
Malwoverview 7.1.1 | Adjustments
2 parents fb1c762 + 06a3ebf commit 49d6d70

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Malwoverview
22

3-
[<img alt="GitHub release (latest by date)" src="https://img.shields.io/github/v/release/alexandreborges/malwoverview?color=red&style=for-the-badge">](https://github.com/alexandreborges/malwoverview/releases/tag/v7.1) [<img alt="GitHub last commit" src="https://img.shields.io/github/last-commit/alexandreborges/malwoverview?color=Yellow&style=for-the-badge">](https://github.com/alexandreborges/malwoverview/releases) [<img alt="GitHub Release Date" src="https://img.shields.io/github/release-date/alexandreborges/malwoverview?label=Release%20Date&style=for-the-badge">](https://github.com/alexandreborges/malwoverview/releases) [<img alt="GitHub" src="https://img.shields.io/github/license/alexandreborges/malwoverview?style=for-the-badge">](https://github.com/alexandreborges/malwoverview/blob/master/LICENSE)
3+
[<img alt="GitHub release (latest by date)" src="https://img.shields.io/github/v/release/alexandreborges/malwoverview?color=red&style=for-the-badge">](https://github.com/alexandreborges/malwoverview/releases/tag/v7.1.1) [<img alt="GitHub last commit" src="https://img.shields.io/github/last-commit/alexandreborges/malwoverview?color=Yellow&style=for-the-badge">](https://github.com/alexandreborges/malwoverview/releases) [<img alt="GitHub Release Date" src="https://img.shields.io/github/release-date/alexandreborges/malwoverview?label=Release%20Date&style=for-the-badge">](https://github.com/alexandreborges/malwoverview/releases) [<img alt="GitHub" src="https://img.shields.io/github/license/alexandreborges/malwoverview?style=for-the-badge">](https://github.com/alexandreborges/malwoverview/blob/master/LICENSE)
44
[<img alt="GitHub stars" src="https://img.shields.io/github/stars/alexandreborges/malwoverview?logoColor=Red&style=for-the-badge">](https://github.com/alexandreborges/malwoverview/stargazers)
55
[<img alt="Twitter Follow" src="https://img.shields.io/twitter/follow/ale_sp_brazil?style=for-the-badge&logo=X&color=blueviolet">](https://twitter.com/ale_sp_brazil)
66
[<img alt="Downloads/Last Month" src="https://img.shields.io/pypi/dm/malwoverview?color=blue&style=for-the-badge&label=Last%20Month">](https://pypistats.org/packages/malwoverview)
@@ -44,7 +44,7 @@
4444
See GNU Public License on <http://www.gnu.org/licenses/>.
4545

4646

47-
## Current Version: 7.1
47+
## Current Version: 7.1.1
4848

4949
Important note: Malwoverview does NOT submit samples to any endpoint by default,
5050
so it respects possible Non-Disclosure Agreements (NDAs). There're specific options

malwoverview/malwoverview.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
# Corey Forman (https://github.com/digitalsleuth)
2222
# Christian Clauss (https://github.com/cclauss)
2323

24-
# Malwoverview.py: version 7.1
24+
# Malwoverview.py: version 7.1.1
2525

2626
import os
2727
import argparse
@@ -53,7 +53,7 @@
5353
__author__ = "Alexandre Borges"
5454
__copyright__ = "Copyright 2018-2026 Alexandre Borges"
5555
__license__ = "GNU General Public License v3.0"
56-
__version__ = "7.1"
56+
__version__ = "7.1.1"
5757
__email__ = "reverseexploit at proton.me"
5858

5959
def finish_hook(signum, frame):

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "malwoverview"
7-
version = "7.1.0"
7+
version = "7.1.1"
88
description = "Malwoverview is a first response tool for threat hunting."
99
readme = "README.md"
1010
authors = [{name = "Alexandre Borges", email = "reverseexploit@proton.me"}]

0 commit comments

Comments
 (0)