## https://sploitus.com/exploit?id=5E0D09F0-BACA-57DC-917C-2E5F6F848DF2
# CVE-2023-23752 Joomla! v4.2.8 - Unauthenticated Information Disclosure
A proof-of-concept for CVE-2023-23752 Joomla! v4.2.8 - Unauthenticated Information Disclosure. For versions 4.0.0 < 4.2.8 (it means from 4.0.0 up to 4.2.7).
## Getting Started
### Executing program
* With python3
```
python3 exploit.py -t http://joomla.url/
```
## Help
For help menu:
```
python3 exploit.py -h
```
## Acknowledgments
Idea based on this PoC
* [NSFocusGlobal](https://nsfocusglobal.com/joomla-unauthorized-access-vulnerability-cve-2023-23752-notice/)
## Disclaimer
All the code provided on this repository is for educational/research purposes only. Any actions and/or activities related to the material contained within this repository is solely your responsibility. The misuse of the code in this repository can result in criminal charges brought against the persons in question. Author will not be held responsible in the event any criminal charges be brought against any individuals misusing the code in this repository to break the law.