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
Tools/GitHubGitHub/luc10/struts-rce-cve-2017-9805
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingCommand and Control
GitHubluc10/struts-rce-cve-2017-9805

struts-rce-cve-2017-9805

Go-based remote code execution tool targeting Apache Struts CVE-2017-9805 with single-target and batch-file scanning modes for automated exploitation.

View Repository
602616 years agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

Description

Apache Struts RCE tool for CVE 2017-9805

Options

  • u: the target url;
  • c: the command that'll be executed on a vulnerable target;
  • f: automatically checks for RCE using a list of targets (one target per line);
  • p: specify the port for a local listener - used with f option - (default: 8080)

Usage

root@kitploit:~
go run main.go -u target -c command
root@kitploit:~
go run main.go -f filename
root@kitploit:~
go run main.go -f filename -p port
Download Tool