File tree 3 files changed +3
-3
lines changed 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- ## Version 3.3 (TBA )
1
+ ## Version 3.3 (2021-09-13 )
2
2
* Fixed: Multiple bug-fixes regarding several reported unhandled exceptions.
3
3
* Fixed: Minor bug-fix regarding scanning multiple targets given in a textual file (i.e. via option ` -m ` ).
4
4
* Removed: The "Regsvr32.exe application whitelisting bypass" attack vector has been removed.
Original file line number Diff line number Diff line change 17
17
18
18
setup (
19
19
name = 'commix' ,
20
- version = '3.3-dev ' ,
20
+ version = '3.3' ,
21
21
description = 'Automated All-in-One OS Command Injection Exploitation Tool' ,
22
22
long_description = open ('README.md' ).read (),
23
23
long_description_content_type = 'text/markdown' ,
Original file line number Diff line number Diff line change @@ -217,7 +217,7 @@ def sys_argv_errors():
217
217
AUTHOR = "Anastasios Stasinopoulos"
218
218
VERSION_NUM = "3.3"
219
219
REVISION = "64"
220
- STABLE_RELEASE = False
220
+ STABLE_RELEASE = True
221
221
if STABLE_RELEASE :
222
222
VERSION = "v" + VERSION_NUM + "-stable"
223
223
else :
You can’t perform that action at this time.
0 commit comments