Cdn Check
Table of Contents
๐ cdn-check โ Identify CDN-Protected IPs
cdn-check is a fast and flexible tool to detect whether a given IP address (or a list of IPs) is protected by a Content Delivery Network (CDN).
Useful for bug bounty, red teaming, and OSINT. Discover origin servers hiding behind Cloudflare, Akamai, Fastly, etc.
๐ฏ Features
- โก Fast CDN detection via multiple fingerprinting techniques
- ๐ฅ Supports single IPs or bulk input from a file
- ๐งต Multithreaded for speed (
--threads) - ๐ต๏ธ Optional silent mode for clean CLI usage
- ๐จ๏ธ Output to terminal or file (
-o) - ๐ผ๏ธ Beautiful banner with GitHub link (unless
--silentis used)
๐ Usage
๐ฆ Install
git clone https://github.com/electro0nes/cdn-check.git
cd cdn-check
pip install -r requirements.txt