From e8dcccc514862011bf1c83551b0fdafa9330545b Mon Sep 17 00:00:00 2001 From: Dwi Siswanto Date: Sat, 29 Aug 2020 11:55:40 +0700 Subject: [PATCH] :blue_book: Update README --- README.md | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5b35d51..90dbc07 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ ## cf-check -Check an IP is Owned by Cloudflare. +Check an Host is Owned by CloudFlare. ## Install ``` @@ -7,16 +7,26 @@ Check an IP is Owned by Cloudflare. ``` ## Usage + ``` ▶ echo "uber.com" | cf-check ``` +or + +``` +▶ cf-check -d +``` + ### Flags ``` +Usage of cf-check: -c int - Set the concurrency level (default 20) - -d Prints domain instead of IP address + Set the concurrency level (default: 20) + -cf + Show CloudFlare only + -d Print domains instead of IP addresses ``` ## Workaround @@ -24,5 +34,5 @@ Check an IP is Owned by Cloudflare. 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 +▶ subfinder -silent -d uber.com | filter-resolved | cf-check | anew | naabu -silent -verify | httpx -silent ``` \ No newline at end of file