Lucene search
+L

3093 matches found

Kitploit
Kitploit
added 2026/09/12 2:59 p.m.11 views

NtlmRelayToEWS

ntlmRelayToEWS 作者:Arno0x0x - @Arno0x0x ntlmRelayToEWS 是一款用于对 Exchange Web Services EWS 执行 NTLM 中继攻击的工具。它会在 445 端口启动一个 SMB 监听器,在 80 端口启动一个 HTTP 监听器,等待来自受害者的传入连接。一旦受害者连接到其中一个监听器,就会触发 NTLM 协商,并将该协商中继到目标 EWS 服务器。 显然,该工具并未 实现完整的 EWS API,因此仅实现了少数在某些攻击场景中有用的服务。我可能会在未来添加更多功能。请参阅“用法”部分了解已实现的 EWS 调用。 限制与改进...

5.9AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/12 1:56 p.m.6 views

CVE-2021-42321

CVE-2021-42321 Prueba de concepto de Microsoft Exchange Server El parche:https://msrc.microsoft.com/update-guide/en-US/vulnerability/CVE-2021-42321...

8.8CVSS7.9AI score0.91737EPSS
SaveExploits9
Kitploit
Kitploit
added 2026/09/12 1:45 p.m.5 views

Microsoft_Exchange_Server_SSRF_CVE-2021-26855

MicrosoftExchangeServerSSRFCVE-2021-26855 zoomeye dork:app:"Microsoft Exchange Server" 使用Seebug工具箱及pocsuite3编写的脚本MicrosoftExchangeServerSSRFCVE-2021-26855.py,对近一年的数据进行探测: 成功率约为:1500 / 5000 = 30%...

9.8CVSS8.2AI score0.99996EPSS
SaveExploits65References1
Kitploit
Kitploit
added 2026/09/12 12:33 p.m.3 views

CVE-2020-0688

CVE-2020-0688 Microsoft Exchange Server 在安装时未能正确创建唯一密钥,存在一个远程代码执行漏洞。 已知验证密钥的情况下,拥有邮箱的已认证用户可以向以 SYSTEM 权限运行的 Web 应用程序传递任意对象进行反序列化。 关于漏洞 该漏洞存在于 Exchange 控制面板 ECP 组件中。漏洞本质非常简单:所有 Microsoft Exchange Server 安装实例并未为每个安装随机生成密钥,而是使用了相同的 validationKey 和 decryptionKey 值(位于 web.config 中)。这些密钥用于保护 ViewState...

9CVSS8.2AI score0.99965EPSS
SaveExploits29References3
Kitploit
Kitploit
added 2026/09/12 12:18 p.m.5 views

Exch-CVE-2021-26855_Priv

Exch-CVE-2021-26855 ProxyLogon 是 CVE-2021-26855 的正式通用名称,这是 Microsoft Exchange Server 上的一个漏洞,允许攻击者绕过身份验证并模拟管理员。我们还将此漏洞与另一个需要认证的任意文件写入漏洞 CVE-2021-27065 串联,以实现代码执行。所有受影响的组件默认情况下都存在漏洞! 因此,未经身份验证的攻击者可以通过仅开放的 443 端口在 Microsoft Exchange Server 上执行任意命令。 用法: root@kitploit: python ExchangeSheller.py...

9.8CVSS8.7AI score0.99996EPSS
SaveExploits67
Kitploit
Kitploit
added 2026/09/12 11:41 a.m.7 views

CVE-2021-34473

CVE-2021-34473 CVE-2021-34473 Vulnerabilidad de ejecución remota de código en Microsoft Exchange Server Reproduciendo el exploit ProxyShell https://y4y.space/2021/08/12/my-steps-of-reproducing-proxyshell/ Esta NO es tu ciberarma, solo es un PoC experimental...

10CVSS8.2AI score0.99999EPSS
SaveExploits16
Kitploit
Kitploit
added 2026/09/12 11:15 a.m.6 views

ProxyShell

ProxyShell CVE-2021-34473 Vulnerabilidad de ejecución remota de código en Microsoft Exchange Server CVE-2021-34473. Esta normalización defectuosa de URL nos permite acceder a una URL de backend arbitraria mientras se ejecuta como la cuenta de máquina del servidor Exchange. Aunque este error no es...

