UnaPibaGeek / ctfr

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

Missleading description #13

Closed kinduff closed 6 years ago

kinduff commented 6 years ago

Since the tool is making an HTTP request to CRT.sh and parsing the JSON, the description should state this instead of mentioning that the tool itself is abusing certificate transparency logs.

UnaPibaGeek commented 6 years ago

crt.sh is already mentioned in the README. CT logs abuse is a concept, and that concept is the one behind this tool, regardless the API used to do that.

kinduff commented 6 years ago

Thanks for adding CRT.sh to the README 50f1b07