Skip to content

Commit

Permalink
Fixes #953
Browse files Browse the repository at this point in the history
  • Loading branch information
stasinopoulos committed Aug 27, 2024
1 parent edf7dce commit d8169c3
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 @@ -36,6 +36,7 @@
from src.thirdparty.odict import OrderedDict
from src.core.convert import hexdecode
from socket import error as SocketError
from src.core.requests import proxy
from src.core.requests import headers
from src.core.requests import requests
from src.core.requests import parameters
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 = "91"
REVISION = "92"
STABLE_RELEASE = False
VERSION = "v"
if STABLE_RELEASE:
Expand Down

0 comments on commit d8169c3

Please sign in to comment.