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

Method getBanner

plugins/dbms/presto/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 Presto it is not possible to get the banner"
14 logger.warning(warnMsg)
15
16 return None
17
18 def getCurrentDb(self):
19 warnMsg = "on Presto it is not possible to get name of the current database (schema)"

Callers 2

checkDbmsMethod · 0.45
checkDbmsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected