mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +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
|
|
@ -15,6 +15,7 @@ _defaults = {
|
|||
"delay": 0,
|
||||
"timeout": 30,
|
||||
"retries": 3,
|
||||
"csrfRetries": 0,
|
||||
"saFreq": 0,
|
||||
"threads": 1,
|
||||
"level": 1,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue