Skip to content

Commit

Permalink
Updated to v3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
stasinopoulos committed Sep 13, 2021
1 parent bb8a793 commit 2bcf43a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Version 3.3 (TBA)
## Version 3.3 (2021-09-13)
* Fixed: Multiple bug-fixes regarding several reported unhandled exceptions.
* Fixed: Minor bug-fix regarding scanning multiple targets given in a textual file (i.e. via option `-m`).
* Removed: The "Regsvr32.exe application whitelisting bypass" attack vector has been removed.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

setup(
name='commix',
version='3.3-dev',
version='3.3',
description='Automated All-in-One OS Command Injection Exploitation Tool',
long_description=open('README.md').read(),
long_description_content_type='text/markdown',
Expand Down
2 changes: 1 addition & 1 deletion src/utils/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ def sys_argv_errors():
AUTHOR = "Anastasios Stasinopoulos"
VERSION_NUM = "3.3"
REVISION = "64"
STABLE_RELEASE = False
STABLE_RELEASE = True
if STABLE_RELEASE:
VERSION = "v" + VERSION_NUM + "-stable"
else:
Expand Down

0 comments on commit 2bcf43a

Please sign in to comment.