mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-07-11 19:13:12 +00:00
Fix for an Issue #190
This commit is contained in:
parent
a6eeebfca8
commit
d175decdfc
5 changed files with 7 additions and 44 deletions
|
|
@ -80,10 +80,6 @@ def cmdLineParser():
|
|||
request.add_option("--load-cookies", dest="loadCookies",
|
||||
help="File containing cookies in Netscape/wget format")
|
||||
|
||||
request.add_option("--cookie-urlencode", dest="cookieUrlencode",
|
||||
action="store_true",
|
||||
help="URL Encode generated cookie injections")
|
||||
|
||||
request.add_option("--drop-set-cookie", dest="dropSetCookie",
|
||||
action="store_true",
|
||||
help="Ignore Set-Cookie header from response")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue