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

Method getCurrentUser

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

Source from the content-addressed store, hash-verified

16 return None
17
18 def getCurrentUser(self):
19 warnMsg = "on Raima Database Manager it is not possible to enumerate the current user"
20 logger.warning(warnMsg)
21
22 def getCurrentDb(self):
23 warnMsg = "on Raima Database Manager it is not possible to get name of the current database"

Callers 1

getRolesMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected