Skip to content

Commit

Permalink
Potential fix for #974
Browse files Browse the repository at this point in the history
  • Loading branch information
stasinopoulos committed Nov 5, 2024
1 parent 1086deb commit 4857518
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions src/core/requests/parameters.py
Original file line number Diff line number Diff line change
Expand Up @@ -724,6 +724,9 @@ def specify_cookie_parameter(cookie):
break
else:
vuln_parameter = cookie

if 'vuln_parameter' not in locals():
return cookie

return vuln_parameter

Expand Down
2 changes: 1 addition & 1 deletion src/utils/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ def sys_argv_errors():
DESCRIPTION = "The command injection exploiter"
AUTHOR = "Anastasios Stasinopoulos"
VERSION_NUM = "4.0"
REVISION = "107"
REVISION = "108"
STABLE_RELEASE = False
VERSION = "v"
if STABLE_RELEASE:
Expand Down

0 comments on commit 4857518

Please sign in to comment.