Skip to content

Commit

Permalink
Updated to v3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
stasinopoulos committed Apr 12, 2021
1 parent e098327 commit 06fdaa0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.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+.
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
2 changes: 1 addition & 1 deletion src/utils/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 06fdaa0

Please sign in to comment.