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...")
 
m (2 revisions imported)
 
(One intermediate revision by one other user not shown)
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'

Latest revision as of 22:32, 15 November 2023

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'