mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-05-13 17:06:53 +00:00
Implementation on request (--csrf-retries)
This commit is contained in:
parent
1dedc36d85
commit
16c8673e98
6 changed files with 55 additions and 37 deletions
|
|
@ -189,6 +189,9 @@ csrfUrl =
|
|||
# HTTP method to use during anti-CSRF token page visit.
|
||||
csrfMethod =
|
||||
|
||||
# Retries for anti-CSRF token retrieval.
|
||||
csrfRetries =
|
||||
|
||||
# Force usage of SSL/HTTPS
|
||||
# Valid: True or False
|
||||
forceSSL = False
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue