File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed
Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -246,6 +246,7 @@ go install -v github.com/musana/cf-hero/cmd/cf-hero@latest
246246
247247```
248248
249+
249250 ____ __
250251 _____/ __/ / /_ ___ _________
251252 / ___/ /__ ___ / __ \/ _ \/ ___/ __ \
@@ -262,17 +263,20 @@ Usage:
262263
263264Flags:
264265GENERAL OPTIONS:
265- -w int Worker count (default 16)
266- -f string Input file containing list of host/domain
266+ -w int Worker count (default 16)
267+ -f string Input file containing list of host/domain
268+ -v Enable verbose output
269+ -title string Specify HTML title to match (skip fetching from Cloudflare domain)
267270
268271PRINT OPTIONS:
269- -cf Print domains behind of Cloudflare
270- -non-cf Print domains not behind of Cloudflare
272+ -cf Print domains behind Cloudflare
273+ -non-cf Print domains not behind Cloudflare
271274
272275SOURCES:
273276 -censys Include Censys in scanning
274277 -securitytrails Include SecurityTrails historical DNS records in scanning
275278 -shodan Include Shodan historical DNS records in scanning
279+ -zoomeye Include Zoomeye in scanning
276280 -dl string Domain list for sub/domain scanning
277281 -td string Target domain for sub/domain scanning
278282
@@ -283,6 +287,7 @@ CONFIGURATION:
283287 -px string HTTP proxy URL
284288
285289
290+
286291```
287292
288293
You can’t perform that action at this time.
0 commit comments