Skip to content

Commit

Permalink
chore: update issue for issue #27
Browse files Browse the repository at this point in the history
  • Loading branch information
phra committed Jul 13, 2019
1 parent 90100b5 commit 0051a98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ EXAMPLES:
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 Down Expand Up @@ -110,7 +110,7 @@ OPTIONS:
-w, --wordlist <wordlist>... Sets the wordlist
EXAMPLE:
rustbuster dns -u google.com -w examples/wordlist
rustbuster dns -d google.com -w examples/wordlist
```

### `vhost` usage
Expand Down

0 comments on commit 0051a98

Please sign in to comment.