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

Method getPrivileges

plugins/dbms/h2/enumeration.py:32–36  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

30 return kb.data.banner
31
32 def getPrivileges(self, *args, **kwargs):
33 warnMsg = "on H2 it is not possible to enumerate the user privileges"
34 logger.warning(warnMsg)
35
36 return {}
37
38 def getHostname(self):
39 warnMsg = "on H2 it is not possible to enumerate the hostname"

Callers 1

getRolesMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected