A tool to see the real IP behind a CloudFlare protected website.
Introduction
This tool serves to search for 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
- Real IP
- Hostname
- Organization
- City
- Country
- Postal
- 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
http://www.crimeflare.org:82/
https://api.xploit.my.id/v1/crimeflare.php?url=
http://ipinfo.io/134.22.52.1.2/json
Installation
- Clone the repository below
git clone https://github.com/zidansec/CrimeFlare.git
Commands:
cd CrimeFlare
sudo apt-get install php-curl
php crimeflare.php
Leave a Reply