Awesome
<a href="https://visitcount.itsvg.in"> <img src="https://visitcount.itsvg.in/api?id=CrimeFlare&label=Visitors&color=6&icon=5&pretty=true" /> </a> <!--<br /><div align="center"><h1><img width="70%" src="https://readme-typing-svg.herokuapp.com?font=Lalezar&duration=10000&pause=1000&color=F70000&width=635&lines=This+tool+is+no+longer+working+for+now%2C+the+project+will+be+resumed+later." /></h1><br />DONATION<br /><br /><a href="https://www.paypal.me/zidansec"><img title="Donations For Projects" height="25" src="https://ionicabizau.github.io/badges/paypal.svg" /></a></div><br />--> <div align="center"> <h1><img width="80%" src="https://readme-typing-svg.herokuapp.com?duration=03&font=Lalezar&size=30&color=green¢er=true&vCenter=true&width=440&lines=CrimeFlare+Bypass+Hostname" /></h1> <br /> <p>CrimeFlare is back again! This tools can help you to see the real IP behind CloudFlare protected websites</p> <img src="https://i.imgur.com/1JKN2Oh.png" /> <br /> <a href="https://www.linux.org"><img src="https://img.shields.io/badge/OS-Linux-yellow?style=flat&logo=linux" /></a> <a href="https://ubuntu.com/"><img src="https://img.shields.io/badge/Distro-Ubuntu-orange?style=flat&logo=ubuntu" /></a> <a href="https://www.cloudflare.com/"><img src="https://img.shields.io/badge/Web%20Application%20Firewall-CloudFlare-orange?style=flat&logo=cloudflare" /></a> <a href="https://github.com/zidansec"><img src="https://img.shields.io/badge/CrimeFlare-v2.2-red?style=flat&logo=red%20hat" /></a> <br /> <a href="https://github.com/zidansec"><img src="https://img.shields.io/github/followers/zidansec?label=Github&style=social" /></a> <a href="mailto:zidansec@gmail.com/"><img src="https://img.shields.io/badge/Email-zidansec@gmail.com-e06c75?style=social&logo=gmail" /></a> <a href="https://youtube.com/channel/UCo6KfMw8dOZ4QGNL1RrjsBQ"><img src="https://img.shields.io/badge/YT-Exploitasi-dcdfe4?style=social&logo=youtube" /></a> <br /> <br/> <p width="20px"><b>Donation for project development</p></b> <a href="https://www.buymeacoffee.com/zidansec"><img src="https://img.buymeacoffee.com/button-api/?text=Buy me a coffee&emoji=&slug=zidansec&button_colour=FF5F5F&font_colour=ffffff&font_family=Cookie&outline_colour=000000&coffee_colour=FFDD00" /></a><br /> <a href="https://www.paypal.me/zidansec"><img title="Donations For Projects" height="25" src="https://ionicabizau.github.io/badges/paypal.svg" /></a> </div>Introduction
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.
- CloudFlare IP
- CloudFlare NS1
- CloudFlare NS2
- Real IP
- Hostname
- Organization
- Address (Country, City, Region, Postal Code)
- Location
- Time Zone
Code Samples
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.
API Used In This Tool
Additional reference tool to see the real IP behind WAF Cloudflare
OsintSec - Information Gathering Intelligence
Simple tools for further penetration, this tool is able to visualize network from Domain, IP, Email and more.
<a href='https://osinthreat.herokuapp.com/domain.php?domain=fbi.gov' target='_blank'><img src='https://i.imgur.com/QDDBUCV.png' /></a>
Installation
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
Easy to run
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