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

Method _selectConnection

lib/takeover/metasploit.py:298–299  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

296 raise SqlmapDataException("unexpected connection type")
297
298 def _selectConnection(self):
299 return self._skeletonSelection("connection type", self._msfConnectionsList)
300
301 def _prepareIngredients(self, encode=True):
302 self.connectionStr = self._selectConnection()

Callers 1

_prepareIngredientsMethod · 0.95

Calls 1

_skeletonSelectionMethod · 0.95

Tested by

no test coverage detected