diff --git a/README.md b/README.md index 90dbc07..b2b10d4 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 ``` \ No newline at end of file