eclypsium / BootHole

BootHole vulnerability (CVE-2020-10713). detection script, links and other mitigation related materials
GNU General Public License v3.0
63 stars 14 forks source link

Does Secure Boot Need to be Enabled? #6

Closed Rrojas93 closed 3 years ago

Rrojas93 commented 3 years ago

Does secure boot need to be enabled for this script to detect if you are vulnerable to boot hole?

Running the PowerShell script yields:

[+] Secure boot is Disabled
[+] No revoked binaries were detected
HackingThings commented 3 years ago

No, The Secure Boot output is informational only, the check is performed regardless of Secure Boot state.

Rrojas93 commented 3 years ago

Awesome, Thank you for clarifying!