mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +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
|
|
@ -267,6 +267,9 @@ def cmdLineParser(argv=None):
|
|||
request.add_argument("--csrf-method", dest="csrfMethod",
|
||||
help="HTTP method to use during anti-CSRF token page visit")
|
||||
|
||||
request.add_argument("--csrf-retries", dest="csrfRetries", type=int,
|
||||
help="Retries for anti-CSRF token retrieval (default %d)" % defaults.csrfRetries)
|
||||
|
||||
request.add_argument("--force-ssl", dest="forceSSL", action="store_true",
|
||||
help="Force usage of SSL/HTTPS")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue