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

Method osShell

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

Source from the content-addressed store, hash-verified

14 raise SqlmapUnsupportedFeatureException(errMsg)
15
16 def osShell(self):
17 errMsg = "on Cache it is not possible to execute commands"
18 raise SqlmapUnsupportedFeatureException(errMsg)
19
20 def osPwn(self):
21 errMsg = "on Cache it is not possible to establish an "

Callers

nothing calls this directly

Tested by

no test coverage detected