MCPcopy Create free account
hub / github.com/sqlmapproject/sqlmap / printConnected

Method printConnected

plugins/generic/connector.py:32–35  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

30 self.db = conf.dbmsDb
31
32 def printConnected(self):
33 if self.hostname and self.port:
34 infoMsg = "connection to %s server '%s:%d' established" % (conf.dbms, self.hostname, self.port)
35 logger.info(infoMsg)
36
37 def closed(self):
38 if self.hostname and self.port:

Callers 15

connectMethod · 0.95
connectMethod · 0.95
connectMethod · 0.95
connectMethod · 0.95
connectMethod · 0.95
connectMethod · 0.95
connectMethod · 0.95
connectMethod · 0.95
connectMethod · 0.95
connectMethod · 0.95
connectMethod · 0.95
connectMethod · 0.95

Calls 1

infoMethod · 0.80

Tested by

no test coverage detected