MCPcopy Index your code
hub / github.com/sqlmapproject/sqlmap / search

Method search

plugins/dbms/maxdb/enumeration.py:233–235  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

231 return {}
232
233 def search(self):
234 warnMsg = "on SAP MaxDB search option is not available"
235 logger.warning(warnMsg)
236
237 def getHostname(self):
238 warnMsg = "on SAP MaxDB it is not possible to enumerate the hostname"

Callers 8

getFingerprintMethod · 0.45
getTablesMethod · 0.45
searchTableMethod · 0.45
searchColumnMethod · 0.45
checkDbmsMethod · 0.45
getFingerprintMethod · 0.45
getFingerprintMethod · 0.45
getColumnsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected