christophetd / CloudFlair

🔎 Find origin servers of websites behind CloudFlare by using Internet-wide scan data from Censys.
https://blog.christophetd.fr/bypassing-cloudflare-using-internet-wide-scan-data/
2.58k stars 358 forks source link

Allow for scanning of multiple hosts by reading from a file #75

Open hackinaggie opened 1 year ago

hackinaggie commented 1 year ago

It would be great if users could specify a couple extra command line arguments to use multiple subdomains from a file that they found using other tools like subfinder.

Large companies have hundreds of subdomains and often times even though the base domain isn't behind cloudflare, maybe an obscure subdomain is. It should be a simple modification of cloudflair.py & cli.py that even I could implement if you would like.

christophetd commented 1 year ago

Hello! Sounds good, happy to take a pull request if you'd like a contribute.

Thanks for raising the idea!