Skip to content

Commit

Permalink
Patch related to the #980
Browse files Browse the repository at this point in the history
  • Loading branch information
stasinopoulos committed Nov 13, 2024
1 parent 9e65bfe commit 786f281
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/core/injections/controller/checks.py
Original file line number Diff line number Diff line change
Expand Up @@ -2109,6 +2109,7 @@ def check_similarities(all_params):
parameter_value = ''.join(re.findall(r'=(.*)', all_params[param]))
all_params[param] = parameter_name + "=" + parameter_value + settings.RANDOM_TAG

all_params = [x for x in all_params if x is not None]
return all_params

"""
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 = "112"
REVISION = "113"
STABLE_RELEASE = False
VERSION = "v"
if STABLE_RELEASE:
Expand Down

0 comments on commit 786f281

Please sign in to comment.