diff --git a/src/core/injections/controller/checks.py b/src/core/injections/controller/checks.py index 511ddf0baa..6c76fe763a 100755 --- a/src/core/injections/controller/checks.py +++ b/src/core/injections/controller/checks.py @@ -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 diff --git a/src/utils/settings.py b/src/utils/settings.py index 4a186098d9..bebf834d78 100755 --- a/src/utils/settings.py +++ b/src/utils/settings.py @@ -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: