[go: up one dir, main page]

Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lc authored Jun 3, 2021
1 parent 6d34334 commit 6a2ad95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +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` |
| `-t` | number of threads to use | `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 6a2ad95

Please sign in to comment.