Skip to content

Commit

Permalink
fixed help message
Browse files Browse the repository at this point in the history
  • Loading branch information
blark committed May 29, 2019
1 parent dacc202 commit db42c80
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,12 @@ Get help:

$ aiodnsbrute --help

Usage: cli.py [OPTIONS] DOMAIN
Usage: aiodnsbrute [OPTIONS] DOMAIN

Brute force DNS domain names asynchronously
aiodnsbrute is a command line tool for brute forcing domain names
utilizing Python's asyncio module.

credit: blark (@markbaseggio)

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


### Examples

Run a brute force with some custom options:
Expand Down

0 comments on commit db42c80

Please sign in to comment.