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

Skip to content

Commit a4068f9

Browse files
committed
Minor update
1 parent 245c5e6 commit a4068f9

3 files changed

Lines changed: 7 additions & 7 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.2.9.32"
22+
VERSION = "1.2.9.33"
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)

plugins/dbms/mysql/fingerprint.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,11 @@ def _commentCheck(self):
4848
(50000, 50096), # MySQL 5.0
4949
(50100, 50172), # MySQL 5.1
5050
(50400, 50404), # MySQL 5.4
51-
(50500, 50558), # MySQL 5.5
52-
(50600, 50638), # MySQL 5.6
53-
(50700, 50720), # MySQL 5.7
51+
(50500, 50564), # MySQL 5.5
52+
(50600, 50644), # MySQL 5.6
53+
(50700, 50726), # MySQL 5.7
5454
(60000, 60014), # MySQL 6.0
55-
(80000, 80003), # MySQL 8.0
55+
(80000, 80015), # MySQL 8.0
5656
)
5757

5858
index = -1

txt/checksum.md5

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ c8c386d644d57c659d74542f5f57f632 lib/core/patch.py
5050
0c3eef46bdbf87e29a3f95f90240d192 lib/core/replication.py
5151
a7db43859b61569b601b97f187dd31c5 lib/core/revision.py
5252
fcb74fcc9577523524659ec49e2e964b lib/core/session.py
53-
efef2534b513cac460d62a2709dad5b5 lib/core/settings.py
53+
85acbc0a45352eeb4ebe78dbef74918b lib/core/settings.py
5454
dd68a9d02fccb4fa1428b20e15b0db5d lib/core/shell.py
5555
a7edc9250d13af36ac0108f259859c19 lib/core/subprocessng.py
5656
248bd121e0565318e1efaff54aa427bc lib/core/target.py
@@ -173,7 +173,7 @@ f25c50a95e5390ecd32be5a011637349 plugins/dbms/mssqlserver/__init__.py
173173
11a5724fdc0b0c0eb2626d952cda216a plugins/dbms/mysql/connector.py
174174
445164daf59b890aeacc968af58fcb53 plugins/dbms/mysql/enumeration.py
175175
34216d44fe66ffc8c5b4a0714839cf9f plugins/dbms/mysql/filesystem.py
176-
34d951003dca386719c4d91384d2669a plugins/dbms/mysql/fingerprint.py
176+
1c0175476b833a1b788550726be67c99 plugins/dbms/mysql/fingerprint.py
177177
30065993f8300994e4658634121609e9 plugins/dbms/mysql/__init__.py
178178
0e2adbee217f5b94dcc124d24b8dde99 plugins/dbms/mysql/syntax.py
179179
403591e638b6bfdb840d52bd3138ee56 plugins/dbms/mysql/takeover.py

0 commit comments

Comments
 (0)