mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
Patch for an Issue #235
This commit is contained in:
@@ -835,6 +835,7 @@ def __setTamperingFunctions():
|
||||
if name == "tamper" and function.func_code.co_argcount == 2:
|
||||
found = True
|
||||
kb.tamperFunctions.append(function)
|
||||
function.func_name = module.__name__
|
||||
|
||||
if check_priority and priority > last_priority:
|
||||
message = "it seems that you might have mixed "
|
||||
|
||||
Reference in New Issue
Block a user