Skip to content

Commit 1c7ffd0

Browse files
committed
Trivial update
1 parent bf84511 commit 1c7ffd0

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

doc/CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ _Note: For more check the [detailed changeset](https://github.com/commixproject/
8686
* Added: New switch `--ignore-proxy` to ignore the system default HTTP proxy.
8787
* Revised: Minor improvement regarding parsing HTTP requests through HTTP proxy (i.e. `--proxy` option).
8888
* Added: New switch `--smart` for conducting through tests only in case of positive heuristic(s).
89-
* Added: Translation for [README.md](https://github.com/commixproject/commix/blob/master/doc/translations/README-tr-TR.md) in Turkish. (via @Kazgangap)
89+
* Added: Turkish translation of [README.md](https://github.com/commixproject/commix/blob/master/doc/translations/README-tr-TR.md) (via @Kazgangap).
9090
* Revised: Minor improvement regarding parsing SOAP/XML POST data.
9191

9292
_Note: For more check the [detailed changeset](https://github.com/commixproject/commix/compare/v3.8...v3.9)._
@@ -95,7 +95,7 @@ _Note: For more check the [detailed changeset](https://github.com/commixproject/
9595
* Fixed: Multiple bug-fixes regarding several reported unhandled exceptions.
9696
* Revised: Minor improvement regarding parsing raw HTTP request from a file (i.e. `-r` option).
9797
* Revised: Minor improvement regarding dynamic code evaluation technique (i.e. command execution output).
98-
* Added: Translation for [README.md](https://github.com/commixproject/commix/blob/master/doc/translations/README-fa-FA.md) in Farsi(Persian) (via @verfosec)
98+
* Added: Farsi(Persian) translation of [README.md](https://github.com/commixproject/commix/blob/master/doc/translations/README-fa-FA.md) (via @verfosec).
9999
* Fixed: Minor bug-fix regarding `--skip-empty` flag, for skipping the testing of the parameter(s) with empty value(s).
100100
* Revised: Minor improvement regarding tamper script "uninitializedvariable.py", for adding randomly generated uninitialized bash variables between the characters of each command of the generated payloads.
101101
* Revised: Minor improvement regarding skipping further tests involving target that an injection point has already been detected.
@@ -114,7 +114,7 @@ _Note: For more check the [detailed changeset](https://github.com/commixproject/
114114

115115
## Version 3.7 (2023-02-17)
116116
* Fixed: Multiple bug-fixes regarding several reported unhandled exceptions.
117-
* Added: Translation for [README.md](https://github.com/commixproject/commix/blob/master/doc/translations/README-idn-IDN.md) in Indonesian (via @galihap76)
117+
* Added: Indonesian translation of [README.md](https://github.com/commixproject/commix/blob/master/doc/translations/README-idn-IDN.md) (via @galihap76).
118118
* Revised: Improvements regarding parsing HTTP requests through HTTP proxy (i.e. `--proxy` option).
119119
* Revised: Improvements regarding identifying injection marker (i.e. asterisk `*`) in provided parameter values (e.g. GET, POST or HTTP headers).
120120
* Added: New option ` --crawl-exclude` regarding setting regular expression for excluding pages from crawling (e.g. `logout`).

src/utils/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ def sys_argv_errors():
262262
DESCRIPTION = "The command injection exploiter"
263263
AUTHOR = "Anastasios Stasinopoulos"
264264
VERSION_NUM = "4.2"
265-
REVISION = "24"
265+
REVISION = "25"
266266
STABLE_RELEASE = False
267267
VERSION = "v"
268268
if STABLE_RELEASE:

0 commit comments

Comments
 (0)