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-42889 — RCE PoC for Apache Commons Text vuln | Kitploit
Tools/GitHubGitHub/34006133/cve-2022-42889
Vulnerability AnalysisExploitationWeb Application ExploitationCommand and ControlPayload Development
GitHub34006133/cve-2022-42889

CVE-2022-42889

RCE PoC for Apache Commons Text vuln

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

Quickstart

root@kitploit:~
sudo apt install golang

To run like Python:

root@kitploit:~
go run main.go arg1 arg2

To build executable:

root@kitploit:~
go build main.go

Usage:

root@kitploit:~
non@woa:~/program$ go run main.go 
[-] Usage: ./program vulnerable/web?param= 'ls -la'

To Do:

  • Reverse shell capabilities (https://gobyexample.com/spawning-processes)
  • Better error handling, know there is a logic bug where if you change ?search to ?sea, program flow still reaches command success end line
Download Tool