(self)
| 123 | self.sysUdfs.pop("sys_exec") |
| 124 | |
| 125 | def udfSetRemotePath(self): |
| 126 | errMsg = "udfSetRemotePath() method must be defined within the plugin" |
| 127 | raise SqlmapUnsupportedFeatureException(errMsg) |
| 128 | |
| 129 | def udfSetLocalPaths(self): |
| 130 | errMsg = "udfSetLocalPaths() method must be defined within the plugin" |
no test coverage detected