mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-06-09 17:51:33 +00:00
Patch for an Issue #801
This commit is contained in:
parent
fd36250026
commit
fce671c899
2 changed files with 3 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue