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

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

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

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

工具目录

分类

查看所有分类
Loading categories
Script-For-CVE-2024-20666 — PowerShell 脚本,可帮助您自动更新已部署设备上的 Windows 恢复环境 (WinRE),以解决 CVE-2024-20666 的安全漏洞。 | Kitploit
工具/GitHubGitHub/nnotwen/script-for-cve-2024-20666
漏洞分析脚本与自动化配置审计
GitHubnnotwen/script-for-cve-2024-20666

Script-For-CVE-2024-20666

PowerShell 脚本,可帮助您自动更新已部署设备上的 Windows 恢复环境 (WinRE),以解决 CVE-2024-20666 的安全漏洞。

查看仓库网站
412年前尚未审核

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

CVE-2024-20666 修复脚本

自动更新 WinRE 分区(无需先调整其大小)并修补 CVE-2024-20666 BitLocker 漏洞。 微软链接(脚本在此)

适用于

  • Windows Server 2022(服务器核心安装)(KB5034439:适用于 Azure Stack HCI 版本 22H2 和 Windows Server 2022 的 Windows 恢复环境更新:2024 年 1 月 9 日)
  • Windows Server 2022(KB5034439:适用于 Azure Stack HCI 版本 22H2 和 Windows Server 2022 的 Windows 恢复环境更新:2024 年 1 月 9 日)
  • Windows Server 2022, 23H2 Edition(服务器核心安装)(KB5034439:适用于 Azure Stack HCI 版本 22H2 和 Windows Server 2022 的 Windows 恢复环境更新:2024 年 1 月 9 日)
  • 适用于基于 x64 系统的 Windows 11 版本 21H2(KB5034440:适用于 Windows 11 版本 21H2 的 Windows 恢复环境更新:2024 年 1 月 9 日)
  • 适用于基于 x64 系统的 Windows 10 版本 22H2(KB5034441:适用于 Windows 10 版本 21H2 和 22H2 的 Windows 恢复环境更新:2024 年 1 月 9 日)
  • 适用于 32 位系统的 Windows 10 版本 22H2(KB5034441:适用于 Windows 10 版本 21H2 和 22H2 的 Windows 恢复环境更新:2024 年 1 月 9 日)
  • 适用于基于 x64 系统的 Windows 10 版本 21H2(KB5034441:适用于 Windows 10 版本 21H2 和 22H2 的 Windows 恢复环境更新:2024 年 1 月 9 日)
  • 适用于 32 位系统的 Windows 10 版本 21H2(KB5034441:适用于 Windows 10 版本 21H2 和 22H2 的 Windows 恢复环境更新:2024 年 1 月 9 日)

运行方法 - 在 PowerShell(管理员)中复制并粘贴以下代码。

此脚本适用于 Windows 10 版本 2004 及更高版本,包括 Windows 11。我们建议您使用此版本的脚本,因为它更强大,但仅使用 Windows 10 版本 2004 及更高版本中可用的功能。

root@kitploit:~
irm https://raw.githubusercontent.com/nnotwen/Script-For-CVE-2024-20666/main/PatchWinREScript_2004plus.ps1 | iex

此脚本适用于 Windows 10 版本 1909 及更早版本,但可在所有 Windows 10 和 Windows 11 版本上运行。

root@kitploit:~
irm https://raw.githubusercontent.com/nnotwen/Script-For-CVE-2024-20666/main/PatchWinREScript_General.ps1 | iex
下载工具