UnaPibaGeek / ctfr

Abusing Certificate Transparency logs for getting HTTPS websites subdomains.
GNU General Public License v3.0
1.97k stars 291 forks source link

unicode error #14

Closed ghost closed 6 years ago

ghost commented 6 years ago

Traceback (most recent call last): File "ctfr.py", line 71, in main() File "ctfr.py", line 53, in main json_data = json.loads('[{}]'.format(req.text.replace('}{', '},{'))) UnicodeEncodeError: 'ascii' codec can't encode character u'\xdc' in position 51138: ordinal not in range(128)

UnaPibaGeek commented 6 years ago

You are using python 2.x, check the readme, python 3.x is required.