mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 13:11:29 +00:00
Patch for an Issue #801
This commit is contained in:
@@ -3337,6 +3337,8 @@ def findPageForms(content, url, raise_=False, addToTargets=False):
|
||||
|
||||
try:
|
||||
forms = ParseResponse(response, backwards_compat=False)
|
||||
except UnicodeError:
|
||||
pass
|
||||
except ParseError:
|
||||
warnMsg = "badly formed HTML at the given URL ('%s'). Going to filter it" % url
|
||||
logger.warning(warnMsg)
|
||||
|
||||
Reference in New Issue
Block a user