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

Method initConnection

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

Source from the content-addressed store, hash-verified

23 self.hostname = None
24
25 def initConnection(self):
26 self.user = conf.dbmsUser or ""
27 self.password = conf.dbmsPass or ""
28 self.hostname = conf.hostname
29 self.port = conf.port
30 self.db = conf.dbmsDb
31
32 def printConnected(self):
33 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

no outgoing calls

Tested by

no test coverage detected