Sploitus

Exploit for Orchestrated-Powershell-for

kitploit · 2026-08-26

Exploit Code

MARKDOWN29 lines
## https://sploitus.com/exploit?id=KITPLOIT:TOOLS-GITHUB-HELLEFLO1312-ORCHESTRATED-POWERSHELL-FOR-CVE-2023-24932
# Secure Boot Orchestrator (CVE-2023-24932)

Automatisiert die vollständige Secure-Boot-Entschärfung für CVE-2023-24932 (BlackLotus). Übernimmt alle Registrierungsänderungen, Neustarts und die Verifizierung automatisch.

## Anforderungen

  * Windows 10/11 oder Server 2016+
  * Administratorrechte
  * Secure Boot aktiviert
  * Kumulatives Update >= Juli 2024 installiert
  * BitLocker-Wiederherstellungsschlüssel gesichert (falls BitLocker aktiv ist)



## Schnellstart (Einzelserver)

root@kitploit:~
    
    
    # 1. Download & Install (one-liner, run in PowerShell as Admin)
    irm https://raw.githubusercontent.com/helleflo1312/Orchestrated-Powershell-for-CVE-2023-24932/main/INSTALL.ps1 | iex
    
    # Or download manually first:
    # Invoke-WebRequest -Uri "https://raw.githubusercontent.com/helleflo1312/Orchestrated-Powershell-for-CVE-2023-24932/main/INSTALL.ps1" -OutFile INSTALL.ps1
    # .\INSTALL.ps1
    
    # 2. Run the orchestrator (from Desktop\UEFIOrchestrator)
    powershell.exe -ExecutionPolicy Bypass -File .\UEFI-Orchestrator.ps1 -RunUnattended -WaitBeforeReboot 60