mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
implemented --randomize switch by request
This commit is contained in:
parent
d283e3eb3c
commit
ac00014c4a
7 changed files with 55 additions and 2 deletions
|
|
@ -59,6 +59,9 @@ agent =
|
|||
# Valid: True or False
|
||||
randomAgent = False
|
||||
|
||||
# Randomly change value for the given parameter
|
||||
rParam =
|
||||
|
||||
|
||||
# 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