mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-09 06:01:29 +00:00
update xforwarder tamper (#3236)
This commit is contained in:
@@ -25,4 +25,6 @@ def tamper(payload, **kwargs):
|
||||
|
||||
headers = kwargs.get("headers", {})
|
||||
headers["X-Forwarded-For"] = randomIP()
|
||||
headers["X-Clinet-Ip"] = randomIP()
|
||||
headers["X-Real-Ip"] = randomIP()
|
||||
return payload
|
||||
|
||||
Reference in New Issue
Block a user