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

Method udfCreateFromSharedLib

lib/takeover/udf.py:133–135  ·  view source on GitHub ↗
(self, udf, inpRet)

Source from the content-addressed store, hash-verified

131 raise SqlmapUnsupportedFeatureException(errMsg)
132
133 def udfCreateFromSharedLib(self, udf, inpRet):
134 errMsg = "udfCreateFromSharedLib() method must be defined within the plugin"
135 raise SqlmapUnsupportedFeatureException(errMsg)
136
137 def udfInjectCore(self, udfDict):
138 written = False

Callers 1

udfInjectCoreMethod · 0.95

Tested by

no test coverage detected