mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
Fixes #3239
This commit is contained in:
parent
35d9ed8476
commit
a8a7dee800
3 changed files with 4 additions and 4 deletions
|
|
@ -25,6 +25,6 @@ def tamper(payload, **kwargs):
|
|||
|
||||
headers = kwargs.get("headers", {})
|
||||
headers["X-Forwarded-For"] = randomIP()
|
||||
headers["X-Clinet-Ip"] = randomIP()
|
||||
headers["X-Client-Ip"] = randomIP()
|
||||
headers["X-Real-Ip"] = randomIP()
|
||||
return payload
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue