From 401da0beeecd733bee7d0046fa5d069678eb6e98 Mon Sep 17 00:00:00 2001 From: Ekranoplan Date: Wed, 21 Jun 2023 08:28:22 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 226bbb6..94d0897 100644 --- a/README.md +++ b/README.md @@ -14,3 +14,16 @@ Open Powershell (as Admin) and run: ![Execution](./Execution.PNG) +There also another script module from [Github](https://github.com/mattifestation/TCGLogTools) (and recommended by Mycrosoft on their blogpost about this vulnerability) that can be used to inspect Bios boot logs and changes. + +To use them, import module from their repo in Powershell: + + Import-Module .\TCGLogTools.psm1 + +And then follow instructions on their git and Microsoft blogpost: + + .\ListBootApps.ps1 + + + +