Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
blackleak — CVE-2024-30212 | Kitploit
Tools/GitHubGitHub/fehr-gmbh/blackleak
Embedded Systems SecurityVulnerability AnalysisExploitationHardware Hacking
GitHubfehr-gmbh/blackleak

blackleak

CVE-2024-30212

View Repository
1342 years agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

CVSS3 CVSS4 License MIT License LinkedIn


This image was created with the assistance of DALL·E 2

BlackLeak

Proof of Concept for CVE-2024-30212

Table of Contents
  1. About The PoC
  2. Getting Started
    • Prerequisites
    • Installation
  3. Usage
  4. License
  5. Contact
  6. Acknowledgments

About The PoC

This is the proof of concept for CVE-2024-30212.

For more details check https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-30212

(back to top)

Getting Started

Prerequisites

  • libusb
    root@kitploit:~
    apt install libusb-1.0-0-dev
    

Installation

  1. Clone the repo
    root@kitploit:~
    git clone https://github.com/Fehr-GmbH/blackleak.git
    
  2. Switch dir
    root@kitploit:~
    cd blackleak
    
  3. Change TARGET_VID and TARGET_PID according to your target device in main.c
    root@kitploit:~
    nano ./main.c
    
  4. Make
    root@kitploit:~
    make
    

(back to top)

Usage

  1. ./blackleak -r
  2. Connect USB target device
  3. Profit

(back to top)

License

Distributed under the MIT License. See LICENSE for more information.

(back to top)

Contact

Dominik Fehr - d[at]fe[dot]hr

Project Link: https://github.com/Fehr-GmbH/blackleak

(back to top)

Acknowledgments

  • Beyond Logic
  • solderless
  • Hiroka Ihara
  • Best-README-Template
  • Img Shields
  • Logo image was created with the assistance of DALL·E 2

(back to top)

Download Tool