mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
Implementing --live-cookies (Issue #4401)
This commit is contained in:
parent
227a23f091
commit
1d5bde9cdf
8 changed files with 39 additions and 10 deletions
|
|
@ -51,6 +51,9 @@ cookie =
|
|||
# Character used for splitting cookie values (e.g. ;).
|
||||
cookieDel =
|
||||
|
||||
# Live cookies file used for loading up-to-date values.
|
||||
liveCookies =
|
||||
|
||||
# File containing cookies in Netscape/wget format.
|
||||
loadCookies =
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue