-
-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Closed
Description
Running version: 1.4.1.47#dev
Python version: 2.7.17
Operating system: Windows-2012ServerR2-6.3.9600
Command line: sqlmap.py --output-dir=output --url=*************************************************** --threads=1 --tamper=space2comment.py --retries=0 --hex --timeout=5 --risk=3 --dbms=mysql,mssql --time-sec=15 --technique=EUBSQ --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 2703, in init
_findPageForms()
File "lib/core/option.py", line 449, in _findPageForms
if findPageForms(page, conf.url, True, True):
File "lib/core/common.py", line 4475, 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 "/Python27/lib/sgmllib.py", line 104, in feed
self.goahead(0)
File "/Python27/lib/sgmllib.py", line 186, in goahead
self.handle_charref(name)
File "thirdparty/clientform/clientform.py", line 767, in handle_charref
self.handle_data(unescape_charref(name, self._encoding))
File "thirdparty/clientform/clientform.py", line 716, in handle_data
map[key] = (map[key].decode("utf8") if isinstance(map[key], six.binary_type) else map[key]) + data
UnicodeDecodeError: 'ascii' codec can't decode byte 0xfc in position 0: ordinal not in range(128)