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

Method search

plugins/dbms/access/enumeration.py:72–74  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

70 return []
71
72 def search(self):
73 warnMsg = "on Microsoft Access search option is not available"
74 logger.warning(warnMsg)
75
76 def getHostname(self):
77 warnMsg = "on Microsoft Access it is not possible to enumerate the hostname"

Callers 2

_getDatabaseDirMethod · 0.45
getFingerprintMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected