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-2022-22965-poc — CVE-2022-22965 poc including reverse-shell support | Kitploit
Tools/GitHubGitHub/viniciuspereiras/cve-2022-22965-poc
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingPayload Development
GitHubviniciuspereiras/cve-2022-22965-poc

CVE-2022-22965-poc

CVE-2022-22965 poc including reverse-shell support

View Repository
1352 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-2022-22965 poc

CVE-2022-22965 poc including reverse-shell and password support. Feel free to add more stuff :)

How to test?

root@kitploit:~
$ docker run -p 9090:8080 vulfocus/spring-core-rce-2022-03-29 # run vulnerable docker
$ python3 exploit.py -c id --password 1234 --shell_name big0us
$ python3 exploit.py --help # for more usages

Creditis

I refactored the code of the original exploit and added some features

Changes

  • reverse shell suport
  • password support
  • shell name support
Download Tool