mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
Minor update
This commit is contained in:
@@ -90,6 +90,8 @@ def forgeHeaders(items=None):
|
||||
headers[key] = value
|
||||
|
||||
if conf.cj:
|
||||
import pdb
|
||||
pdb.set_trace()
|
||||
if HTTP_HEADER.COOKIE in headers:
|
||||
for cookie in conf.cj:
|
||||
if cookie.domain_specified and not conf.hostname.endswith(cookie.domain):
|
||||
|
||||
Reference in New Issue
Block a user