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

Skip to content

Commit f1c102a

Browse files
committed
Minor touch for internal re-hashing purposes
1 parent 834ea2d commit f1c102a

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

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.1.9.25"
22+
VERSION = "1.1.10.0"
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: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ a8143dab9d3a27490f7d49b6b29ea530 lib/core/data.py
3535
94b06df2dfd9f6c7a2ad3f04a846b686 lib/core/defaults.py
3636
fa0cc2588d9e3fe215d4519879a0678f lib/core/dicts.py
3737
65b9187de3d8c9c28ddab53ef2b399bc lib/core/dump.py
38-
c8553b821a2089cb8ddd39ae661f25fc lib/core/enums.py
38+
4e7538d2700947749e0ef93819f4b13b lib/core/enums.py
3939
a44d7a4cc6c9a67a72d6af2f25f4ddac lib/core/exception.py
4040
310efc965c862cfbd7b0da5150a5ad36 lib/core/__init__.py
4141
9ba39bf66e9ecd469446bdbbeda906c3 lib/core/log.py
@@ -46,7 +46,7 @@ e8e9fd4f224ead0caa1569312b5b2582 lib/core/optiondict.py
4646
d8e9250f3775119df07e9070eddccd16 lib/core/replication.py
4747
785f86e3f963fa3798f84286a4e83ff2 lib/core/revision.py
4848
40c80b28b3a5819b737a5a17d4565ae9 lib/core/session.py
49-
fa3e81795545c84d957fabc72ff1cde8 lib/core/settings.py
49+
d5d19c38c07e9ef926caa778b75571d6 lib/core/settings.py
5050
d91291997d2bd2f6028aaf371bf1d3b6 lib/core/shell.py
5151
2ad85c130cc5f2b3701ea85c2f6bbf20 lib/core/subprocessng.py
5252
effc153067a00bd43461bfc1cdec1122 lib/core/target.py
@@ -412,6 +412,7 @@ d50e17ed49e1a3cb846e652ed98e3b3c waf/hyperguard.py
412412
0b50798c12802bf98a850dd716b0d96d waf/knownsec.py
413413
bb4177a5a1b4a8d590bf556b409625ac waf/kona.py
414414
4fed33de1ffb2214bc1baa9f925c3eb9 waf/modsecurity.py
415+
3fc363c592e82e2b1f8f76fad8adafac waf/naxsi.py
415416
fe690dfc4b2825c3682ceecef7ee9e6e waf/netcontinuum.py
416417
bd55ed30291b31db63b761db472f41ea waf/netscaler.py
417418
cbd497453509f144a71f8c05fd504453 waf/newdefend.py

waf/naxsi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ def detect(get_page):
2121
if retval:
2222
break
2323

24-
return retval
24+
return retval

0 commit comments

Comments
 (0)