Skip to content

Commit

Permalink
Minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
stasinopoulos committed Apr 20, 2023
1 parent 95373e7 commit a7cf112
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/core/injections/controller/checks.py
Original file line number Diff line number Diff line change
Expand Up @@ -884,7 +884,7 @@ def check_http_s(url):
print(settings.print_critical_msg(err_msg))
raise SystemExit()
except ValueError as err:
err_msg = "Invalid target URL has been given."
err_msg = "Problem occurred while parsing target URL."
print(settings.print_critical_msg(err_msg))
raise SystemExit()
return url
Expand Down
2 changes: 1 addition & 1 deletion src/utils/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ def sys_argv_errors():
DESCRIPTION = "The command injection exploiter"
AUTHOR = "Anastasios Stasinopoulos"
VERSION_NUM = "3.8"
REVISION = "8"
REVISION = "9"
STABLE_RELEASE = False
VERSION = "v"
if STABLE_RELEASE:
Expand Down

0 comments on commit a7cf112

Please sign in to comment.