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

ModuleNotFoundError: No module named 'html_similarity' #56

Closed pedrobart closed 2 years ago

pedrobart commented 2 years ago

sudo python3 cloudflair.py

[*] Retrieving Cloudflare IP ranges from https://www.cloudflare.com/ips-v4 Traceback (most recent call last): File "/home/bart/Tools/IP-Scan/CloudFlair/cloudflair.py", line 10, in from html_similarity import similarity ModuleNotFoundError: No module named 'html_similarity'

christophetd commented 2 years ago

Have you run the instructions?

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

Have you run the instructions?

python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python cloudflair.py

thank you, @christophetd