mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-01-20 13:29:02 +00:00
adding --random-agent and removing -a
This commit is contained in:
@@ -56,11 +56,12 @@ dropSetCookie = False
|
||||
# HTTP User-Agent header. Useful to fake the HTTP User-Agent header value
|
||||
# at each HTTP request
|
||||
# sqlmap will also test for SQL injection on the HTTP User-Agent value.
|
||||
agent =
|
||||
agent =
|
||||
|
||||
# Use randomly selected HTTP User-Agent header
|
||||
# Valid: True or False
|
||||
randomAgent = False
|
||||
|
||||
# Load a random HTTP User-Agent header from file
|
||||
# Example: ./txt/user-agents.txt
|
||||
userAgentsFile =
|
||||
|
||||
# HTTP Referer header. Useful to fake the HTTP Referer header value at
|
||||
# each HTTP request.
|
||||
|
||||
Reference in New Issue
Block a user