mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-27 04:05:58 +00:00
Minor patch
This commit is contained in:
parent
6d48df2454
commit
996ad59126
10 changed files with 33 additions and 33 deletions
|
|
@ -628,7 +628,7 @@ def _findPageForms():
|
|||
logger.info(infoMsg)
|
||||
|
||||
if not any((conf.bulkFile, conf.googleDork, conf.sitemapUrl)):
|
||||
page, _ = Request.queryPage(content=True)
|
||||
page, _, _ = Request.queryPage(content=True)
|
||||
findPageForms(page, conf.url, True, True)
|
||||
else:
|
||||
if conf.bulkFile:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue