mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
Minor update
This commit is contained in:
parent
359bfb2704
commit
0864387885
4 changed files with 7 additions and 5 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue