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

Method isDba

plugins/dbms/sqlite/enumeration.py:21–25  ·  view source on GitHub ↗
(self, user=None)

Source from the content-addressed store, hash-verified

19 logger.warning(warnMsg)
20
21 def isDba(self, user=None):
22 warnMsg = "on SQLite the current user has all privileges"
23 logger.warning(warnMsg)
24
25 return True
26
27 def getUsers(self):
28 warnMsg = "on SQLite it is not possible to enumerate the users"

Callers 1

getPrivilegesMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected