A high-performance tool to detect Cloudflare protection, fetch real IPs, and analyze response details.
π Features
β Cloudflare Detection (Headers, JS Challenge, CAPTCHA, HTML Analysis) β Real IP Extraction (if not masked) β Colorized & Structured Output β Status Code Highlighting (Green π’, Yellow π‘, Red π΄) β Multi-Threaded for Speed β Save Results to a File (-o output.txt) β Animated Startup with Your Name
ππ Installation & Usage π
1οΈβ£ Install Go (If Not Installed)
sudo apt update && sudo apt install golang -y
2οΈβ£ Clone & Build
git clone https://github.com/ROOTUSX/Cloudflare-Checker
cd cf-checker
go build -o cf-ck
3οΈβ£ Run the Tool
./cf-ck websites.txt
π Save Output to a File:
./cf-ck websites.txt -o results.txt
π¨ Example Output
π΅ Starting Cloudflare Protection Check...
β
example.com β Protected by Cloudflare π’ [Status: 200] (Time: 123ms)
CF-RAY: abc123, CF-Cache: HIT
π Real IP: Not Found
β testsite.com β NOT protected by Cloudflare π΄ [Status: 404] (Time: 78ms)
π Real IP: 192.168.1.1, 45.33.21.67
β failedsite.com β [Error] Connection Timeout
π Advanced Usage
π‘ Scan a Single Website
echo "example.com" > single.txt
./cf-ck single.txt
π‘ Increase Timeout (Default: 7s)
./cf-ck websites.txt --timeout=10
π‘ Check Websites in a File & Save Results
./cf-ck websites.txt -o cloudflare_results.txt
π» Contributing
π₯ Want to improve this tool? Fork it, modify, and send a pull request!
git clone https://github.com/ROOTUSX/Cloudflare-Checker cd cf-checker
β Legal Disclaimer
This tool is for educational and research purposes only. Use it responsibly. The developer is not responsible for any misuse or illegal activities.
π Developed by RootUserX | π₯ Follow for More!
π This README is professionally formatted with badges, a banner, sections, and advanced usage tips. π’ Want an even fancier version? Add an asciinema GIF of the tool in action! π
