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

Method hostname

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

Source from the content-addressed store, hash-verified

183 self.string("current database", data, content_type=CONTENT_TYPE.CURRENT_DB)
184
185 def hostname(self, data):
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)

Callers 1

actionFunction · 0.80

Calls 1

stringMethod · 0.95

Tested by

no test coverage detected