-
-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c10c0d3
commit b4f0204
Showing
1 changed file
with
18 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,18 @@ | ||
# cf-check | ||
Check an IP is Owned by Cloudflare | ||
## cf-check | ||
Check an IP is Owned by Cloudflare. | ||
|
||
## Install | ||
``` | ||
▶ go get -u github.com/dwisiswant0/cf-check | ||
``` | ||
|
||
## Usage | ||
``` | ||
▶ echo "uber.com" | cf-check | ||
``` | ||
|
||
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 | ||
``` |