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

Method getBanner

plugins/dbms/mckoi/enumeration.py:12–16  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

10
11class Enumeration(GenericEnumeration):
12 def getBanner(self):
13 warnMsg = "on Mckoi it is not possible to get the banner"
14 logger.warning(warnMsg)
15
16 return None
17
18 def getCurrentUser(self):
19 warnMsg = "on Mckoi it is not possible to enumerate the current user"

Callers 5

checkDbmsMethod · 0.45
checkDbmsMethod · 0.45
checkDbmsMethod · 0.45
checkDbmsMethod · 0.45
checkDbmsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected