UnaPibaGeek / ctfr

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

Add DNS name resolution capability to ctfr #6

Open andrewchiles opened 6 years ago

andrewchiles commented 6 years ago

Good catch @houey! I didn't initially realize that the subdomains were being written one by one and opening/closing the file for each subdomain in the list. The latest commit properly writes all domain names with a single file open operation. I didn't include the IPs in the file output, but the console output is easy enough to redirect to file.

houey commented 6 years ago

I'll test it out and thank you for this feature. makes it super useful in combatting some abuse scenarios!