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.10.35 "
22+ VERSION = "1.2.10.36 "
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 55See the file 'LICENSE' for copying permission
66"""
77
8- import re
9-
108from lib .core .common import Backend
119from lib .core .common import Format
12- from lib .core .common import unArrayizeValue
1310from lib .core .data import conf
1411from lib .core .data import kb
1512from lib .core .data import logger
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ c8c386d644d57c659d74542f5f57f632 lib/core/patch.py
49490c3eef46bdbf87e29a3f95f90240d192 lib/core/replication.py
5050a7db43859b61569b601b97f187dd31c5 lib/core/revision.py
5151fcb74fcc9577523524659ec49e2e964b lib/core/session.py
52- 31e606e7847cb86495bde3d5d0b18e8a lib/core/settings.py
52+ 12fb6b20891ff3949db01fa2c1c1286a lib/core/settings.py
5353dd68a9d02fccb4fa1428b20e15b0db5d lib/core/shell.py
5454a7edc9250d13af36ac0108f259859c19 lib/core/subprocessng.py
5555721198b5be72c8015a02acb116532a1f lib/core/target.py
@@ -143,7 +143,7 @@ c56f2dabe88fd761a1a9a51e4d104088 plugins/dbms/firebird/syntax.py
14314379c44d8d0dffc140d38796a32e92a66a plugins/dbms/h2/connector.py
1441445b99e9a60409f54a140747ce1ca0342f plugins/dbms/h2/enumeration.py
14514536522c36650afc43c1166ab68b297ecb plugins/dbms/h2/filesystem.py
146- 4fe530d10b74210bd045205d9318b5d6 plugins/dbms/h2/fingerprint.py
146+ 83255ebf7b1d23a408f0c68a7fa63422 plugins/dbms/h2/fingerprint.py
1471471de698e4cfddd754ffe31ea2640a481a plugins/dbms/h2/__init__.py
1481484673ebfdce9859718c19e8a7765da8d3 plugins/dbms/h2/syntax.py
149149af746ef421cfefedc1aaa9dca1503de2 plugins/dbms/h2/takeover.py
You can’t perform that action at this time.
0 commit comments