Lucene search
+L

9937 matches found

Kitploit
Kitploit
added 2026/09/17 12:23 p.m.6 views

CVE-2025-55315-PoC-Exploit

CVE-2025-55315 渗透测试工具 针对 ASP.NET Core Kestrel 的 HTTP 请求走私利用工具 ⚠️ 法律警告 本工具仅供授权安全测试使用! 仅可用于您拥有或已获得明确书面授权的系统 未经授权访问计算机系统属于违法行为 工具创建者不对滥用行为负责 使用本工具即表示您承担全部法律责任 📋 概述 专业的 CVE-2025-55315 (ASP.NET Core Kestrel HTTP 请求走私漏洞)渗透测试工具。该工具专为单目标分析设计,具备全面的利用能力。 什么是 CVE-2025-55315? ASP.NET Core Kestrel Web 服务器中的一个严...

9.9CVSS8.1AI score0.65943EPSS
SaveExploits5
Kitploit
Kitploit
added 2026/09/17 10:09 a.m.17 views

ExifSmugglingPoC

Exif Smuggling 这是缓存走私(Cache Smuggling)的一个概念验证演进。该攻击将可执行负载隐藏在JPG的Exif数据中。因此,图像缓存(例如网络浏览器的缓存)可用于被动下载该负载。 因此,示例加载器(chromepoc.ps1)无需发起任何网络请求来获取第二阶段的负载。它只需从Chrome浏览器的缓存中提取即可。 详细信息请参阅:https://malwaretech.com/2025/10/exif-smuggling 使用示例 将PowerShell加载器转换为ClickFix命令 python3 buildclickfixcmd.py --input-fil...

6AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/17 10:00 a.m.11 views

CVE-2024-40725-CVE-2024-40898

🚨警报🚨Apache漏洞 🚨警报🚨安全公告:CVE-2024-40725和CVE-2024-40898🚨警报🚨 CVE-2024-40725 描述: CVE-2024-40725 是一个高危漏洞,影响 Apache HTTP Server 2.4.0 至 2.4.61 版本。该漏洞涉及 modproxy 模块。当启用 ProxyPass 指令并配置了 URL 重写规则时,攻击者可利用此漏洞执行 HTTP 请求走私攻击。此类攻击利用代理服务器与后端服务器之间对 HTTP 请求解析的差异,可能导致信息泄露或未授权数据访问等未经授权的操作。 受影响版本: Apache HTTP Server...

9.1CVSS6.5AI score0.04168EPSS
SaveExploits6
Kitploit
Kitploit
added 2026/09/17 9:51 a.m.7 views

CVE-2026-66752-HTTP-Request-Smuggling-via-Unparsed-Transfer-Encoding-Values-tiny_http-

安全公告:通过未解析的 Transfer-Encoding 值实现 HTTP 请求走私(tinyhttp) 分配的 CVE ID: CVE-2026-66752 摘要 tinyhttp 只检查是否存在 Transfer-Encoding 请求头,从不检查其值。任何值(包括不是 chunked 的编码,以及最终元素不是 chunked 的编码列表)都会导致请求体被按 chunked 解码,同时 Content-Length 会被丢弃。 正确解析传输编码的前端会以与 tinyhttp 不同的方式界定此类请求的边界。同一连接上两个参与者使用两种不同的边界界定方式,是请求走私的前提条件。发送带有...

6.3CVSS5.9AI score0.00237EPSS
SaveExploits1References1
Kitploit
Kitploit
added 2026/09/17 9:49 a.m.14 views

smuggler

root@kitploit: / | | | | \ | | | | |/ |/ | || |/ | | | || | | | || | | /||||/ \ |\ || | @defparam Smuggler Una herramienta de prueba de HTTP Request Smuggling / Desync escrita en Python 3 Agradecimientos Un agradecimiento especial a James Kettle por su investigación y métodos sobre...

5.8AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/17 9:11 a.m.7 views

CVE-2023-25690_lab

HTTP Request Smuggling via Apache proxy Configuración del entorno Infraestructura...

9.8CVSS7.5AI score0.84508EPSS
SaveExploits5
Kitploit
Kitploit
added 2026/09/17 8:53 a.m.8 views

crlf-powered-desync-scanner

