Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
lc committed Oct 15, 2020
1 parent 50a22b9 commit db64bb0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ $ gau -h
| `-providers` | providers to fetch urls from (by default, all are used) | `gau -providers wayback,otx,commoncrawl example.com` |
| `-retries` | amount of retries for http client | `gau -retries 7 example.com` |
| `-subs` | include subdomains of target domain | `gau -subs example.com` |
| `-p` | http proxy to use | `gau -p http://localhost:8080 example.com` |
| `-random-agent` | use a random user-agent | `gau -random-agent example.com` |
| `-v` | enable verbose mode (show errors) | `gau -v` |
| `-o` | filename to write results to | `gau -o urls.txt example.com` |
| `-json` | write output as json | `gau -json example.com` |
Expand Down

0 comments on commit db64bb0

Please sign in to comment.