Skip to content

Commit

Permalink
Updated to v3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
stasinopoulos committed Feb 17, 2023
1 parent b7ec1a7 commit 57a598b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.7 (TBA)
## Version 3.7 (2023-02-17)
* Revised: Improvements regarding parsing HTTP requests through HTTP proxy (i.e `--proxy` option).
* Revised: Improvements regarding identifying injection marker (i.e. asterisk `*`) in provided parameter values (e.g. GET, POST or HTTP headers).
* Added: New option ` --crawl-exclude` regarding setting regular expression for excluding pages from crawling (e.g. "logout").
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

setup(
name='commix',
version='3.7-dev',
version='3.7',
description='Automated All-in-One OS Command Injection Exploitation Tool',
long_description=open('README.md').read(),
long_description_content_type='text/markdown',
Expand Down
2 changes: 1 addition & 1 deletion src/utils/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ def sys_argv_errors():
AUTHOR = "Anastasios Stasinopoulos"
VERSION_NUM = "3.7"
REVISION = "61"
STABLE_RELEASE = False
STABLE_RELEASE = True
VERSION = "v"
if STABLE_RELEASE:
VERSION = VERSION + VERSION_NUM + "-stable"
Expand Down

0 comments on commit 57a598b

Please sign in to comment.