We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2673f74 commit a8804e8Copy full SHA for a8804e8
src/core/requests/redirection.py
@@ -13,6 +13,7 @@
13
For more see the file 'readme/COPYING' for copying permission.
14
"""
15
16
+import re
17
import sys
18
import errno
19
import base64
src/utils/settings.py
@@ -216,7 +216,7 @@ def sys_argv_errors():
216
DESCRIPTION = "The command injection exploiter"
217
AUTHOR = "Anastasios Stasinopoulos"
218
VERSION_NUM = "3.3"
219
-REVISION = "57"
+REVISION = "58"
220
STABLE_RELEASE = False
221
if STABLE_RELEASE:
222
VERSION = "v" + VERSION_NUM + "-stable"
0 commit comments