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

Import error #50

Closed wicked-wick closed 2 years ago

wicked-wick commented 2 years ago

I have dnspython correctly installed but it shows no module named dns.python?

christophetd commented 2 years ago

I updated the instructions in the README. Can you try the following and confirm it works fine?

cd cloudflair
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python cloudflair.py google.com
christophetd commented 2 years ago

Assuming this works now, feel free to reopen if needed!