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

Method uncPathRequest

plugins/generic/takeover.py:358–361  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

356 self.bof()
357
358 def uncPathRequest(self):
359 errMsg = "'uncPathRequest' method must be defined "
360 errMsg += "into the specific DBMS plugin"
361 raise SqlmapUndefinedMethod(errMsg)
362
363 def _regInit(self):
364 if not isStackingAvailable() and not conf.direct:

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected