https://github.com/dwisiswant0/cf-check
  
  
    CloudFlare Checker written in Go 
    https://github.com/dwisiswant0/cf-check
  
bugbounty bugbounty-tool bugbountytips cloudflare go golang ip-scanner scanner
        Last synced: 7 months ago 
        JSON representation
    
CloudFlare Checker written in Go
- Host: GitHub
 - URL: https://github.com/dwisiswant0/cf-check
 - Owner: dwisiswant0
 - License: apache-2.0
 - Created: 2020-06-02T13:30:33.000Z (over 5 years ago)
 - Default Branch: master
 - Last Pushed: 2024-05-12T15:03:56.000Z (over 1 year ago)
 - Last Synced: 2025-03-30T08:09:10.550Z (7 months ago)
 - Topics: bugbounty, bugbounty-tool, bugbountytips, cloudflare, go, golang, ip-scanner, scanner
 - Language: Go
 - Homepage:
 - Size: 19.5 KB
 - Stars: 228
 - Watchers: 4
 - Forks: 42
 - Open Issues: 2
 - 
            Metadata Files:
            
- Readme: README.md
 - Funding: .github/FUNDING.yml
 - License: LICENSE
 
 
Awesome Lists containing this project
- WebHackersWeapons - cf-check - check?label=%20)||[](/categorize/langs/Go.md)| (Weapons / Tools)
 - awesome-hacking-lists - dwisiswant0/cf-check - CloudFlare Checker written in Go (Go)
 
README
          ## cf-check
Check an Host is Owned by CloudFlare.
## Install
1. Grab from [releases page](https://github.com/dwisiswant0/cf-check/releases), or
2. If you have [Go1.18+](https://go.dev/dl/) compiler installed & configured:
```console
$ go install github.com/dwisiswant0/cf-check@latest
```
## Usage
```console
$ echo "uber.com" | cf-check
34.98.127.226
```
or
```console
$ cf-check -d 
```
### Flags
```console
$ 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.
```console
$ 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.