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.1.8.2 "
22+ VERSION = "1.1.8.3 "
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 @@ -226,12 +226,10 @@ def getPrivileges(self, *args):
226226
227227 return {}
228228
229- def searchDb (self ):
230- warnMsg = "on SAP MaxDB it is not possible to search databases "
229+ def search (self ):
230+ warnMsg = "on SAP MaxDB search option is not available "
231231 logger .warn (warnMsg )
232232
233- return []
234-
235233 def getHostname (self ):
236234 warnMsg = "on SAP MaxDB it is not possible to enumerate the hostname"
237235 logger .warn (warnMsg )
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ fbf750dc617c3549ee423d6c2334ba4d lib/core/option.py
4646d8e9250f3775119df07e9070eddccd16 lib/core/replication.py
4747785f86e3f963fa3798f84286a4e83ff2 lib/core/revision.py
484840c80b28b3a5819b737a5a17d4565ae9 lib/core/session.py
49- 560d3c0717bd0d50c4a48f6eae4073e9 lib/core/settings.py
49+ 9d0fd30ccb8b33668cf0ef06f3ed742e lib/core/settings.py
5050d91291997d2bd2f6028aaf371bf1d3b6 lib/core/shell.py
51512ad85c130cc5f2b3701ea85c2f6bbf20 lib/core/subprocessng.py
52524a6ecdd8a6e44bb4737bd9bc7f9b5743 lib/core/target.py
@@ -153,7 +153,7 @@ f06d263b2c9b52ea7a120593eb5806c4 plugins/dbms/informix/fingerprint.py
153153744fb5044f2b9f9d5ebda6e3f08e3be7 plugins/dbms/informix/takeover.py
154154310efc965c862cfbd7b0da5150a5ad36 plugins/dbms/__init__.py
155155e50b624ff23c3e180d80e065deb1763f plugins/dbms/maxdb/connector.py
156- affabeab69a2c5d4fc66f84b5aeaf24a plugins/dbms/maxdb/enumeration.py
156+ 2a1b3f3df045c3a00748a13f5166d733 plugins/dbms/maxdb/enumeration.py
157157815ea8e7b9bd714d73d9d6c454aff774 plugins/dbms/maxdb/filesystem.py
158158017c723354eff28188773670d3837c01 plugins/dbms/maxdb/fingerprint.py
159159c03001c1f70e76de39d26241dfcbd033 plugins/dbms/maxdb/__init__.py
You can’t perform that action at this time.
0 commit comments