Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
Tools/GitHubGitHub/bjbakker1984/yellowkey-mitigation
Vulnerability AnalysisScripting & AutomationConfiguration AuditingDigital ForensicsIncident Response
GitHubbjbakker1984/yellowkey-mitigation

Yellowkey-mitigation

A small script to apply Yellowkey mitigation based on CVE-2026-45585 instructions

View Repository
13 months agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

Yellowkey-mitigation.ps1 is a PowerShell script that automates the WinRE mitigation workflow described in CVE-2026-45585, adds verification after every step, and does not execute step 6 (reagentc /disable + reagentc /enable) if any earlier step fails. It also checks whether the required registry change was actually needed and applied.

The script only commits the WinRE image if it actually removed 'autofstx.exe' value. If no change was needed, it uses /discard instead of /commit to avoid touching WinRE unnecessarily.

Step 6 (re-establish BitLocker trust) runs only if:

  • steps 1–5 all succeeded, and
  • the BootExecute value was actually changed

The script modifies all detected ControlSet### keys in the mounted WinRE hive (not just ControlSet001) for robustness.

NOTE! Because WinRE is the recovery environment and is typically stored on a dedicated recovery partition, test this on a pilot ring first and ensure you have recovery procedures/keys available before broad rollout.

Download Tool