Stars: 859
Forks: 130
Pull Requests: 0
Issues: 7
Watchers: 21
Last Updated: 2023-09-01 04:16:45
CrimeFlare is a useful tool for bypassing websites protected by CloudFlare WAF, with this tool you can easily see the real IP of websites that have been protected by CloudFlare. The resulting information is certainly very useful for conducting further penetration testing, and analyzing websites with the same server.
License: MIT License
Languages: PHP
CrimeFlare is back again! This tools can help you to see the real IP behind CloudFlare protected websites
Donation for project development
This tool serves to find the original IP behind websites that have been protected by CloudFlare, the information generated can be useful for further penetration. The information generated by this tool is as follows.
This tool is made with PHP code with very simple programming using several APIs to get maximum results, but this tool does not guarantee 100% to be able to bypass websites that have been protected by CloudFlare. Some websites sometimes cannot be detected by their original IP.
Additional reference tool to see the real IP behind WAF Cloudflare
Simple tools for further penetration, this tool is able to visualize network from Domain, IP, Email and more.
Before running CrimeFlare make sure you have php-curl
installed, install it with the command sudo apt install php-curl
and follow the next installation steps.
git clone https://github.com/zidansec/CloudPeler.git
cd CloudPeler
./crimeflare.php exemple.com
Simple install CrimeFlare on Ubuntu:
sudo wget https://github.com/zidansec/CloudPeler/raw/master/crimeflare.php -O /bin/crimeflare && sudo chmod +x /bin/crimeflare
Run command: crimeflare
or crimeflare exemple.com
If you want to run crimeflare easily on linux ubuntu, follow the below command. This command will add the crimeflare.php
file into the /bin/
directory on your Ubuntu OS.
cd CloudPeler
sudo cp crimeflare.php /bin/crimeflare
To run it now just type command crimeflare
in your linux terminal