8000 Updated to v3.3 · Develop-Python/commix@2bcf43a · GitHub
[go: up one dir, main page]

Skip to content

Commit 2bcf43a

Browse files
committed
Updated to v3.3
1 parent bb8a793 commit 2bcf43a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

doc/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Version 3.3 (TBA)
1+
## Version 3.3 (2021-09-13)
22
* Fixed: Multiple bug-fixes regarding several reported unhandled exceptions.
33
* Fixed: Minor bug-fix regarding scanning multiple targets given in a textual file (i.e. via option `-m`).
44
* Removed: The "Regsvr32.exe application whitelisting bypass" attack vector has been removed.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
setup(
1919
name='commix',
20-
version='3.3-dev',
20+
version='3.3',
2121
description='Automated All-in-One OS Command Injection Exploitation Tool',
2222
long_description=open('README.md').read(),
2323
long_description_content_type='text/markdown',

src/utils/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ def sys_argv_errors():
217217
AUTHOR = "Anastasios Stasinopoulos"
218218
VERSION_NUM = "3.3"
219219
REVISION = "64"
220-
STABLE_RELEASE = False
220+
STABLE_RELEASE = True
221221
if STABLE_RELEASE:
222222
VERSION = "v" + VERSION_NUM + "-stable"
223223
else:

0 commit comments

Comments
 (0)
0