mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-06-11 18:51:20 +00:00
Patch for an Issue #235
This commit is contained in:
parent
181c3534f0
commit
f305dde413
2 changed files with 7 additions and 0 deletions
|
|
@ -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 "
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue