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-2019-15107-RCE-WebMin — Lightweight Python script that fingerprints Webmin versions and flags servers running 1.882 ≤ version ≤ 1.920 as potentially vulnerable to CVE-2019-15107. Detection-only, no exploitation. | Kitploit
Tools/GitHubGitHub/edouardosstav/cve-2019-15107-rce-webmin
ReconnaissanceVulnerability ScannersVulnerability AnalysisInformation GatheringWeb SecurityPenetration Testing
GitHubedouardosstav/cve-2019-15107-rce-webmin

CVE-2019-15107-RCE-WebMin

Lightweight Python script that fingerprints Webmin versions and flags servers running 1.882 ≤ version ≤ 1.920 as potentially vulnerable to CVE-2019-15107. Detection-only, no exploitation.

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
View Repository
11 year agoNot yet reviewed

Webmin CVE-2019-15107 Detection

A lightweight Python script that fingerprints Webmin versions and flags any server running 1.882 ≤ version ≤ 1.920 as potentially vulnerable to CVE-2019-15107. This tool does not exploit the vulnerability—only reports it.


Prerequisites

  • Git
  • Python 3.7+
  • Docker & Docker Compose

Repository Layout

root@kitploit:~
your-project/
├── detect_webmin_cve_2019_15107.py
├── requirements.txt
└── vulhub/                     
    └── webmin/CVE-2019-15107/
        └── docker-compose.yml
Download Tool