UnaPibaGeek / ctfr

Abusing Certificate Transparency logs for getting HTTPS websites subdomains.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error con algunos dominios

Gaiztoa opened this issue · comments

Ejemplo:
python ctfr.py -d madrid.es

File "ctfr.py", line 80, in
main()
File "ctfr.py", line 62, in main
json_data = json.loads('[{}]'.format(req.text.replace('}{', '},{')))
UnicodeEncodeError: 'ascii' codec can't encode character u'\xe1' in position 480: ordinal not in range(128)

Gracias por el programa.

@Gaiztoa El README.md dice que se requiere python 3.0 en adelante.
Al usar python ctfr.py, se está usando la versión 2.x de python, al menos que no.

Efectivamente, era eso y estaba delante de mis narices...

Gracias.