mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-01-06 06:39:02 +00:00
Minor exception message fix
This commit is contained in:
@@ -141,7 +141,7 @@ class UDF:
|
||||
raise sqlmapUnsupportedFeatureException(errMsg)
|
||||
|
||||
def udfCreateFromSharedLib(self):
|
||||
errMsg = "udfSetRemotePath() method must be defined within the plugin"
|
||||
errMsg = "udfCreateFromSharedLib() method must be defined within the plugin"
|
||||
raise sqlmapUnsupportedFeatureException(errMsg)
|
||||
|
||||
def udfInjectCore(self, udfDict):
|
||||
|
||||
Reference in New Issue
Block a user