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

Method getUsers

plugins/dbms/cache/enumeration.py:16–20  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

14 return CACHE_DEFAULT_SCHEMA
15
16 def getUsers(self):
17 warnMsg = "on Cache it is not possible to enumerate the users"
18 logger.warning(warnMsg)
19
20 return []
21
22 def getPasswordHashes(self):
23 warnMsg = "on Cache it is not possible to enumerate password hashes"

Callers 1

getRolesMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected