mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-07-29 12:41:58 +00:00
Reintroducing option --cookie-del
This commit is contained in:
parent
ca44b23d20
commit
6b826ef64d
7 changed files with 17 additions and 7 deletions
|
|
@ -36,12 +36,15 @@ googleDork =
|
|||
# Data string to be sent through POST.
|
||||
data =
|
||||
|
||||
# Character used for splitting cookie values
|
||||
# Character used for splitting parameter values
|
||||
pDel =
|
||||
|
||||
# HTTP Cookie header.
|
||||
cookie =
|
||||
|
||||
# Character used for splitting cookie values
|
||||
cDel =
|
||||
|
||||
# File containing cookies in Netscape/wget format
|
||||
loadCookies =
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue