mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-08 09:24:01 +01:00
Minor exception message fix
This commit is contained in:
parent
89dc99188d
commit
dc06b40ddc
1 changed files with 1 additions and 1 deletions
|
|
@ -141,7 +141,7 @@ class UDF:
|
||||||
raise sqlmapUnsupportedFeatureException(errMsg)
|
raise sqlmapUnsupportedFeatureException(errMsg)
|
||||||
|
|
||||||
def udfCreateFromSharedLib(self):
|
def udfCreateFromSharedLib(self):
|
||||||
errMsg = "udfSetRemotePath() method must be defined within the plugin"
|
errMsg = "udfCreateFromSharedLib() method must be defined within the plugin"
|
||||||
raise sqlmapUnsupportedFeatureException(errMsg)
|
raise sqlmapUnsupportedFeatureException(errMsg)
|
||||||
|
|
||||||
def udfInjectCore(self, udfDict):
|
def udfInjectCore(self, udfDict):
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue