mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 17:46:37 +03:00
well, important fix for blind based cases (especially OR ones)
This commit is contained in:
parent
f27181c628
commit
8c80413c52
|
@ -51,7 +51,7 @@ def forgeHeaders(cookie, ua, referer):
|
|||
else:
|
||||
headers[header] = value
|
||||
|
||||
if kb.redirectSetCookie:
|
||||
if kb.redirectSetCookie and not conf.dropSetCookie:
|
||||
if "Cookie" in headers:
|
||||
headers["Cookie"] = "%s; %s" % (headers["Cookie"], kb.redirectSetCookie)
|
||||
else:
|
||||
|
|
Loading…
Reference in New Issue
Block a user