diff --git a/README.md b/README.md
index 875a315..f5f71d8 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# Malwoverview
-[
](https://github.com/alexandreborges/malwoverview/releases/tag/4.0.0) [
](https://github.com/alexandreborges/malwoverview/releases) [
](https://github.com/alexandreborges/malwoverview/releases) [
](https://github.com/alexandreborges/malwoverview/blob/master/LICENSE)
+[
](https://github.com/alexandreborges/malwoverview/releases/tag/4.0.1) [
](https://github.com/alexandreborges/malwoverview/releases) [
](https://github.com/alexandreborges/malwoverview/releases) [
](https://github.com/alexandreborges/malwoverview/blob/master/LICENSE)
[
](https://github.com/alexandreborges/malwoverview/stargazers) [
](https://twitter.com/ale_sp_brazil)
[
](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=M8F458EZH8UZE&source=url)
@@ -94,7 +94,7 @@
See GNU Public License on .
-# Current Version: 4.0.0
+# Current Version: 4.0.1
Important note: Malwoverview does NOT submit samples to Virus Total or Hybrid Analysis by
default. It submits only hashes, so respecting Non-Disclosure Agreements (NDAs). Nonetheless,
@@ -615,6 +615,13 @@ optional arguments:
# HISTORY
+Version 4.0.1:
+
+ This version:
+
+ * Fixes small typos and the README.
+
+
Version 4.0.0:
This version:
diff --git a/malwoverview/malwoverview.py b/malwoverview/malwoverview.py
index 9a7b33c..84179de 100755
--- a/malwoverview/malwoverview.py
+++ b/malwoverview/malwoverview.py
@@ -19,7 +19,7 @@
# Alexandre Borges (project owner)
# Corey Forman (https://github.com/digitalsleuth)
-# Malwoverview.py: version 4.0.0
+# Malwoverview.py: version 4.0.1
import os
import sys
@@ -58,7 +58,7 @@
__author__ = "Alexandre Borges"
__copyright__ = "Copyright 2018-2020, Alexandre Borges"
__license__ = "GNU General Public License v3.0"
-__version__ = "4.0.0"
+__version__ = "4.0.1"
__email__ = "alexandreborges at blackstormsecurity.com"
haurl = 'https://www.hybrid-analysis.com/api/v2'
@@ -5993,7 +5993,7 @@ def dirchecking(repo2):
threadcrowd = 0
threatcrowdarg = 0
- parser = argparse.ArgumentParser(prog=None, description="Malwoverview is a malware triage tool written by Alexandre Borges. The current version is 4.0.0.", usage= "python malwoverview.py -c -d -f -b <0|1> -v <0|1|2|3> -a <0|1|2|3|4|5> -x <0|1> -w <0|1> -u -H -V -D <0|1> -e<0|1|2|3|4> -A -g -r -t <0|1> -l <1-14> -L -U -S -z -K <0|1|2> -j -J -P -R -G <0|1|2|3|4> -y <0|1|2|3> -Y -Y -T -W -k -I -n <1|2|3|4|5> -N -M <1-8> -m -Q <1-5> -q ")
+ parser = argparse.ArgumentParser(prog=None, description="Malwoverview is a malware triage tool written by Alexandre Borges. The current version is 4.0.1.", usage= "python malwoverview.py -c -d -f -b <0|1> -v <0|1|2|3> -a <0|1|2|3|4|5> -x <0|1> -w <0|1> -u -H -V -D <0|1> -e<0|1|2|3|4> -A -g -r -t <0|1> -l <1-14> -L -U -S -z -K <0|1|2> -j -J -P -R -G <0|1|2|3|4> -y <0|1|2|3> -Y -Y -T -W -k -I -n <1|2|3|4|5> -N -M <1-8> -m -Q <1-5> -q ")
parser.add_argument('-c', '--config', dest='config', type=str, metavar = "CONFIG FILE", default = (USER_HOME_DIR + '.malwapi.conf'), help='Use a custom config file to specify API\'s')
parser.add_argument('-d', '--directory', dest='direct',type=str, metavar = "DIRECTORY", help='Specifies the directory containing malware samples.')
parser.add_argument('-f', '--filename', dest='fpname',type=str, metavar = "FILENAME", default = '', help='Specifies a full path to a malware sample. It returns general information about the file (any filetype)')
diff --git a/setup.py b/setup.py
index 1cb8b1a..46eb05a 100644
--- a/setup.py
+++ b/setup.py
@@ -13,7 +13,7 @@
setup(
name="malwoverview",
- version="4.0.0",
+ version="4.0.1",
author="Alexandre Borges",
author_email="alexandreborges@blackstormsecurity.com",
license="GNU GPL v3.0",