Skip to content

Commit

Permalink
Fix usage in readme (#20)
Browse files Browse the repository at this point in the history
Fix usage in readme
  • Loading branch information
phra committed Jun 15, 2019
2 parents f455704 + 3f31b16 commit 0d020ab
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ workflows:
- build_release
- fmt
- check
- clippy
- test
- test_release
- bench
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,7 @@ EXAMPLES:
-w examples/wordlist \
-w /usr/share/seclists/Passwords/Common-Credentials/10-million-password-list-top-10000.txt \
-s 200
--csrf-url "http://localhost:3000/csrf"
--csrf-regex '\{"csrf":"(\w+)"\}'

```
2 changes: 2 additions & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ fn main() {
-w examples/wordlist \\
-w /usr/share/seclists/Passwords/Common-Credentials/10-million-password-list-top-10000.txt \\
-s 200
--csrf-url \"http://localhost:3000/csrf\"
--csrf-regex '\\{\"csrf\":\"(\\w+)\"\\}'
")
.arg(
Arg::with_name("verbose")
Expand Down

0 comments on commit 0d020ab

Please sign in to comment.