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