Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
action
Function · 0.80
Calls
1
string
Method · 0.95
Tested by
no test coverage detected