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-2021-32157 — Make it possible to build a vulnerable webmin virtual environment as a container using docker | Kitploit
Tools/GitHubGitHub/dnr6419/cve-2021-32157
Vulnerability ScannersContainer SecurityExploitationWeb SecurityPenetration Testing
GitHubdnr6419/cve-2021-32157

CVE-2021-32157

Make it possible to build a vulnerable webmin virtual environment as a container using docker

View Repository
14 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-2021-32157

Make it possible to build a vulnerable webmin virtual environment as a container using docker

Build

If there is an error related to download, please comment on line 15 of dockerfile and run line 14 of dockerfile.

root@kitploit:~
 docker build -t VulnWebmin .
 docker run --name VulnWebmin -d --rm -p 10000:10000 VulnWebmin

Login

root@kitploit:~
Go to http://[SERVER_IP]:10000
ID/Passsword : root/123456

Exploit

To use exploit script, Go to Link

root@kitploit:~
python3 eXploit.py

reference

https://github.com/Mesh3l911/CVE-2021-32157/blob/main/eXploit.py

Download Tool