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
webmin_docker_and_exp — Dockerfiles for CVE-2019-15107(webmin RCE) recurrence including v1.890 and v1.920 with Exp for each version. | Kitploit
Tools/GitHubGitHub/hachp1/webmin_docker_and_exp
Container SecurityVulnerability AnalysisExploitationWeb Application ExploitationLearning & EducationLabs & Practice
GitHubhachp1/webmin_docker_and_exp

webmin_docker_and_exp

Dockerfiles for CVE-2019-15107(webmin RCE) recurrence including v1.890 and v1.920 with Exp for each version.

View Repository
227 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

Docker-webmin-RCE-lab

  1. Dockerfiles for CVE-2019-15107(webmin RCE) recurrence including v1.890 and v1.920.
  2. Exp for each version.

Build the image

root@kitploit:~
# First, clone the files 

# Then 

cd webmin_[1.890/1.920]_docker
docker build -t hachp1/webmin .

Running the container

root@kitploit:~
docker run -d -p 10000:10000 hachp1/webmin

Log into webmin

root@kitploit:~
https://ip:10000
(root:pass)

Now it's time to recurrence the CVE!!!

Download Tool