Skip to content

Commit

Permalink
chore: Words
Browse files Browse the repository at this point in the history
  • Loading branch information
dwisiswant0 committed Feb 16, 2022
1 parent d4f35d0 commit 1052d71
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,12 @@
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.13+](https://go.dev/dl/) compiler installed & configured:

```
▶ go get -u github.com/dwisiswant0/cf-check
▶ go install github.com/dwisiswant0/cf-check@latest
```

## Usage
Expand Down Expand Up @@ -34,5 +38,5 @@ Usage of 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 | anew | naabu -silent -verify | httpx -silent
▶ subfinder -silent -d uber.com | filter-resolved | cf-check -d | anew | naabu -silent -verify | httpx -silent
```

0 comments on commit 1052d71

Please sign in to comment.