## https://sploitus.com/exploit?id=A4245B5E-6BE7-5FA4-8E17-F442A6493A36
# CVE-2023-23752 - Joomla-v4.2.8 Unauthenticated information disclosure
## Prerequisites
```bash
sudo apt-get install nlohmann-json3-dev
```
```bash
sudo apt-get install libcurl4-openssl-dev
```
## Compile
```bash
g++ -o ejecutable cve.cpp -lcurl -std=c++17
```
## usage
![usage](exploit.png)