Skip to content

Commit

Permalink
Fixes #910
Browse files Browse the repository at this point in the history
  • Loading branch information
stasinopoulos committed Apr 27, 2024
1 parent a386467 commit f48c39c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/core/injections/controller/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ def invalid_data(request):
with open(request_file, 'r') as file:
request = file.read()
else:
r
invalid_data(request_file)

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

0 comments on commit f48c39c

Please sign in to comment.