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