mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 04:31:30 +00:00
Minor language update
This commit is contained in:
@@ -913,7 +913,7 @@ def _setTamperingFunctions():
|
||||
function()
|
||||
|
||||
if not found:
|
||||
errMsg = "missing function 'tamper(payload, headers)' "
|
||||
errMsg = "missing function 'tamper(payload, **kwargs)' "
|
||||
errMsg += "in tamper script '%s'" % tfile
|
||||
raise SqlmapGenericException(errMsg)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user