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

Method banner

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

Source from the content-addressed store, hash-verified

169 self._write("")
170
171 def banner(self, data):
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)

Callers 1

actionFunction · 0.80

Calls 1

stringMethod · 0.95

Tested by

no test coverage detected