updated readme with gif

This commit is contained in:
epi
2020-11-06 05:14:42 -06:00
parent 43c1eb58ad
commit c975a7b82f
2 changed files with 4 additions and 0 deletions

View File

@@ -472,6 +472,10 @@ The `--replay-proxy` and `--replay-codes` options were added as a way to only se
Imagine you only care about proxying responses that have either the status code `200` or `302` (or you just don't want to clutter up your Burp history). These two options will allow you to fine-tune what gets proxied and what doesn't.
```
./feroxbuster -u http://127.1 --replay-proxy http://localhost:8080 --replay-codes 200 302 --insecure
```
Of note: this means that for every response that matches your replay criteria, you'll end up sending the request that generated that response a second time. Depending on the target and your engagement terms (if any), it may not make sense from a traffic generated perspective.
![replay-proxy-demo](img/replay-proxy-demo.gif)

BIN
img/replay-proxy-demo.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 MiB