mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 01:26:42 +03:00
Minor touch for internal re-hashing purposes
This commit is contained in:
parent
834ea2d0d8
commit
f1c102a020
|
@ -19,7 +19,7 @@ from lib.core.enums import DBMS_DIRECTORY_NAME
|
|||
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)
|
||||
|
|
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
|
|
@ -21,4 +21,4 @@ def detect(get_page):
|
|||
if retval:
|
||||
break
|
||||
|
||||
return retval
|
||||
return retval
|
||||
|
|
Loading…
Reference in New Issue
Block a user