Skip to content

Commit

Permalink
Minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
stasinopoulos committed Jan 15, 2025
1 parent 7990914 commit 516af4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/core/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -420,6 +420,7 @@ def main(filename, url, http_request_method):
else:
menu.options.tech = ''.join([str(x) for x in settings.AVAILABLE_TECHNIQUES])

menu.options.tech = menu.options.tech.lower()
# Check for skipping injection techniques.
if menu.options.skip_tech:
# Convert injection technique(s) to lowercase
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.1"
REVISION = "2"
REVISION = "3"
STABLE_RELEASE = False
VERSION = "v"
if STABLE_RELEASE:
Expand Down

0 comments on commit 516af4c

Please sign in to comment.