Skip to content

Commit 12dc53f

Browse files
committed
Minor update
1 parent b3b5bd2 commit 12dc53f

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

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.revision import getRevisionNumber
2020

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

plugins/dbms/mysql/fingerprint.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ def _commentCheck(self):
4949
(50000, 50092), # MySQL 5.0
5050
(50100, 50172), # MySQL 5.1
5151
(50400, 50404), # MySQL 5.4
52-
(50500, 50549), # MySQL 5.5
53-
(50600, 50630), # MySQL 5.6
54-
(50700, 50712), # MySQL 5.7
52+
(50500, 50552), # MySQL 5.5
53+
(50600, 50633), # MySQL 5.6
54+
(50700, 50715), # MySQL 5.7
5555
(60000, 60014), # MySQL 6.0
5656
)
5757

txt/checksum.md5

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ e60456db5380840a586654344003d4e6 lib/core/readlineng.py
4545
5ef56abb8671c2ca6ceecb208258e360 lib/core/replication.py
4646
99a2b496b9d5b546b335653ca801153f lib/core/revision.py
4747
7c15dd2777af4dac2c89cab6df17462e lib/core/session.py
48-
32b9841850e40a039b5ae467197ce9e1 lib/core/settings.py
48+
13e25a2a90c7afc64e37e225bd639b3f lib/core/settings.py
4949
7af83e4f18cab6dff5e67840eb65be80 lib/core/shell.py
5050
23657cd7d924e3c6d225719865855827 lib/core/subprocessng.py
5151
0bc2fae1dec18cdd11954b22358293f2 lib/core/target.py
@@ -162,7 +162,7 @@ f3da9f5298dac5d1f468828c07c81f70 plugins/dbms/mssqlserver/takeover.py
162162
d8cd212ba7be09483af3f32256b71f05 plugins/dbms/mysql/connector.py
163163
d251aecff7544f79f78385386bb7fa35 plugins/dbms/mysql/enumeration.py
164164
a970f90c91ebd3a7e22955424fe5414e plugins/dbms/mysql/filesystem.py
165-
eed5093257e65adfae7bb56c5a6d3eb0 plugins/dbms/mysql/fingerprint.py
165+
edc62bbf269d053ccc68b4cdfebdf12b plugins/dbms/mysql/fingerprint.py
166166
a4535cb3873ada344e6e61dbe1a546d3 plugins/dbms/mysql/__init__.py
167167
4ad721acc40a964fc67154dd4683870e plugins/dbms/mysql/syntax.py
168168
aa88b5d6198cd31d9ab2be664da9a265 plugins/dbms/mysql/takeover.py
@@ -401,7 +401,7 @@ cc9c82cfffd8ee9b25ba3af6284f057e waf/__init__.py
401401
32516985d3cb0aeeb1bf28062820b045 waf/kona.py
402402
c3de612a7960b08e1e7f97aa05b58df1 waf/modsecurity.py
403403
dc79a2e675d17df4cba1f8b839cbc11b waf/netcontinuum.py
404-
c218fd16246dfbbd0485cb3456182c71 waf/netscaler.py
404+
8d3230fa3c6a7e41dc85dd04c95db044 waf/netscaler.py
405405
4e05b8169e53edd36a6269e937958744 waf/newdefend.py
406406
80eb59b4dcb62de8c97bd1bebbfb3f80 waf/nsfocus.py
407407
477c3b6b31e8eb1fe836bd5a24c9fab2 waf/paloalto.py

0 commit comments

Comments
 (0)