Skip to content

Commit

Permalink
Fixes #963
Browse files Browse the repository at this point in the history
  • Loading branch information
stasinopoulos committed Sep 26, 2024
1 parent 82957ef commit d847f15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/utils/menu.py
Original file line number Diff line number Diff line change
Expand Up @@ -539,6 +539,7 @@ def banner():
"used to customize the detection phase.")

detection.add_option("--level",
type="int",
dest="level",
default=False,
help="Level of tests to perform (1-3, Default: " + str(settings.DEFAULT_INJECTION_LEVEL) + ").")
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 = "96"
REVISION = "97"
STABLE_RELEASE = False
VERSION = "v"
if STABLE_RELEASE:
Expand Down

0 comments on commit d847f15

Please sign in to comment.