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

Method currentUser

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

Source from the content-addressed store, hash-verified

172 self.string("banner", data, content_type=CONTENT_TYPE.BANNER)
173
174 def currentUser(self, data):
175 self.string("current user", data, content_type=CONTENT_TYPE.CURRENT_USER)
176
177 def currentDb(self, data):
178 if Backend.getIdentifiedDbms() in (DBMS.ORACLE, DBMS.PGSQL, DBMS.HSQLDB, DBMS.H2, DBMS.MONETDB, DBMS.VERTICA, DBMS.CRATEDB, DBMS.CACHE, DBMS.FRONTBASE):

Callers 1

actionFunction · 0.80

Calls 1

stringMethod · 0.95

Tested by

no test coverage detected