mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 09:36:35 +03:00
Minor style update
This commit is contained in:
parent
fc1b05bec9
commit
a52c8811e6
|
@ -191,7 +191,7 @@ def cmdLineParser():
|
||||||
help="Skip URL encoding of payload data")
|
help="Skip URL encoding of payload data")
|
||||||
|
|
||||||
request.add_option("--csrf-token", dest="csrfToken",
|
request.add_option("--csrf-token", dest="csrfToken",
|
||||||
help="Parameter used as a CSRF protection token")
|
help="Parameter used to hold CSRF protection token")
|
||||||
|
|
||||||
request.add_option("--csrf-url", dest="csrfUrl",
|
request.add_option("--csrf-url", dest="csrfUrl",
|
||||||
help="URL address to visit to extract CSRF protection token")
|
help="URL address to visit to extract CSRF protection token")
|
||||||
|
|
Loading…
Reference in New Issue
Block a user