Skip to content

akhilkommineni/cf-check

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cf-check

Check an IP is Owned by Cloudflare.

Install

▶ go get -u github.com/dwisiswant0/cf-check

Usage

▶ echo "uber.com" | cf-check

Flags

  -c int
        Set the concurrency level (default 20)
  -d    Prints domain instead of IP address

Workaround

The goal is that you don't need to do a port scan if it's proven that the IP is owned by Cloudflare.

▶ subfinder -silent -d uber.com | filter-resolved | cf-check | sort -u | naabu -silent -verify | httprobe

About

CloudFlare Checker written in Go

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 100.0%