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

Method users

lib/core/dump.py:191–192  ·  view source on GitHub ↗
(self, users)

Source from the content-addressed store, hash-verified

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)
193
194 def statements(self, statements):
195 self.lister("SQL statements", statements, content_type=CONTENT_TYPE.STATEMENTS)

Callers 1

actionFunction · 0.80

Calls 1

listerMethod · 0.95

Tested by

no test coverage detected