Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cb72223

Browse files
committed
Minor patch
1 parent bf207a7 commit cb72223

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

extra/wafdetectify/wafdetectify.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
NAME, VERSION, AUTHOR = "WAF Detectify", "0.1", "sqlmap developers (@sqlmap)"
2121
TIMEOUT = 10
22-
HEADERS = {"User-Agent": "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:61.0) Gecko/20100101 Firefox/61.0", "Accept": "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8", "Accept-Language": "en-US,en;q=0.5", "Accept-Encoding": "gzip, deflate", "Cache-Control": "max-age=0"}
22+
HEADERS = {"User-Agent": "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:61.0) Gecko/20100101 Firefox/61.0", "Accept": "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8", "Accept-Language": "en-US,en;q=0.5", "Accept-Encoding": "identity", "Cache-Control": "max-age=0"}
2323
SQLMAP_DIR = os.path.abspath(os.path.join(os.path.dirname(__file__), "..", ".."))
2424
SCRIPTS_DIR = os.path.join(SQLMAP_DIR, "waf")
2525
LEVEL_COLORS = {"o": "\033[00;94m", "x": "\033[00;91m", "!": "\033[00;93m", "i": "\033[00;92m"}

lib/core/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
from lib.core.enums import OS
2020

2121
# sqlmap version (<major>.<minor>.<month>.<monthly commit>)
22-
VERSION = "1.3.1.20"
22+
VERSION = "1.3.1.21"
2323
TYPE = "dev" if VERSION.count('.') > 2 and VERSION.split('.')[-1] != '0' else "stable"
2424
TYPE_COLORS = {"dev": 33, "stable": 90, "pip": 34}
2525
VERSION_STRING = "sqlmap/%s#%s" % ('.'.join(VERSION.split('.')[:-1]) if VERSION.count('.') > 2 and VERSION.split('.')[-1] == '0' else VERSION, TYPE)

txt/checksum.md5

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ e4805169a081b834ca51a60a150c7247 extra/shutils/newlines.py
2121
fb6be55d21a70765e35549af2484f762 extra/sqlharvest/__init__.py
2222
53d5dcba047f1285e32b9e88d2803ebf extra/sqlharvest/sqlharvest.py
2323
fb6be55d21a70765e35549af2484f762 extra/wafdetectify/__init__.py
24-
be1d8f7b74ad64226c61b1a74251f8ff extra/wafdetectify/wafdetectify.py
24+
4d0912a9d16ab8cacd460649ed54d660 extra/wafdetectify/wafdetectify.py
2525
d0f2b424f5b2b06f26cdd7076d61be6e lib/controller/action.py
2626
02190e90bd7be774f800b7eabe589dd9 lib/controller/checks.py
2727
3c18f0b1d1b9fda682201a264f170b31 lib/controller/controller.py
@@ -49,7 +49,7 @@ fe370021c6bc99daf44b2bfc0d1effb3 lib/core/patch.py
4949
9a7d68d5fa01561500423791f15cc676 lib/core/replication.py
5050
3179d34f371e0295dd4604568fb30bcd lib/core/revision.py
5151
d6269c55789f78cf707e09a0f5b45443 lib/core/session.py
52-
9a31fe00e29a69beeb4e4a7b78b58215 lib/core/settings.py
52+
694ae503d232f28a93f5ed5b4ff963e1 lib/core/settings.py
5353
a8a7501d1e6b21669b858a62e921d191 lib/core/shell.py
5454
5dc606fdf0afefd4b305169c21ab2612 lib/core/subprocessng.py
5555
eec3080ba5baca44c6de4595f1c92a0d lib/core/target.py

0 commit comments

Comments
 (0)