Gather and update all available and newest CVEs with their PoC.
GitHub Repo

Gather and update all available and newest CVEs with their PoC.

@the_ospsPost Author

Project Description

View on GitHub

Title: Keep Your Security Arsenal Sharp with Trickest CVE

Intro

Staying on top of the constant stream of new CVEs (Common Vulnerabilities and Exposures) is a massive challenge for developers and security engineers. You hear about a new critical vulnerability, but finding reliable, actionable information and—crucially—a working Proof-of-Concept (PoC) can be a scavenger hunt across disparate blogs and feeds.

What if there was a single, automated hub that gathered the newest CVEs and their associated PoCs as soon as they become public? That's exactly what the Trickest CVE project is built to do.

What It Does

In a nutshell, the Trickest CVE project is an automated pipeline that continuously scouts the web for newly published CVEs. It doesn't just collect the vulnerability descriptions; it actively hunts for and aggregates the corresponding Proof-of-Concept code, exploits, and scripts. This automation turns a manual, time-consuming research process into a hands-off, continuously updated data feed.

The project organizes this information in its GitHub repository, making it a centralized, searchable resource for the latest security threats.

Why It's Cool

The cool factor here isn't just the data—it's the automation. Manually tracking this information is a losing battle. The Trickest pipeline runs on a schedule, meaning the moment a new CVE and its PoC hit the public domain, there's a high chance it's already being processed and added to the collection. This gives you a significant head start.

For developers, this is invaluable for:

  • Proactive Defense: Quickly understand how a new vulnerability works to check if your own systems are vulnerable.
  • Security Research: Have a rich, curated dataset of the latest exploits to study and learn from.
  • Tool Development: Use the aggregated data to feed into your own security tools or dashboards.

It turns reactive panic into proactive investigation.

How to Try It

Getting started is straightforward. The entire project is open source and available on GitHub.

  1. Head over to the repository: https://github.com/trickest/cve
  2. Browse the directory structure. It's organized by year (e.g., 2022/), making it easy to navigate.
  3. Dive into a specific CVE folder to find links to the National Vulnerability Database (NVD) details, any related content, and most importantly, the poc.md or poc.txt files containing the Proof-of-Concept.

You can clone the repo to have a local copy or simply use the web interface to search for specific CVEs you're concerned about.

Final Thoughts

In the world of software security, speed and access to information are everything. The Trickest CVE project is a genuinely useful tool that democratizes access to critical security intelligence. It removes a lot of the friction from the initial "what is this and how does it work?" phase of dealing with a new vulnerability. For any developer serious about security, this is a repo worth starring and keeping in your bookmarks. It's a simple idea, executed effectively, and that's often the most powerful kind of tool.

Follow us for more cool projects: @githubprojects

Back to Projects
Project ID: 1987726710977274025Last updated: November 10, 2025 at 03:39 AM