File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 1
1
## Version 2.9 (upcoming)
2
+ * Fixed: Multiple bug-fixes regarding several reported unhandled exceptions.
2
3
* Fixed: Bug-fix regarding parsing hostname and port from URL.
3
4
* Revised: Improvement regarding automatically decoding "deflate" and "gzip" HTTP responses.
4
5
* Fixed: Bug-fix regarding parsing HTTP header values that contain multiple ":".
Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ def sys_argv_errors():
155
155
DESCRIPTION_FULL = "Automated All-in-One OS Command Injection and Exploitation Tool"
156
156
DESCRIPTION = "The command injection exploiter"
157
157
AUTHOR = "Anastasios Stasinopoulos"
158
- VERSION_NUM = "2.9.53 "
158
+ VERSION_NUM = "2.9.54 "
159
159
STABLE_VERSION = False
160
160
if STABLE_VERSION :
161
161
VERSION = "v" + VERSION_NUM [:3 ] + "-stable"
You can’t perform that action at this time.
0 commit comments