From 2bcf43a242780141c867582309d71a3cd651496a Mon Sep 17 00:00:00 2001 From: stasinopoulos Date: Mon, 13 Sep 2021 09:06:05 +0300 Subject: [PATCH] Updated to v3.3 --- doc/CHANGELOG.md | 2 +- setup.py | 2 +- src/utils/settings.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/CHANGELOG.md b/doc/CHANGELOG.md index 0855ed42bd..605a451e9a 100755 --- a/doc/CHANGELOG.md +++ b/doc/CHANGELOG.md @@ -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. diff --git a/setup.py b/setup.py index 447f95574a..a13aa90fcb 100644 --- a/setup.py +++ b/setup.py @@ -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', diff --git a/src/utils/settings.py b/src/utils/settings.py index a45b605696..8d591d6d1a 100755 --- a/src/utils/settings.py +++ b/src/utils/settings.py @@ -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: