armgham / CFScanner

Cloud Flare scanner

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CloudFlare Scanner

This script scans Millions of cloudflare IP addresses and generate a result file contains the IPs which are work with CDN

This script uses v2ray+vmess+websocket+tls by default and if you want to use it behind your Cloudflare proxy then you have to set up a vmess account, otherwise it will use the default config

Requirements

You have to install following packages

git
bc
curl
nmap
parallel

How to run

  1. clone
[~]>$ git clone https://github.com/MortezaBashsiz/CFScanner.git
  1. Change direcotry and make them executable
[~]>$ cd CFScanner/scripts
[~/CFScanner/scripts]> chmod +x v2ctl v2ctl-mac v2ray v2ray-mac
  1. Get config.real
[~/CFScanner/scripts]>$ curl -s http://bot.sudoer.net/config.real -o ./config.real

In config file the variables are

id: UUID for user
Host: Host address which ic behind Cloudflare
Port: Port which you are using behind Cloudflare on your origin server
path: websocket endpoint like api20
serverName: SNI
  1. Execute it

You must specify the parallel process count. In this example I execute it in 16 simultanious processes

[~/CFScanner/scripts]>$ bash cfFindIP.sh 8 ./config.real
  1. Result It will generate a file by datetime in result direcotry
[~/CFScanner]>$ ls result/
20230120-203358-result.cf
[~/CFScanner]>$

Video guide

A video guide usage can be found in youtube.

About

Cloud Flare scanner

License:GNU General Public License v3.0


Languages

Language:Shell 100.0%