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

Method udfSetRemotePath

lib/takeover/udf.py:125–127  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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"

Callers 1

udfInjectCoreMethod · 0.95

Tested by

no test coverage detected