@@ -46,9 +46,12 @@ Get help:
46
46
47
47
$ aiodnsbrute --help
48
48
49
- Usage: cli.py [OPTIONS] DOMAIN
49
+ Usage: aiodnsbrute [OPTIONS] DOMAIN
50
50
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)
52
55
53
56
Options:
54
57
-w, --wordlist TEXT Wordlist to use for brute force.
@@ -59,13 +62,14 @@ Get help:
59
62
-v, --verbosity Increase output verbosity
60
63
-o, --output [csv|json|off] Output results to DOMAIN.csv/json (extension
61
64
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.
65
67
--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.
66
71
--help Show this message and exit.
67
72
68
-
69
73
### Examples
70
74
71
75
Run a brute force with some custom options:
0 commit comments