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-2020-11984 — Dockerized exploit for CVE-2020-11984 enabling remote command execution on vulnerable web servers via a Python-based payload. | Kitploit
Tools/GitHubGitHub/masahiro331/cve-2020-11984
Payload GenerationVulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingCommand and Control
GitHubmasahiro331/cve-2020-11984

CVE-2020-11984

Dockerized exploit for CVE-2020-11984 enabling remote command execution on vulnerable web servers via a Python-based payload.

View Repository
1 year 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

Quick start

root@kitploit:~
docker build --no-cache -t cve-2020-11984 .
docker run --rm -it -p 8080:80 --name cve-2020-11984 cve-2020-11984
pipenv run python3 exploit.py -u localhost:8080/ -c "echo 111>/tmp/abc"

Reference

root@kitploit:~
https://github.com/RubenBar/MLW-upcrans/
Download Tool