mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-09 14:11:29 +00:00
Implementation for an Issue #3108
This commit is contained in:
@@ -20,8 +20,7 @@ def randomIP():
|
||||
|
||||
def tamper(payload, **kwargs):
|
||||
"""
|
||||
Append a fake HTTP header 'X-Forwarded-For' to bypass
|
||||
WAF (usually application based) protection
|
||||
Append a fake HTTP header 'X-Forwarded-For'
|
||||
"""
|
||||
|
||||
headers = kwargs.get("headers", {})
|
||||
|
||||
Reference in New Issue
Block a user