File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1- ## Version 3.9 (TBA )
1+ ## Version 3.9 (2024-01-19 )
22* Fixed: Multiple bug-fixes regarding several reported unhandled exceptions.
33* Revised: Minor improvement regarding logging user-supplied command(s) (i.e. ` --os-cmd ` option) to a file.
44* Revised: Improvement regarding parsing HTTP requests through Tor HTTP proxy (i.e. ` --tor ` switch).
1212* Added: Translation for [ README.md] ( https://github.com/commixproject/commix/blob/master/doc/translations/README-tr-TR.md ) in Turkish (via @Kazgangap )
1313* Revised: Minor improvement regarding parsing SOAP/XML POST data.
1414
15+ _ Note: For more check the [ detailed changeset] ( https://github.com/commixproject/commix/compare/v3.8...v3.9 ) ._
16+
1517## Version 3.8 (2023-08-14)
1618* Fixed: Multiple bug-fixes regarding several reported unhandled exceptions.
1719* Revised: Minor improvement regarding parsing raw HTTP request from a file (i.e. ` -r ` option).
Original file line number Diff line number Diff line change 1717
1818setup (
1919 name = 'commix' ,
20- version = '3.9-dev ' ,
20+ version = '3.9-stable ' ,
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 @@ -248,7 +248,7 @@ def sys_argv_errors():
248248AUTHOR = "Anastasios Stasinopoulos"
249249VERSION_NUM = "3.9"
250250REVISION = "44"
251- STABLE_RELEASE = False
251+ STABLE_RELEASE = True
252252VERSION = "v"
253253if STABLE_RELEASE :
254254 VERSION = VERSION + VERSION_NUM + "-stable"
You can’t perform that action at this time.
0 commit comments