Based on the amazing research by James Kettle. The tool can help to find servers that may be vulnerable to request smuggling vulnerability.
```
USAGE:
request_smuggler [FLAGS] [OPTIONS] --url
FLAGS: --full Tries to detect the vulnerability using differential responses as well. Can disrupt other users!!! -h, --help Prints help information -V, --version Prints version information
OPTIONS:
--amount-of-payloads
bash
git clone https://github.com/Sh1Yo/request_smuggler
cd request_smuggler
cargo build --release
bash
cargo install request_smuggler
Mac
bash
git clone https://github.com/Sh1Yo/request_smuggler
cd request_smuggler
cargo build --release
bash
cargo install request_smuggler
Windows