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.3.11 "
22+ VERSION = "1.2.3.12 "
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 @@ -125,9 +125,12 @@ def checkDbms(self):
125125
126126 return True
127127 else :
128- warnMsg = "the back-end DBMS is not %s or version is < 1.7.2 " % DBMS .HSQLDB
128+ warnMsg = "the back-end DBMS is not %s" % DBMS .HSQLDB
129129 logger .warn (warnMsg )
130130
131+ dbgMsg = "...or version is < 1.7.2" % DBMS .HSQLDB
132+ logger .debug (dbgMsg )
133+
131134 return False
132135
133136 def getHostname (self ):
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ ffa5f01f39b17c8d73423acca6cfe86a lib/core/readlineng.py
46460c3eef46bdbf87e29a3f95f90240d192 lib/core/replication.py
4747a7db43859b61569b601b97f187dd31c5 lib/core/revision.py
4848fcb74fcc9577523524659ec49e2e964b lib/core/session.py
49- 8cf22f36f6449f4cc5fea234a9a02cbe lib/core/settings.py
49+ 73907fd758301e42c53a71c82ca52bd2 lib/core/settings.py
5050d0adc28a38e43a787df4471f7f027413 lib/core/shell.py
515163491be462c515a1a3880c27c2acc4a2 lib/core/subprocessng.py
52523cc852f927833895361973fbcfd156d2 lib/core/target.py
@@ -140,7 +140,7 @@ c56f2dabe88fd761a1a9a51e4d104088 plugins/dbms/firebird/syntax.py
14014061225f674e64bc6eafea140c4cf93deb plugins/dbms/hsqldb/connector.py
14114195919592e5bb83df00b99bb9e8a70977 plugins/dbms/hsqldb/enumeration.py
142142616595e74ecb644271cbbd31815d92e0 plugins/dbms/hsqldb/filesystem.py
143- b207e728934f768732852c1928c38483 plugins/dbms/hsqldb/fingerprint.py
143+ bc8bc5d69cb720fb5dc23af490c7c11c plugins/dbms/hsqldb/fingerprint.py
144144fd369161778d6b48d7f1f7fc14dcdb5c plugins/dbms/hsqldb/__init__.py
1451454673ebfdce9859718c19e8a7765da8d3 plugins/dbms/hsqldb/syntax.py
1461467c0535736215ca612756cf589adb249b plugins/dbms/hsqldb/takeover.py
You can’t perform that action at this time.
0 commit comments