mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
Implements #3916
This commit is contained in:
parent
617c336813
commit
30fba849e2
6 changed files with 15 additions and 4 deletions
|
|
@ -245,6 +245,9 @@ def cmdLineParser(argv=None):
|
|||
request.add_argument("--csrf-url", dest="csrfUrl",
|
||||
help="URL address to visit for extraction of anti-CSRF token")
|
||||
|
||||
request.add_argument("--csrf-method", dest="csrfMethod",
|
||||
help="HTTP method to use during anti-CSRF token page visit")
|
||||
|
||||
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