mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
Tamper function(s) refactoring (really no need for returning headers as they are passed by reference)
This commit is contained in:
@@ -48,7 +48,7 @@ class Agent:
|
||||
|
||||
if kb.tamperFunctions:
|
||||
for function in kb.tamperFunctions:
|
||||
query, _ = function(payload=query, headers=None)
|
||||
query = function(payload=query)
|
||||
|
||||
return query
|
||||
|
||||
|
||||
Reference in New Issue
Block a user