v1.5.0
epi052/feroxbusterv1.5.0Nov 7, 2020by epi052
AI Summary
This release introduces selective proxying options, allowing users to send specific responses to a proxy instead of all requests.
Key Highlights
- Added `--replay-proxy` option for selective proxying
- Added `--replay-codes` for specific response codes
- Distinct from global `--proxy` which proxies everything
New Features
- Selective response replay proxying
- Replay proxy options
Full Release Notes
- Added `--replay-proxy` and `--replay-codes` options as a way to only send a select few responses to a proxy. This is in stark contrast to `--proxy` which proxies EVERY request. Special thanks to @aringo and @hellor00t for the request!