Skip to content

Commit

Permalink
chore: fix typo in usage, fixes #27
Browse files Browse the repository at this point in the history
  • Loading branch information
phra committed Jul 13, 2019
1 parent 67e8af9 commit 90100b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ fn main() {
1. Dir mode:
rustbuster dir -u http://localhost:3000/ -w examples/wordlist -e php
2. Dns mode:
rustbuster dns -u google.com -w examples/wordlist
rustbuster dns -d google.com -w examples/wordlist
3. Vhost mode:
rustbuster vhost -u http://localhost:3000/ -w examples/wordlist -d test.local -x \"Hello\"
4. Fuzz mode:
Expand All @@ -77,7 +77,7 @@ fn main() {
.subcommand(set_wordlist_args(set_dns_args(set_common_args(SubCommand::with_name("dns"))))
.about("A/AAAA entries enumeration mode")
.after_help("EXAMPLE:
rustbuster dns -u google.com -w examples/wordlist"))
rustbuster dns -d google.com -w examples/wordlist"))
.subcommand(set_wordlist_args(set_vhost_args(set_http_args(set_common_args(SubCommand::with_name("vhost")))))
.about("Virtual hosts enumeration mode")
.after_help("EXAMPLE:
Expand Down

0 comments on commit 90100b5

Please sign in to comment.