Skip to content
This repository has been archived by the owner on Mar 12, 2022. It is now read-only.

Commit

Permalink
add delay flag
Browse files Browse the repository at this point in the history
  • Loading branch information
danielkvist committed Jul 9, 2019
1 parent 20259b9 commit 3896f97
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,12 @@ Usage:
whisperer [flags]
Flags:
-a, --agent string user agent (default "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:67.0) Gecko/20100101 Firefox/67.0")
-g, --goroutines string number of goroutines (default "1")
-h, --help help for whisperer
--urls string simple .txt file with URL's to visit (default "./urls.txt")
-v, --verbose enables verbose mode
-a, --agent string user agent (default "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:67.0) Gecko/20100101 Firefox/67.0")
-d, --delay duration delay between requests
-g, --goroutines int number of goroutines (default 1)
-h, --help help for whisperer
--urls string simple .txt file with URL's to visit (default "./urls.txt")
-v, --verbose enables verbose mode
```

## URLs file
Expand Down

0 comments on commit 3896f97

Please sign in to comment.