File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- ## Version 3.5 (TBA )
1+ ## Version 3.5 (2022-07-03 )
22* Fixed: Multiple bug-fixes regarding several reported unhandled exceptions.
33* Revised: Improvements regarding Windows-based payloads for every supported technique.
44* Revised: Improvement regarding alternative shell (i.e.` --alter-shell ` ) for generating Python 3x payloads.
Original file line number Diff line number Diff line change 1717
1818setup (
1919 name = 'commix' ,
20- version = '3.5-dev ' ,
20+ version = '3.5' ,
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' ,
Original file line number Diff line number Diff line change @@ -242,7 +242,7 @@ def sys_argv_errors():
242242AUTHOR = "Anastasios Stasinopoulos"
243243VERSION_NUM = "3.5"
244244REVISION = "99"
245- STABLE_RELEASE = False
245+ STABLE_RELEASE = True
246246if STABLE_RELEASE :
247247 VERSION = "v" + VERSION_NUM + "-stable"
248248else :
You can’t perform that action at this time.
0 commit comments