10CVSS7.9AI score0.99999EPSS
SaveExploits18
Kitploit
Kitploit
added 2026/09/12 9:29 a.m.6 views

ProxyLogon

ProxyLogon Python3 版 ProxyLogonCVE-2021-26855+CVE-2021-27065 Exchange Server 远程代码执行SSRF-获取WebShell root@kitploit: usage: python ProxyLogon.py --host=exchange.com [email protected] python ProxyLogon.py --host=exchange.com --mails=./mails.txt args: --host: target's address. --mail: exists user...

9.8CVSS8.2AI score0.99996EPSS
SaveExploits67
Kitploit
Kitploit
added 2026/09/12 8:20 a.m.3 views

CVE-2022-41040

CVE-2022-41040 Plantilla nuclei para CVE-2022-41040 ¡No verificado! Uso root@kitploit: git clone https://github.com/numanturle/CVE-2022-41040 cd CVE-2022-41040 nuclei -u https://target -t owa.yaml root@kitploit: GET...

8.8CVSS7.6AI score0.99956EPSS
SaveExploits9
Kitploit
Kitploit
added 2026/09/12 8:19 a.m.5 views

CVE-2020-0688-Scanner

CVE-2020-0688-Scanner 此脚本扫描一个IP/范围/CIDR,并输出发现的 Microsoft Exchange 服务器及其版本。指定IP/范围/CIDR后,脚本会使用 masscan 在 tcp/443 端口上进行扫描。扫描成功后,它会尝试通过 curl 向 "/owa/auth/logon.aspx" 发送 HTTP GET 请求,获取 Outlook Web Access 页面源码,从而提取构建版本并显示。 在安装了 Exchange Server 2010 SP3 Update Rollup 30 的 Small Business Server 2011...

9CVSS8.1AI score0.99965EPSS
SaveExploits29References2
Kitploit
Kitploit
added 2026/09/12 7:59 a.m.9 views

CVE-2018-8581

CVE-2018-8581 这是一个邮箱层面的横向渗透和提权漏洞 它可以在拥有了一个普通权限邮箱账号密码后,完成对其他用户包括域管理员邮箱收件箱的委托接管 本EXP脚本是在原PoC基础上修改的增强版一键脚本,它将在配置好相关参数后,自动完成目标邮箱inbox收件箱的添加委托和删除委托操作,以方便甲方安全部门和红队对授权企业完成一次模拟攻击过程 原PoC是两个脚本配合使用完成添加收信规则的操作,在甲方红队实际工作中不怎么实用,而原PoC除了需要邮箱外,还需要设置目标邮箱用户的SID,但在参考文章中提到的获取用户SID的方法,我在实际环境中测试Exchange Server...

7.4CVSS7.9AI score0.27355EPSS
SaveExploits7References1
Kitploit
Kitploit
added 2026/09/12 4:48 a.m.7 views

ProxyLogon

ProxyLogon ProxyLogon 是 CVE-2021-26855 的通用名称,这是 Microsoft Exchange Server 上的一个漏洞,允许攻击者绕过身份验证并冒充管理员。我们还将此漏洞与另一个认证后的任意文件写入漏洞 CVE-2021-27065 结合,以实现代码执行。 Python3 版的 ProxyLogon root@kitploit: usage: sudo python3 proxylogon.py --host=target.com [email protected] sudo python3 proxylogon.py...

9.8CVSS8.3AI score0.99996EPSS
SaveExploits67
Kitploit
Kitploit
added 2026/09/12 3:41 a.m.8 views

CVE-2021-26855_PoC

CVE-2021-26855PoC 我早期的 SSRF 载荷 CVE-2021-26855 针对 Exchange Server 2019... Payload 1 root@kitploit: curl -i -s -k -X $'GET' -H $'Host: ' -H $'User-Agent: alex666' -H $'Connection: close' -b $'X-AnonResource=true;...

9.8CVSS8.2AI score0.99996EPSS
SaveExploits65
Kitploit
Kitploit
added 2026/09/12 3:39 a.m.5 views

CVE-2021-26855

