Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89dc991 commit dc06b40Copy full SHA for dc06b40
1 file changed
lib/takeover/udf.py
@@ -141,7 +141,7 @@ def udfSetLocalPaths(self):
141
raise sqlmapUnsupportedFeatureException(errMsg)
142
143
def udfCreateFromSharedLib(self):
144
- errMsg = "udfSetRemotePath() method must be defined within the plugin"
+ errMsg = "udfCreateFromSharedLib() method must be defined within the plugin"
145
146
147
def udfInjectCore(self, udfDict):
0 commit comments