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

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

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

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

工具目录

分类

查看所有分类
Loading categories
CVE-2020-7200 — CVE-2020-7200: HPE Systems Insight Manager (SIM) RCE PoC | Kitploit
工具/GitHubGitHub/alexfrancow/cve-2020-7200
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingRemote Access Tool
GitHubalexfrancow/cve-2020-7200

CVE-2020-7200

CVE-2020-7200: HPE Systems Insight Manager (SIM) RCE PoC

查看仓库
615年前尚未审核

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

CVE-2020-7200

下载 HPE SIM 7.6:https://support.hpe.com/hpesc/public/docDisplay?docId=emr_na-c05350303#N10011

详情:https://support.hpe.com/hpesc/public/docDisplay?docLocale=en_US&docId=hpesbgn04068en_us

🎞 视频:https://www.youtube.com/watch?v=QNhcNJtjKyw

HPE 不提供补丁,仅提供一个临时修复方案:直接删除 C:\Program Files\HP\Systems Insight Manager\jboss\server\hpsim\deploy\simsearch.war 中的 simsearch.war,这意味着这是该漏洞的主要成因!

root@kitploit:~
Program Files\HP\Systems Insight Manager\jboss\server\hpsim\deploy\simsearch.war
└───WEB-INF
    │
    └───lib
            axis-1.4.jar
            backport-util-concurrent.jar
            cfgatewayadapter.jar
            commons-codec-1.3.jar
            commons-httpclient-3.0.1.jar
            commons-logging.jar
            concurrent.jar
            flex-messaging-common.jar
            flex-messaging-core.jar
            flex-messaging-opt.jar
            flex-messaging-proxy.jar
            flex-messaging-remoting.jar
            flex-rds-server.jar
            jaxrpc.jar
            simsearch.jar
            xalan.jar
            
Program Files\HP\Systems Insight Manager
└───lib
        jgroups-2.2.1.jar

Program Files\HP\Systems Insight Manager\jboss\server\hpsim
└───lib
        commons-collections.jar
        javassist.jar

启动服务器:

root@kitploit:~
C:\Program Files\HP\Systems Insight Manager\lbin>hpsimsvc.exe -console

请求:

root@kitploit:~
POST /simsearch/messagebroker/amfsecure HTTP/1.1
Host: 127.0.0.1:50000
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:84.0) Gecko/20100101 Firefox/84.0
Connection: close
Upgrade-Insecure-Requests: 1
Content-Type: application/x-www-form-urlencoded
Content-Lenght: 0

<PAYLOAD>
下载工具