Skip to content

brenocss/whatcdn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

whatcdn

Whatcdn is a tool that tries to detect if an IP/domain/URL uses a CDN or Cloud.

  • This tool only makes use of simple HTTP/DNS (A,CNAME,PTR) requests and CIDR lists as its detection method.
  • This repository is mainly a laboratory to implement and give suggestions to https://github.com/projectdiscovery/cdncheck
  • "I've read the code and have concluded that you're a noob. It is the shittiest program ever. Sorry. - http://1u.ms/"

Heavily inspired by:

Install

go install github.com/brenocss/whatcdn@latest

Usage

echo cloudflare.com | whatcdn -t 20 -json
cat tests/input.txt | whatcdn -t 20 -json | jq

Contributors

Special thanks to @clapbr and @caueobici

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages