WindowsBoothole: Difference between revisions

From Piszczynski
piszczynski>Aleks
(Created page with " == Windows Boot Hole Vulnerability == Check to see if computer is vulnerable: *[System.Text.Encoding]::ASCII.GetString((Get-SecureBootUEFI db).bytes) -match 'Microsoft Corpo...")
 
piszczynski>Aleks
Line 2: Line 2:
== Windows Boot Hole Vulnerability ==
== Windows Boot Hole Vulnerability ==


Check to see if computer is vulnerable:
Check to see if computer is vulnerable using powershell:
*[System.Text.Encoding]::ASCII.GetString((Get-SecureBootUEFI db).bytes) -match 'Microsoft Corporation UEFI CA 2011'
*[System.Text.Encoding]::ASCII.GetString((Get-SecureBootUEFI db).bytes) -match 'Microsoft Corporation UEFI CA 2011'

Revision as of 16:47, 7 June 2021

Windows Boot Hole Vulnerability

Check to see if computer is vulnerable using powershell:

  • [System.Text.Encoding]::ASCII.GetString((Get-SecureBootUEFI db).bytes) -match 'Microsoft Corporation UEFI CA 2011'