mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
Fixes #3636
This commit is contained in:
parent
d1f50a37d4
commit
5ae78b1d85
2 changed files with 2 additions and 2 deletions
|
|
@ -468,7 +468,7 @@ def _findPageForms():
|
|||
for i in xrange(len(targets)):
|
||||
try:
|
||||
target = targets[i]
|
||||
page, _, _ = Request.getPage(url=target.strip(), crawling=True, raise404=False)
|
||||
page, _, _ = Request.getPage(url=target.strip(), cookie=conf.cookie, crawling=True, raise404=False)
|
||||
findPageForms(page, target, False, True)
|
||||
|
||||
if conf.verbose in (1, 2):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue