CloudFail

CloudFail is a tactical reconnaissance tool which aims to gather enough information about a target protected by Cloudflare in the hopes of discovering the location of the server.

Installation

sudo apt update 
sudo apt install python3-pip git tor 
git clone https://github.com/m0rtem/CloudFail
cd CloudFail
pip3 install -r requirements.txt

Fix errors

nano cloudfail.py
# Replace "choice is not" with "choice !="
while choice != 'y' and choice != 'n':
# Replace "choice is" with "choice =="
if choice == 'y':
nano socks.py
# Replace "from collections import Callable" with:
from collections.abc import Callable

Update the database

sudo python3 cloudfail.py -u

Usage

sudo python3 cloudfail.py -t tinyjpg.com