An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# LatestPoCs

![License](https://img.shields.io/github/license/MindPatch/latestpocs)
![Stars](https://img.shields.io/github/stars/MindPatch/latestpocs?style=social)
![Issues](https://img.shields.io/github/issues/MindPatch/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.