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

No module named 'html_similarity' #76

Closed aaronfoxxx closed 5 months ago

aaronfoxxx commented 10 months ago

Traceback (most recent call last): File "/home/khalid/Downloads/CloudFlair/cloudflair.py", line 10, in from html_similarity import similarity ModuleNotFoundError: No module named 'html_similarity'.....plz help

christophetd commented 10 months ago

Did you follow the setup instructions?

cd CloudFlair
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
christophetd commented 5 months ago

Closing for inactivity