Skip to content

Latest commit

 

History

History
62 lines (49 loc) · 2.67 KB

README.md

File metadata and controls

62 lines (49 loc) · 2.67 KB


CrimeFlare is back again! This tools can help you to see the real IP behind CloudFlare protected websites




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
  • 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

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
php crimeflare.php exemple.com

Reference: