Skip to content

Commit

Permalink
📘 Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
dwisiswant0 committed Aug 13, 2020
1 parent 33638ad commit 08a1532
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ This will display help for the tool. Here are all the switches it supports.
| -X, --method | Specify request method to use _(default: GET)_ |
| -d, --data | Define request data |
| -H, --header | Pass custom header to target |
| -x, --proxy | Use proxy to fuzz |
| -x, --proxy | Use specified proxy to fuzz |
| -c, --concurrent | Set the concurrency level _(default: 20)_ |
| -s, --silent | Silent mode |
| -v, --verbose | Verbose mode |
Expand Down Expand Up @@ -147,7 +147,7 @@ May you want to use custom headers to add cookies or other header parts.

### Using Proxy

Using a proxy, this can also be useful if Google or other engines meet Captcha.
Using a proxy, proxy string can be specified with a `protocol://` prefix to specify alternative proxy protocols.

```bash
▶ crlfuzz -u "http://target" -x http://127.0.0.1:8080
Expand Down

0 comments on commit 08a1532

Please sign in to comment.