CRLF 驱动的 Desync 扫描器 这是我们用于检测研究中所有案例的 Burp 扩展:CRLF-Powered Desync Attacks: Beheading HTTP Streams。 它是一个面向研究的扫描器,基于 BulkScan 构建,类似于 HTTP Request Smuggler 等。 实现 请求头注入探测 使用 src/main/kotlin/ReqMutator 中定义的所有变异,先发送一个良性请求,再发送探测请求。如果响应包含预期的匹配项,或存在显著差异,则会报告一个问题。 如果响应包含所有 预期的匹配项,则该问题会按正常方式报告。如果启用了回退差异检测(使用...

5.9AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/17 7:19 a.m.9 views

CVE-2025-23167

CVE-2025-23167 – Node.js HTTP 请求走私漏洞利用 针对 CVE-2025-23167 的可正常工作的利用程序,这是一个影响 Node.js 20.x(低于 v20.19.2)版本的请求走私漏洞。该缺陷允许不正确的 HTTP 头终止,使攻击者能够绕过基于代理的访问控制。 文件 exploit.py – 针对该漏洞的基于 Python3 的利用程序。 lab.js – 用于模拟易受攻击环境的简单 Node.js 服务器。 用法 漏洞利用 要运行漏洞利用脚本: 运行:python3 exploit.py 示例输入与输出 实验环境搭建 要搭建测试环境: 确保你使用的是...

6.5CVSS7.2AI score0.00505EPSS
SaveExploits1
Kitploit
Kitploit
added 2026/09/17 6:52 a.m.8 views

CTF-Web-Exploitation

下界传送门失步 HUUP "我并非行走于既定道路,而是自由跃迁于虚空。若将我打包错误,我会将秘密送往错误的门槛。" 描述 该挑战展示了一个基于 UDP 的 HTTP/3 QUIC 应用层程序。由于 UDP 是无状态的,且代理不像 TCP 那样强制执行严格的 HTTP 请求边界,因此可能导致代理与后端服务器之间失步。攻击者可以在一个请求内部隐藏另一个 HTTP 请求。 注意:最大消息长度为 1024 字节,只有 GET 请求真正有效,消息在 10 秒后会被丢弃 目标 : byuctf.xyz:40011 漏洞分析 漏洞 : HTTP 请求走私(基于 UDP/QUIC) 根本原因 :...

6.1AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/17 6:18 a.m.7 views

CVE-2023-51764

CVE-2023-51764 Postfix SMTP 走私 - Expect 脚本 POC 发送一封合法的电子邮件,但在该邮件内部包含许多其他电子邮件(不同的发件人、收件人、主题等)。 初始邮件会被检查 SPF/DKIM/DMARC,而内部的邮件则不会被检查! 用法:./cve-2023-51764.sh mx.fqdn 端口 ./cve-2023-51764.sh mail.mydomain.com 25 注意: chmod +x cve-2023-51764.sh 需要 expect 应用 需要合法的 IP 发件人和邮箱发件人(以通过 SPF、DKIM、DMARC) 结果:...

5.3CVSS6.1AI score0.02635EPSS
SaveExploits4
Kitploit
Kitploit
added 2026/09/17 5:30 a.m.7 views

CVE-2025-55315

CVE-2025-55315 CVE-2025-55315 的概念验证漏洞利用程序(.NET HTTP 请求走私)。展示了错误解析的分块编码如何让攻击者绕过易受攻击的 ASP.NET Core/Kestrel 服务器中的代理和负载均衡器进行请求走私。 📊 演示 查看交互式 Prezi 演示 🎥 点击上方徽章以查看完整的交互式 Prezi 演示 项目结构 Api - 整合的 ASP.NET Core API,包含两个 Dockerfile: Dockerfile.vulnerable - 使用 .NET 10.0.100-rc.1(易受 CVE-2025-55315 影响)...

9.9CVSS8.1AI score0.65943EPSS
SaveExploits5References1
Kitploit
Kitploit
added 2026/09/17 5:26 a.m.10 views

CVE-2022-22536_SAP_Request_Smuggling_Scanner

CVE-2022-22536 SAP 请求走私扫描器 这是一个快速的、基于套接字的批量扫描器,用于 CVE-2022-22536 ,这是 SAP Internet Communication Manager ICM 和 SAP Web Dispatcher 中的一个严重请求走私漏洞。它并行测试多个主机的协议不同步行为。 CVE-2022-22536 被评为 CVSS 10.0 ,并已知在野外被利用(CISA KEV 列表)。 此工具有助于识别暴露在 HTTP 或 HTTPS 上的潜在易受攻击的 SAP 系统。 🚀 特性 支持从文件扫描 IP:PORT 列表 可选的 SSL/TLS 和证书...

10CVSS8.6AI score0.97945EPSS
SaveExploits8
Kitploit
Kitploit
added 2026/09/17 5:13 a.m.6 views

CVE-2021-40346

CVE-2021-40346 CVE-2021-40346 PoC(HAProxy HTTP 走私) 仅供教育目的 设置 root@kitploit: $ docker build -t cve-2021-40346 . $ docker run --name poc -p 8000:80 -d --rm -it cve-2021-40346 4941e9f23508b497e4cbe334a75e7cdb84c83478522ed85f48db3477f97a6fb4 测试 确认 /admin 被拒绝。 root@kitploit: $ curl http://localhost:80...

7.5CVSS7.9AI score0.57934EPSS
SaveExploits6
Kitploit
Kitploit
added 2026/09/17 4:22 a.m.10 views

h2csmuggler

h2cSmuggler 描述 h2cSmuggler 通过建立与支持 h2c 的后端服务器的 HTTP/2 明文(h2c)通信,将 HTTP 流量偷偷绕过不安全的边缘服务器 proxypass 配置,从而允许绕过代理规则和访问控制。 请参阅下面详细的技术文章,了解: 漏洞的技术分析 默认不安全的服务 修复指导 此处:https://labs.bishopfox.com/tech-blog/h2c-smuggling-request-smuggling-via-http/2-cleartext-h2c 如何测试? 任何转发 h2c 升级头的代理端点都可能受到影响。由于 h2c...

5.9AI score
SaveExploits0References4
Kitploit
Kitploit
added 2026/09/17 3:37 a.m.13 views

TChopper

TChopper 我最近发现了一项新技术,并给它取了个昵称(Chop chop),用于通过 Windows 服务的显示名称和 WMI 进行横向移动,方法是将恶意二进制文件以 base64 块的形式走私,并使用 TChopper 工具自动化该过程。 image 工作原理 该工具会获取你想要走私的文件,并将文件编码为 base64 放入内存流中 将每行的长度分割为 150-250 字符(250 是服务 lpDisplayname 参数允许的最大空间...

6AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/17 3:08 a.m.17 views

t-reqs

T-Reqs HTTP Fuzzer T-Reqs(两 个请求 )是一个基于语法的HTTP Fuzzer,作为论文T-Reqs: HTTP Request Smuggling with Differential Fuzzing的一部分编写,该论文发表于ACM CCS 2021。 论文的BibTeX: root@kitploit: @inproceedingsccs2021treqs, title=T-Reqs: HTTP Request Smuggling with Differential Fuzzing, author=Jabiyev, Bahruz and Sprecher,...

5.9AI score
SaveExploits0References1
Nuclei
Nuclei
added 2026/09/17 2:05 a.m.75 views

Apache Tomcat - HTTP Request Smuggling

Apache Tomcat from versions 8.5.0 to 8.5.93, 9.0.0-M1 to 9.0.81, 10.1.0-M1 to 10.1.13, and 11.0.0-M1 to 11.0.0-M11 contain an improper input validation caused by incorrect parsing of HTTP trailer headers, letting attackers craft headers to cause request smuggling, exploit requires sending malicio...

5.3CVSS6.8AI score0.05848EPSS
SaveExploits2References3
Nuclei
Nuclei
added 2026/09/17 2:05 a.m.137 views

F5 BIG-IP - Unauthenticated RCE via AJP Smuggling

CVE-2023-46747 is a critical severity authentication bypass vulnerability in F5 BIG-IP that could allow an unauthenticated attacker to achieve remote code execution RCE. The vulnerability impacts the BIG-IP Configuration utility, also known as the TMUI, wherein arbitrary requests can bypass...

9.8CVSS8.8AI score0.96515EPSS
SaveExploits17References5
Kitploit
Kitploit
added 2026/09/17 1:45 a.m.10 views

CVE-2022-22536

CVE-2022-22536 SAP内存管道(MPI)失同步漏洞 CVE-2022-22536。 描述 - CVE-2022-22536 的 PoC:SAP内存管道(MPI)失同步漏洞。 - 由 antx 于 2022-02-15 创建。 详情 SAP NetWeaver Application Server ABAP、SAP NetWeaver Application Server Java、ABAP Platform、SAP Content Server 7.53 以及 SAP Web Dispatcher...

10CVSS8.4AI score0.97945EPSS
SaveExploits8References1
Kitploit
Kitploit
added 2026/09/17 1:44 a.m.10 views

CVE-2026-40175-poc

CVE-2026-40175 — Inyección CRLF / PoC de Contrabando de Solicitudes HTTP en Axios Resumen Vulnerabilidad de inyección CRLF causada por AxiosHeaders.set del cliente HTTP Axios =1.0.0 1.15.0, 0.31.0, que no valida \r\n dentro de los valores de los encabezados. Si un atacante la combina con una...

8.1CVSS7.1AI score0.01882EPSS
SaveExploits5
Rows per page
Query Builder