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

Method udfSetLocalPaths

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

Source from the content-addressed store, hash-verified

127 raise SqlmapUnsupportedFeatureException(errMsg)
128
129 def udfSetLocalPaths(self):
130 errMsg = "udfSetLocalPaths() method must be defined within the plugin"
131 raise SqlmapUnsupportedFeatureException(errMsg)
132
133 def udfCreateFromSharedLib(self, udf, inpRet):
134 errMsg = "udfCreateFromSharedLib() method must be defined within the plugin"

Callers 1

udfInjectSysMethod · 0.95

Tested by

no test coverage detected