File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919from 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 "
2323TYPE = "dev" if VERSION .count ('.' ) > 2 and VERSION .split ('.' )[- 1 ] != '0' else "stable"
2424TYPE_COLORS = {"dev" : 33 , "stable" : 90 , "pip" : 34 }
2525VERSION_STRING = "sqlmap/%s#%s" % ('.' .join (VERSION .split ('.' )[:- 1 ]) if VERSION .count ('.' ) > 2 and VERSION .split ('.' )[- 1 ] == '0' else VERSION , TYPE )
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ c8c386d644d57c659d74542f5f57f632 lib/core/patch.py
50500c3eef46bdbf87e29a3f95f90240d192 lib/core/replication.py
5151a7db43859b61569b601b97f187dd31c5 lib/core/revision.py
5252fcb74fcc9577523524659ec49e2e964b lib/core/session.py
53- efef2534b513cac460d62a2709dad5b5 lib/core/settings.py
53+ 85acbc0a45352eeb4ebe78dbef74918b lib/core/settings.py
5454dd68a9d02fccb4fa1428b20e15b0db5d lib/core/shell.py
5555a7edc9250d13af36ac0108f259859c19 lib/core/subprocessng.py
5656248bd121e0565318e1efaff54aa427bc lib/core/target.py
@@ -173,7 +173,7 @@ f25c50a95e5390ecd32be5a011637349 plugins/dbms/mssqlserver/__init__.py
17317311a5724fdc0b0c0eb2626d952cda216a plugins/dbms/mysql/connector.py
174174445164daf59b890aeacc968af58fcb53 plugins/dbms/mysql/enumeration.py
17517534216d44fe66ffc8c5b4a0714839cf9f plugins/dbms/mysql/filesystem.py
176- 34d951003dca386719c4d91384d2669a plugins/dbms/mysql/fingerprint.py
176+ 1c0175476b833a1b788550726be67c99 plugins/dbms/mysql/fingerprint.py
17717730065993f8300994e4658634121609e9 plugins/dbms/mysql/__init__.py
1781780e2adbee217f5b94dcc124d24b8dde99 plugins/dbms/mysql/syntax.py
179179403591e638b6bfdb840d52bd3138ee56 plugins/dbms/mysql/takeover.py
You can’t perform that action at this time.
0 commit comments