-
-
Notifications
You must be signed in to change notification settings - Fork 6.2k
Closed
Description
Running version: 1.4.12.18#dev
Python version: 2.7.16
Operating system: Darwin-20.1.0-x86_64-i386-64bit
Command line: sqlmap.py -r /var/folders/3d/21xwp62x4077560n_70khj9r0000gn/T//demo_hci_eflycloud_com_80_20201210220008.req --random-agent
Technique: None
Back-end DBMS: None
Traceback (most recent call last):
File "sqlmap.py", line 216, in main
start()
File "lib/core/decorators.py", line 78, in _
result = f(*args, **kwargs)
File "lib/controller/controller.py", line 437, in start
if not checkConnection(suppressOutput=conf.forms) or not checkString() or not checkRegexp():
File "lib/controller/checks.py", line 1543, in checkConnection
Request.queryPage(content=True, noteResponseTime=False)
File "lib/core/decorators.py", line 78, in _
result = f(*args, **kwargs)
File "lib/request/connect.py", line 1128, in queryPage
match = re.search(r"\b(?P<name>%s)\s*[:=]\s*(?P<value>\w+)" % conf.csrfToken, getUnicode(headers), re.I)
File "lib/core/convert.py", line 367, in getUnicode
return six.text_type(str(value), errors="ignore") # encoding ignored for non-basestring instances
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/rfc822.py", line 467, in __str__
return ''.join(self.headers)
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe7 in position 71: ordinal not in range(128)