File tree Expand file tree Collapse file tree 3 files changed +5
-7
lines changed Expand file tree Collapse file tree 3 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 19
19
from lib .core .enums import OS
20
20
21
21
# sqlmap version (<major>.<minor>.<month>.<monthly commit>)
22
- VERSION = "1.1.8.2 "
22
+ VERSION = "1.1.8.3 "
23
23
TYPE = "dev" if VERSION .count ('.' ) > 2 and VERSION .split ('.' )[- 1 ] != '0' else "stable"
24
24
TYPE_COLORS = {"dev" : 33 , "stable" : 90 , "pip" : 34 }
25
25
VERSION_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):
226
226
227
227
return {}
228
228
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 "
231
231
logger .warn (warnMsg )
232
232
233
- return []
234
-
235
233
def getHostname (self ):
236
234
warnMsg = "on SAP MaxDB it is not possible to enumerate the hostname"
237
235
logger .warn (warnMsg )
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ fbf750dc617c3549ee423d6c2334ba4d lib/core/option.py
46
46
d8e9250f3775119df07e9070eddccd16 lib/core/replication.py
47
47
785f86e3f963fa3798f84286a4e83ff2 lib/core/revision.py
48
48
40c80b28b3a5819b737a5a17d4565ae9 lib/core/session.py
49
- 560d3c0717bd0d50c4a48f6eae4073e9 lib/core/settings.py
49
+ 9d0fd30ccb8b33668cf0ef06f3ed742e lib/core/settings.py
50
50
d91291997d2bd2f6028aaf371bf1d3b6 lib/core/shell.py
51
51
2ad85c130cc5f2b3701ea85c2f6bbf20 lib/core/subprocessng.py
52
52
4a6ecdd8a6e44bb4737bd9bc7f9b5743 lib/core/target.py
@@ -153,7 +153,7 @@ f06d263b2c9b52ea7a120593eb5806c4 plugins/dbms/informix/fingerprint.py
153
153
744fb5044f2b9f9d5ebda6e3f08e3be7 plugins/dbms/informix/takeover.py
154
154
310efc965c862cfbd7b0da5150a5ad36 plugins/dbms/__init__.py
155
155
e50b624ff23c3e180d80e065deb1763f plugins/dbms/maxdb/connector.py
156
- affabeab69a2c5d4fc66f84b5aeaf24a plugins/dbms/maxdb/enumeration.py
156
+ 2a1b3f3df045c3a00748a13f5166d733 plugins/dbms/maxdb/enumeration.py
157
157
815ea8e7b9bd714d73d9d6c454aff774 plugins/dbms/maxdb/filesystem.py
158
158
017c723354eff28188773670d3837c01 plugins/dbms/maxdb/fingerprint.py
159
159
c03001c1f70e76de39d26241dfcbd033 plugins/dbms/maxdb/__init__.py
You can’t perform that action at this time.
0 commit comments