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
CVE-2019-14745 — weaponized radare2 vulnerability found by @CaptnBanana and blenk92 | Kitploit
Tools/GitHubGitHub/xooxo/cve-2019-14745
Payload GenerationVulnerability AnalysisExploitationReverse EngineeringShellcodeBinary Exploitation
GitHubxooxo/cve-2019-14745

CVE-2019-14745

weaponized radare2 vulnerability found by @CaptnBanana and blenk92

View Repository
226 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

CVE-2019-14745

weaponized radare2 vulnerability (CVE-2019-14745 assigned) found by @CaptnBanana and blenk92

For details about vulnerability, read https://bananamafia.dev/post/r2-pwndebian/

Usage

First of all, you need Python bindings of LIEF (https://lief.quarkslab.com/) Then, run script as:

python nukeradare2.py <binary_name> <one of the symbols of that binary> <shell command>

This will create a binary with nuked_ as prefix. Run it with:

radare2 -c "ood" <nuked_binary>

or give "ood" as a command in radare2. Note that radare2 will run your command twice.

Download Tool