CVE-2021-26855-PoC CVE-2021-26855 的 PoC 利用代码。 原始代码由 https://github.com/GreyOrder 开发。在添加了附加功能(如用户枚举等)后不久,原始仓库被删除。 如果您有最新版本,请提交拉取请求。 CVE-2021-26855 SSRF 简单利用的 Golang 练习 受影响版本: Exchange Server 2013 低于 CU23,Exchange Server 2016 低于 CU18,Exchange Server 2019 低于 CU7 使用条件: 此漏洞与之前的 Exchange...

9.8CVSS8.2AI score0.99996EPSS
SaveExploits65References1
Nuclei
Nuclei
added 2026/09/12 2:04 a.m.40 views

Microsoft Exchange - Pre-Auth SSRF / ACL Bypass (ProxyNotFound)

Microsoft Exchange Server contains a remote code execution caused by improper input validation in the server component, letting remote attackers execute arbitrary code, exploit requires network access to the server. id: CVE-2021-28480 info: name: Microsoft Exchange - Pre-Auth SSRF / ACL Bypass...

10CVSS8.8AI score0.83214EPSS
SaveExploits4References5
Nuclei
Nuclei
added 2026/09/12 2:04 a.m.4601 views

Microsoft OWA Exchange Server 2003 - 'redir.asp' Open Redirection

Open redirect vulnerability in exchweb/bin/redir.asp in Microsoft Outlook Web Access OWA for Exchange Server 2003 SP2 aka build 6.5.7638 allows remote attackers to redirect users to arbitrary web sites and conduct phishing attacks via a URL in the URL parameter. id: CVE-2008-1547 info: name:...

4.3CVSS6AI score0.48137EPSS
SaveExploits3References5
Kitploit
Kitploit
added 2026/09/12 1:51 a.m.6 views

Proxyshell-Scanner

Proxyshell-Scanner escáner nuclei para Proxyshell RCE CVE-2021-34423,CVE-2021-34473,CVE-2021-31207 descubierto por orange tsai en Pwn2Own, que afecta al servidor microsoft exchange. POC Recursos https://blog.orange.tw/2021/08/proxylogon-a-new-attack-surface-on-ms-exchange-part-1.html...

10CVSS7.8AI score0.99999EPSS
SaveExploits17
Kitploit
Kitploit
added 2026/09/12 1:30 a.m.9 views

CVE-2018-8581

CVE-2018-8581 这是一个邮箱层面的横向渗透和提权漏洞 它可以在拥有了一个普通权限邮箱账号密码后,完成对其他用户包括域管理员邮箱收件箱的委托接管 本EXP脚本是在原PoC基础上修改的增强版一键脚本,它将在配置好相关参数后,自动完成目标邮箱inbox收件箱的添加委托和删除委托操作,以方便甲方安全部门和红队对授权企业完成一次模拟攻击过程 原PoC是两个脚本配合使用完成添加收信规则的操作,在甲方红队实际工作中不怎么实用,而原PoC除了需要邮箱外,还需要设置目标邮箱用户的SID,但在参考文章中提到的获取用户SID的方法,我在实际环境中测试Exchange Server...

7.4CVSS7.9AI score0.27355EPSS
SaveExploits7References1
Kitploit
Kitploit
added 2026/09/12 1:22 a.m.6 views

CVE-2021-26855

CVE-2021-26855 CVE-2021-26855 ssrf 简单利用 golang 练习 影响版本 Exchange Server 2013 小于 CU23 Exchange Server 2016 小于 CU18 Exchange Server 2019 小于 CU7 利用条件 该漏洞不同于以往的 exchange 漏洞,此漏洞并不需要一个可登录的用户身份,可以在未授权的情况下获取内部用户资源,配合 CVE-2021-27065 可以实现远程命令执行。 漏洞触发必要条件 目标服务器存在漏洞 目标 exchange 服务器必须为负载均衡服务器,即同时使用两台及以上服务器...

9.8CVSS8.2AI score0.99996EPSS
SaveExploits65
Kitploit
Kitploit
added 2026/09/11 6:53 p.m.4 views

ProxyShell

ProxyShell 安装 root@kitploit: git clone https://github.com/ktecv2000/ProxyShell cd ProxyShell virtualenv -p $which python3 venv source venv/bin/activate pip3 install pypsrp cp wsman.py venv/lib//site-packages/pypsrp/wsman.py 用法 root@kitploit: python3 exploit.py...

6AI score
SaveExploits0
Rows per page
Query Builder