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

Method dba

lib/core/dump.py:188–189  ·  view source on GitHub ↗
(self, data)

Source from the content-addressed store, hash-verified

186 self.string("hostname", data, content_type=CONTENT_TYPE.HOSTNAME)
187
188 def dba(self, data):
189 self.string("current user is DBA", data, content_type=CONTENT_TYPE.IS_DBA)
190
191 def users(self, users):
192 self.lister("database management system users", users, content_type=CONTENT_TYPE.USERS)

Callers 1

actionFunction · 0.80

Calls 1

stringMethod · 0.95

Tested by

no test coverage detected