mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
added switch --load-cookies
This commit is contained in:
parent
4cfea96471
commit
b4cf8b05b3
5 changed files with 14 additions and 2 deletions
|
|
@ -73,6 +73,9 @@ def cmdLineParser():
|
|||
request.add_option("--cookie", dest="cookie",
|
||||
help="HTTP Cookie header")
|
||||
|
||||
request.add_option("--load-cookies", dest="loC",
|
||||
help="File containing cookies in Netscape/wget format")
|
||||
|
||||
request.add_option("--cookie-urlencode", dest="cookieUrlencode",
|
||||
action="store_true",
|
||||
help="URL Encode generated cookie injections")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue