https://github.com/mindpatch/latestpocs
Latest PoC exploit & Writeups
https://github.com/mindpatch/latestpocs
cves pentesting poc proof-of-concept security
Last synced: 9 months ago
JSON representation
Latest PoC exploit & Writeups
- Host: GitHub
- URL: https://github.com/mindpatch/latestpocs
- Owner: MindPatch
- License: mit
- Created: 2024-11-02T19:26:00.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-12-31T14:18:33.000Z (over 1 year ago)
- Last Synced: 2025-04-03T05:25:11.868Z (about 1 year ago)
- Topics: cves, pentesting, poc, proof-of-concept, security
- Language: Python
- Homepage:
- Size: 415 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LatestPoCs



**LatestPoCs** is a repository dedicated to providing Proofs of Concept (PoCs) for recently disclosed Common Vulnerabilities and Exposures (CVEs). This repository is meant for educational and research purposes, allowing cybersecurity professionals and enthusiasts to understand the impact of new vulnerabilities and how they may be exploited.
## Table of Contents
- [About](#about)
- [How to Use](#how-to-use)
- [Repository Structure](#repository-structure)
- [Contribution Guidelines](#contribution-guidelines)
- [Disclaimer](#disclaimer)
- [License](#license)
## About
This repository contains Proofs of Concept for newly identified vulnerabilities, helping researchers and security professionals stay updated with the latest CVE exploits. Each PoC is designed to demonstrate the exploitation of the CVE in a controlled, educational context.
## How to Use
1. **Clone the Repository**
```bash
git clone https://github.com/MindPatch/latestpocs.git
cd latestpocs
```
2. **Browse Available PoCs**: Each PoC is located in its own directory named after the CVE identifier (e.g., `CVE-2024-XXXX`).
3. **Follow PoC Instructions**: Each PoC directory includes a README with specific details on setup and usage.
> **Warning**: Only use these PoCs in a controlled environment for testing or educational purposes.
## Repository Structure
```plaintext
latestpocs/
├── CVE-2024-XXXX/
│ ├── README.md # Detailed information and usage instructions
│ ├── exploit.py # Exploit script or PoC
│ └── resources/ # Additional resources (e.g., payloads, screenshots)
├── CVE-2024-YYYY/
│ ├── README.md
│ ├── exploit.py
│ └── resources/
```
## Contribution Guidelines
We welcome contributions to keep this repository updated with the latest PoCs for newly discovered CVEs. To contribute:
1. **Fork the repository** and create a new branch.
2. **Add your PoC** in a new directory named after the CVE (e.g., `CVE-2024-XXXX`).
3. **Include a README** in your PoC directory with details on vulnerability context, setup, usage, and references.
4. **Submit a pull request** with your changes.
## Disclaimer
This repository is intended for educational and research purposes only. **Do not use these PoCs in unauthorized environments or for illegal purposes.** Misuse of this content is solely the responsibility of the user.
## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for more details.