Skip to content

Commit

Permalink
📘 Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dwisiswant0 committed Sep 19, 2020
1 parent b2c6cde commit aad08fd
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ This will display help for the tool. Here are all the switches it supports.
| -u, --url | Define single URL to fuzz |
| -l, --list | Fuzz URLs within file |
| -X, --method | Specify request method to use _(default: GET)_ |
| -o, --output | File to save results |
| -d, --data | Define request data |
| -H, --header | Pass custom header to target |
| -x, --proxy | Use specified proxy to fuzz |
Expand Down Expand Up @@ -132,6 +133,14 @@ If you want to change it, you can use the `-X` flag.
▶ crlfuzz -u "http://target" -X "GET"
```

### Output

You can also save fuzzing results to a file with `-o` flag.

```bash
▶ crlfuzz -l /path/to/urls.txt -o /path/to/results.txt
```

### Data

If you want to send a data request using POST, DELETE. PATCH or other methods, you just need to use `-d` flag.
Expand Down Expand Up @@ -230,4 +239,4 @@ If you are still confused or found a bug, please [open the issue](https://github

## Version

**Current version is 1.2.0** and still development.
**Current version is 1.3.0** and still development.

0 comments on commit aad08fd

Please sign in to comment.