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
pwnkit — CVE-2021-4034 PoC | Kitploit
Tools/GitHubGitHub/pyhrr0/pwnkit
Privilege EscalationVulnerability AnalysisExploitationPenetration TestingBinary Exploitation
GitHubpyhrr0/pwnkit

pwnkit

CVE-2021-4034 PoC

View Repository
3 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-2021-4034

Introduction

This is an exploit for the CVE-2021-4034 vulnerability, aka pwnkit, which was discovered by Qualys.

Usage

Compilation

root@kitploit:~
$ make

or

root@kitploit:~
$ gcc -o pwnkit.so -fPIC -shared pwnkit.c -Wl,-e,main

Testing

root@kitploit:~
$ make test

or

root@kitploit:~
$ ./pwnkit.so
Download Tool