百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
< 返回工具列表
C

CloudPeler

> 前端框架
开源

CrimeFlare 是一个用于绕过由 Cloudflare WAF 保护的网站的有用工具,使用此工具,您可以轻松查看已受保护的网站的真实 IP 地址。

1.6K stars0 点赞0 次浏览
访问官网GitHub

工具介绍

CrimeFlare 是一个用于绕过由 Cloudflare WAF 保护的网站的有用工具,使用此工具,您可以轻松查看已受保护的网站的真实 IP 地址。

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

  • https://crimeflare.zidansec.com
  • http://ipinfo.io/2.2.2.2/json

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.

  • https://osinthreat.herokuapp.com/

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

Reference:

  • https://www.xploit.my.id/2021/07/crimeflare-bypass-tools-cloudflare.html
  • https://zidansec.com/cloudpeler-crimeflare-next-generation/

GitHub Issues· 0 开放

在 GitHub 查看全部

暂无开放 Issues,或尚未同步最近议题。

核心特点

  • •CloudFlare IP
  • •CloudFlare NS1
  • •CloudFlare NS2
  • •Hostname
  • •Organization
  • •Address (Country, City, Region, Postal Code)
  • •Location
  • •Time Zone
  • •https://crimeflare.zidansec.com
  • •http://ipinfo.io/2.2.2.2/json

> 标签

PHPbypass-cloudflarebypass-hostnamebypass-wafcloudflare

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月17日
分类前端框架
定价开源

> 相关工具

R
React
用于构建用户界面的 JavaScript 库
V
Vue.js
渐进式 JavaScript 框架
N
Next.js
基于 React 的全栈 Web 框架