-
-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Closed
Description
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 --retries=0 --timeout=5 --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 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 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 258, in unescape_charref
uc = _unichr(int(name, base))
ValueError: unichr() arg not in range(0x10000) (narrow Python build)