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

Method osCmd

plugins/dbms/cache/takeover.py:12–14  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

10
11class Takeover(GenericTakeover):
12 def osCmd(self):
13 errMsg = "on Cache it is not possible to execute commands"
14 raise SqlmapUnsupportedFeatureException(errMsg)
15
16 def osShell(self):
17 errMsg = "on Cache it is not possible to execute commands"

Callers

nothing calls this directly

Tested by

no test coverage detected