Skip to content

Commit

Permalink
Update general usage with tilde mode (#25)
Browse files Browse the repository at this point in the history
Update general usage with tilde mode
  • Loading branch information
phra committed Jul 9, 2019
2 parents 905c67c + 2a730f4 commit 93b8720
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ fn main() {
-s 200 \\
--csrf-url \"http://localhost:3000/csrf\" \\
--csrf-regex '\\{\"csrf\":\"(\\w+)\"\\}'
5. Tilde mode:
rustbuster tilde -u http://localhost:3000/ -e aspx -X OPTIONS
")
.subcommand(set_wordlist_args(set_dir_args(set_http_args(set_common_args(SubCommand::with_name("dir")))))
.about("Directories and files enumeration mode")
Expand Down

0 comments on commit 93b8720

Please sign in to comment.