## https://sploitus.com/exploit?id=CBFF44F1-A5E9-5508-A724-2792DBBA4C81
# CVE-2023-27163
Poc of SSRF for Request-Baskets (CVE-2023-27163) based on [this code](https://github.com/entr0pie/CVE-2023-27163) from [entr0pie](https://github.com/entr0pie).
The PoC is expanded to fuzz the content of another web service (local or otherwise) and return the content of the files found.
## Usage
```bash
python3 CVE-2023-27163.py http://<BaseURL>:<Port> -t http://<Target>:<Port> -w <wordlist>
```