mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
transformed cDel to pDel as a more generic option
This commit is contained in:
parent
dd0ed5f5da
commit
8720aad6dc
5 changed files with 8 additions and 9 deletions
|
|
@ -68,12 +68,12 @@ def cmdLineParser():
|
|||
request.add_option("--data", dest="data",
|
||||
help="Data string to be sent through POST")
|
||||
|
||||
request.add_option("--param-del", dest="pDel",
|
||||
help="Character used for splitting parameter values")
|
||||
|
||||
request.add_option("--cookie", dest="cookie",
|
||||
help="HTTP Cookie header")
|
||||
|
||||
request.add_option("--cookie-del", dest="cDel",
|
||||
help="Delimiter character used for splitting cookie values")
|
||||
|
||||
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