Proper patch for #3955

This commit is contained in:
Miroslav Stampar
2019-10-09 20:41:33 +03:00
parent 9b42319d0e
commit 627d99089f
3 changed files with 15 additions and 14 deletions

View File

@@ -467,7 +467,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, ignoreSecondOrder=True)
if findPageForms(page, conf.url, True, True):
found = True
else: