mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
Improvement of anti-CSRF token extraction
This commit is contained in:
parent
dd9bfd13f2
commit
8abae02111
4 changed files with 20 additions and 8 deletions
|
|
@ -207,7 +207,7 @@ def cmdLineParser(argv=None):
|
|||
help="Parameter used to hold anti-CSRF token")
|
||||
|
||||
request.add_option("--csrf-url", dest="csrfUrl",
|
||||
help="URL address to visit to extract anti-CSRF token")
|
||||
help="URL address to visit for extraction of anti-CSRF token")
|
||||
|
||||
request.add_option("--force-ssl", dest="forceSSL", action="store_true",
|
||||
help="Force usage of SSL/HTTPS")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue