mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-07-29 12:41:58 +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
|
|
@ -36,12 +36,12 @@ googleDork =
|
|||
# Data string to be sent through POST.
|
||||
data =
|
||||
|
||||
# Character used for splitting cookie values
|
||||
pDel =
|
||||
|
||||
# HTTP Cookie header.
|
||||
cookie =
|
||||
|
||||
# Delimiter character used for splitting cookie values
|
||||
cDel = ";"
|
||||
|
||||
# URL-encode generated cookie injections.
|
||||
# Valid: True or False
|
||||
cookieUrlencode = False
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue