Skip to content

Commit

Permalink
Minor touch for internal re-hashing purposes
Browse files Browse the repository at this point in the history
  • Loading branch information
stamparm committed Oct 2, 2017
1 parent 834ea2d commit f1c102a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/core/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
from lib.core.enums import OS

# sqlmap version (<major>.<minor>.<month>.<monthly commit>)
VERSION = "1.1.9.25"
VERSION = "1.1.10.0"
TYPE = "dev" if VERSION.count('.') > 2 and VERSION.split('.')[-1] != '0' else "stable"
TYPE_COLORS = {"dev": 33, "stable": 90, "pip": 34}
VERSION_STRING = "sqlmap/%s#%s" % ('.'.join(VERSION.split('.')[:-1]) if VERSION.count('.') > 2 and VERSION.split('.')[-1] == '0' else VERSION, TYPE)
Expand Down
5 changes: 3 additions & 2 deletions txt/checksum.md5
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ a8143dab9d3a27490f7d49b6b29ea530 lib/core/data.py
94b06df2dfd9f6c7a2ad3f04a846b686 lib/core/defaults.py
fa0cc2588d9e3fe215d4519879a0678f lib/core/dicts.py
65b9187de3d8c9c28ddab53ef2b399bc lib/core/dump.py
c8553b821a2089cb8ddd39ae661f25fc lib/core/enums.py
4e7538d2700947749e0ef93819f4b13b lib/core/enums.py
a44d7a4cc6c9a67a72d6af2f25f4ddac lib/core/exception.py
310efc965c862cfbd7b0da5150a5ad36 lib/core/__init__.py
9ba39bf66e9ecd469446bdbbeda906c3 lib/core/log.py
Expand All @@ -46,7 +46,7 @@ e8e9fd4f224ead0caa1569312b5b2582 lib/core/optiondict.py
d8e9250f3775119df07e9070eddccd16 lib/core/replication.py
785f86e3f963fa3798f84286a4e83ff2 lib/core/revision.py
40c80b28b3a5819b737a5a17d4565ae9 lib/core/session.py
fa3e81795545c84d957fabc72ff1cde8 lib/core/settings.py
d5d19c38c07e9ef926caa778b75571d6 lib/core/settings.py
d91291997d2bd2f6028aaf371bf1d3b6 lib/core/shell.py
2ad85c130cc5f2b3701ea85c2f6bbf20 lib/core/subprocessng.py
effc153067a00bd43461bfc1cdec1122 lib/core/target.py
Expand Down Expand Up @@ -412,6 +412,7 @@ d50e17ed49e1a3cb846e652ed98e3b3c waf/hyperguard.py
0b50798c12802bf98a850dd716b0d96d waf/knownsec.py
bb4177a5a1b4a8d590bf556b409625ac waf/kona.py
4fed33de1ffb2214bc1baa9f925c3eb9 waf/modsecurity.py
3fc363c592e82e2b1f8f76fad8adafac waf/naxsi.py
fe690dfc4b2825c3682ceecef7ee9e6e waf/netcontinuum.py
bd55ed30291b31db63b761db472f41ea waf/netscaler.py
cbd497453509f144a71f8c05fd504453 waf/newdefend.py
Expand Down
2 changes: 1 addition & 1 deletion waf/naxsi.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ def detect(get_page):
if retval:
break

return retval
return retval

0 comments on commit f1c102a

Please sign in to comment.