Skip to content

Commit 91c193c

Browse files
authored
Update README.md
1 parent a364cb7 commit 91c193c

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff 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
263264
Flags:
264265
GENERAL 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
268271
PRINT 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
272275
SOURCES:
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

0 commit comments

Comments
 (0)