mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
adding --random-agent and removing -a
This commit is contained in:
parent
2dae57a56d
commit
5f49e20cc8
4 changed files with 14 additions and 16 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue