Skip to content

Commit

Permalink
💬 Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dwisiswant0 committed Jun 2, 2020
1 parent c10c0d3 commit b4f0204
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions README.md
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
```

0 comments on commit b4f0204

Please sign in to comment.