From 06fdaa000d6170a7b68cbca8fc9c8dc6bca47f3c Mon Sep 17 00:00:00 2001 From: stasinopoulos Date: Mon, 12 Apr 2021 08:49:07 +0300 Subject: [PATCH] Updated to v3.2 --- doc/CHANGELOG.md | 2 +- setup.py | 4 ++-- src/utils/settings.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/CHANGELOG.md b/doc/CHANGELOG.md index 9d90245a63..706ff1f411 100755 --- a/doc/CHANGELOG.md +++ b/doc/CHANGELOG.md @@ -1,4 +1,4 @@ -## Version 3.2 (upcoming) +## Version 3.2 (2021-04-12) * Fixed: Multiple bug-fixes regarding several reported unhandled exceptions. * Added: New tamper script "slash2env.py" that replaces slashes ("/") with environment variable value "${PATH%%u*}" (for *nix targets). * Revised: Minor improvement regarding session handler for supporting Python 3.4+. diff --git a/setup.py b/setup.py index e05337653b..f1a516d497 100644 --- a/setup.py +++ b/setup.py @@ -17,8 +17,8 @@ setup( name='commix', - version='3.2-dev', - description='Automated All-in-One OS Command Injection Exploitation Tool.', + version='3.2', + description='Automated All-in-One OS Command Injection Exploitation Tool', long_description=open('README.md').read(), long_description_content_type='text/markdown', author='Anastasios Stasinopoulos', diff --git a/src/utils/settings.py b/src/utils/settings.py index ae481bb329..96ab9676f3 100755 --- a/src/utils/settings.py +++ b/src/utils/settings.py @@ -204,7 +204,7 @@ def sys_argv_errors(): DESCRIPTION = "The command injection exploiter" AUTHOR = "Anastasios Stasinopoulos" VERSION_NUM = "3.2.98" -STABLE_VERSION = False +STABLE_VERSION = True if STABLE_VERSION: VERSION = "v" + VERSION_NUM[:3] + "-stable" else: