Skip to content

Unhandled exception (#cad127d8) #3926

Description

@sqlmapreporter
Running version: 1.3.7.20#dev
Python version: 2.7.16
Operating system: Windows-2012ServerR2-6.3.9600
Command line: sqlmap.py --output-dir=output --url=*************************************************************** --threads=10 --tamper=space2comment.py --retries=0 --timeout=10 --dbms=mysql --technique=EU --random-agent --is-dba --exclude-sysdbs --current-db --forms --batch --answers=**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************
Technique: None
Back-end DBMS: MySQL (identified)
Traceback (most recent call last):
  File "sqlmap.py", line 159, in main
    init()
  File "lib/core/option.py", line 2622, in init
    _findPageForms()
  File "lib/core/option.py", line 463, in _findPageForms
    findPageForms(page, conf.url, True, True)
  File "lib/core/common.py", line 4403, in findPageForms
    forms = ParseResponse(filtered, backwards_compat=False)
  File "thirdparty/clientform/clientform.py", line 1074, in ParseResponse
    return _ParseFileEx(response, response.geturl(), *args, **kwds)[1:]
  File "thirdparty/clientform/clientform.py", line 1110, in _ParseFileEx
    fp.feed(data)
  File "thirdparty/clientform/clientform.py", line 880, in feed
    sgmllib.SGMLParser.feed(self, data)
  File "/Python27/lib/sgmllib.py", line 104, in feed
    self.goahead(0)
  File "/Python27/lib/sgmllib.py", line 193, in goahead
    self.handle_entityref(name)
  File "thirdparty/clientform/clientform.py", line 761, in handle_entityref
    '&%s;' % name, self._entitydefs, self._encoding))
  File "thirdparty/clientform/clientform.py", line 247, in unescape
    return re.sub(r"&#?[A-Za-z0-9]+?;", replace_entities, data)
  File "/Python27/lib/re.py", line 155, in sub
    return _compile(pattern, flags).sub(repl, string, count)
UnicodeDecodeError: 'ascii' codec can't decode byte 0xa0 in position 0: ordinal not in range(128)

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions