(self)
| 10 | |
| 11 | class 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" |
nothing calls this directly
no test coverage detected