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 --silent is used)

๐Ÿš€ Usage

๐Ÿ“ฆ Install

git clone https://github.com/electro0nes/cdn-check.git
cd cdn-check
pip install -r requirements.txt