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

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

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

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

工具目录

分类

查看所有分类
Loading categories
CVE-2018-9276 — CVE-2018-9276 PRTG < 18.2.39 Authenticated Command Injection (Reverse Shell) | Kitploit
工具/GitHubGitHub/wildkindcc/cve-2018-9276
Payload GenerationVulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingCommand and Control
GitHubwildkindcc/cve-2018-9276

CVE-2018-9276

CVE-2018-9276 PRTG < 18.2.39 Authenticated Command Injection (Reverse Shell)

查看仓库
3675年前Kitploit 审核通过

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

CVE-2018-9276 PRTG < 18.2.39 经过身份验证的命令注入(反向Shell)

https://nvd.nist.gov/vuln/detail/CVE-2018-9276

改进版利用脚本,原作者为 https://github.com/M4LV0。 我使用了他们脚本中的POST数据,但使其更可靠,因为我之前使用原版时成功率不高。

有效载荷传递方式本质上是 smb_delivery。 Impacket 提供由 msfvenom 生成的 .dll,rundll32.exe 负责执行所有操作。

已在 Windows Server 2016 上针对 PRTG 18.1.37 进行测试。

依赖项

这个脚本写得并不好,是从 stackoverflow 拼凑出来的。 它是为 Kali Linux 开发的,假设以下工具可用:

  • Impacket
  • Netcat
  • Msfvenom

假设条件

这是一个指向即用的利用脚本,你只需要知道 PRTG 实例的管理员凭据(默认 prtgadmin:prtgadmin)。 根据目标机器的配置,效果可能会有所不同。 已做出以下假设:

  • 目标机器是 Windows;
  • Defender / Applocker 未运行;并且
  • 允许出站 SMB 访问

安装

root@kitploit:~
git clone https://github.com/wildkindcc/CVE-2018-9276.git
python CVE-2018-9276.py -h

用法

找出凭据并投放 shell :)

root@kitploit:~
usage: CVE-2018-9276.py [-h] -i HOST -p PORT --lhost LHOST --lport LPORT
                        [--user USER] [--password PASSWORD] [--https]

optional arguments:
  -h, --help            show this help message and exit
  -i HOST, --host HOST  IP address / Hostname of vulnerable PRTG server
  -p PORT, --port PORT  Port number
  --lhost LHOST         LHOST for MSFVENOM
  --lport LPORT         LPORT for MSFVENOM
  --user USER           Administrator Username
  --password PASSWORD   Administrator Password
  --https               Negotiate SSL connection to the server (Requires
                        socket to be compiled with SSL support)

声明

这不会让你黑掉吉布森。 未经授权,不要针对任何系统使用此脚本。 我写这个只是为了好玩。 仅用于教育目的等等。

下载工具