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.48k stars 345 forks source link

Add CloudFront Support #67

Closed amccarthy-figma closed 1 year ago

amccarthy-figma commented 1 year ago

This PR adds CloudFront support under a --cloudfront boolean flag.

The implementation leverage shared functionality as much as possible (DNS, Censys, similarity analysis, etc.)

christophetd commented 1 year ago

Fixed something that wasn't working in 845e2d1, but otherwise looks great, thanks for the contribution!