mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
working on issue #12
This commit is contained in:
parent
57f2fccc24
commit
d492291744
36 changed files with 72 additions and 72 deletions
|
|
@ -46,7 +46,7 @@ class Agent:
|
|||
|
||||
if kb.tamperFunctions:
|
||||
for function in kb.tamperFunctions:
|
||||
query = function(query)
|
||||
query, _ = function(payload=query, headers=None)
|
||||
|
||||
return query
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue