MCPcopy Index your code
hub / github.com/dwisiswant0/cf-check

github.com/dwisiswant0/cf-check @v2.0.2

Chat with this repo
repository ↗ · DeepWiki ↗ · release v2.0.2 ↗ · + Follow
7 symbols 14 edges 6 files 0 documented · 0%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

cf-check

Check an Host is Owned by CloudFlare.

Install

  1. Grab from releases page, or
  2. If you have Go1.18+ compiler installed & configured:
$ go install github.com/dwisiswant0/cf-check@latest

Usage

$ echo "uber.com" | cf-check
34.98.127.226

or

$ cf-check -d <FILE>

Flags

$ cf-check -h
Usage of cf-check:
  -c int
        Set the concurrency level (default: 20)
  -cf
        Show CloudFlare only
  -d    Print domains instead of IP addresses

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 -d | anew | naabu -silent -verify | httpx -silent

License

cf-check is distributed under Apache License 2.0.

Core symbols most depended-on inside this repo

Shape

Function 7

Languages

Go100%

Modules by API surface

utils.go4 symbols
main.go1 symbols
db/db.go1 symbols
check.go1 symbols

For agents

$ claude mcp add cf-check \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page