## https://sploitus.com/exploit?id=F909C258-DB8C-5EF7-9465-ABD0F30458A4
# ๐ก๏ธ Exploit-POC
> A curated collection of Proof-of-Concept (PoC) exploit codes for known CVEs โ designed exclusively for **security researchers**, **penetration testers**, and **system administrators** to safely verify whether their systems are vulnerable.
---
## โ ๏ธ Disclaimer
> **FOR EDUCATIONAL AND AUTHORIZED TESTING PURPOSES ONLY**
The exploit code provided in this repository is intended **solely** for:
- Testing systems **you own** or have **explicit written permission** to test.
- Educational purposes to understand vulnerability mechanics.
- Helping defenders identify and remediate weaknesses in their infrastructure.
**Misuse of any code in this repository to attack systems without authorization is illegal and unethical.** The author(s) of this repository are **not responsible** for any damage, legal consequences, or misuse arising from the use of these tools. By using any code from this repository, you agree to take **full responsibility** for your actions.
---
## ๐ Repository Structure
```
Exploit-POC/
โโโ CVE-YYYY-XXXXX/
โ โโโ README.md # CVE details, affected versions, and usage
โ โโโ exploit.py # PoC exploit script
โ โโโ references.md # References and advisories
โโโ CVE-YYYY-XXXXX/
โ โโโ ...
โโโ README.md
```
Each CVE has its own dedicated directory containing:
- A detailed `README.md` describing the vulnerability
- The PoC code
- Relevant references and patch information
---
## ๐ค Author
**Rituraj Dubey**
- GitHub: [@rituraj-dubey](https://github.com/rituraj-dubey)
---
Use responsibly. Hack ethically. Secure everything. ๐