Skip to content

Commit

Permalink
fix(gau): update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lc committed Jun 3, 2021
1 parent 26951a7 commit 6d34334
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Examples:

```bash
$ printf example.com | gau
$ cat domains.txt | gau
$ cat domains.txt | gau -t 5
$ gau example.com
$ gau -o example-urls.txt example.com
$ gau -b png,jpg,gif example.com
Expand All @@ -32,6 +32,7 @@ $ gau -h
| `-b` | extensions to skip | `gau -b jpg,png,gif example.com` |
| `-retries` | amount of retries for http client | `gau -retries 7 example.com` |
| `-subs` | include subdomains of target domain | `gau -subs example.com` |
| `-t` | number of threads to use | `cat domains | gau -t 5` |
| `-p` | http proxy to use | `gau -p http://localhost:8080 example.com` |
| `-v` | enable verbose mode (show errors) | `gau -v` |
| `-o` | filename to write results to | `gau -o urls.txt example.com` |
Expand Down

0 comments on commit 6d34334

Please sign in to comment.