Skip to content

Commit db42c80

Browse files
author
blark
committed
fixed help message
1 parent dacc202 commit db42c80

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

README.md

+10-6
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,12 @@ Get help:
4646

4747
$ aiodnsbrute --help
4848

49-
Usage: cli.py [OPTIONS] DOMAIN
49+
Usage: aiodnsbrute [OPTIONS] DOMAIN
5050

51-
Brute force DNS domain names asynchronously
51+
aiodnsbrute is a command line tool for brute forcing domain names
52+
utilizing Python's asyncio module.
53+
54+
credit: blark (@markbaseggio)
5255

5356
Options:
5457
-w, --wordlist TEXT Wordlist to use for brute force.
@@ -59,13 +62,14 @@ Get help:
5962
-v, --verbosity Increase output verbosity
6063
-o, --output [csv|json|off] Output results to DOMAIN.csv/json (extension
6164
automatically appended when not using -f).
62-
-f, --outfile FILENAME Output filename. Use '-' to
63-
send output to stdout overriding normal
64-
output.
65+
-f, --outfile FILENAME Output filename. Use '-f -' to send file
66+
output to stdout overriding normal output.
6567
--wildcard / --no-wildcard Wildcard detection, enabled by default
68+
--verify / --no-verify Verify domain name is sane before beginning,
69+
enabled by default
70+
--version Show the version and exit.
6671
--help Show this message and exit.
6772

68-
6973
### Examples
7074

7175
Run a brute force with some custom options:

0 commit comments

Comments
 (0)