Skip to content

Unhandled exception (#93711b55) #4547

@sqlmapreporter

Description

@sqlmapreporter
Running version: 1.4.4.4#dev
Python version: 2.7.17
Operating system: Windows-2008ServerR2-6.1.7601-SP1
Command line: sqlmap.py --output-dir=output --url=************************************************************* --threads=10 --tamper=space2comment.py --tamper=between.py --retries=0 --timeout=5 --dbms=mysql,mssql,sqlite --technique=EUBSTQ --random-agent --is-dba --exclude-sysdbs --current-db --forms --batch --answers=**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************
Technique: None
Back-end DBMS: None
Traceback (most recent call last):
  File "sqlmap.py", line 166, in main
    init()
  File "lib/core/option.py", line 2708, in init
    _findPageForms()
  File "lib/core/option.py", line 452, in _findPageForms
    if findPageForms(page, conf.url, True, True):
  File "lib/core/common.py", line 4523, in findPageForms
    forms = ParseResponse(filtered, backwards_compat=False)
  File "thirdparty/clientform/clientform.py", line 1076, in ParseResponse
    return _ParseFileEx(response, response.geturl(), *args, **kwds)[1:]
  File "thirdparty/clientform/clientform.py", line 1112, in _ParseFileEx
    fp.feed(data)
  File "thirdparty/clientform/clientform.py", line 882, in feed
    sgmllib.SGMLParser.feed(self, data)
  File "C:/Python27/lib/sgmllib.py", line 104, in feed
    self.goahead(0)
  File "C:/Python27/lib/sgmllib.py", line 138, in goahead
    k = self.parse_starttag(i)
  File "C:/Python27/lib/sgmllib.py", line 290, in parse_starttag
    self._convert_ref, attrvalue)
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe9 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