March 5

TPM SPOOF

TPM Spoof

  1. Download Linux Mint on your USB stick
  1. Press Windows Key + R

Type tpm.msc Clear/delete TPM

  1. Boot into your bios
  1. Clear TPM in your BIOS - If you don't have it, don't worry about it

DO NOT BOOT INTO YOUR WINDOWS! - if you did you need to repeat the steps above

  1. Make sure Secureboot is disabled -> Boot into your Linux (USB)
  1. Open Linux terminal and type the following commands:

apt update && upgrade

sudo su

apt install tpm2-tools

tpm2_clear

tpm2_createprimary -C e -g sha256 -G rsa -c primary.ctx

tpm2_readpublic -c primary.ctx -f pem -o endorsement_pub.pem

tpm2_createprimary -C e -g sha1 -G rsa -c primary.ctx

tpm2_createprimary -C e -g MD5 -G rsa -c primary.ctx -(if you get an error on this command you can ignore it)

tpm2_evictcontrol -C o -c primary.ctx 0x81010001 - final command (this replaces tpm)

  1. Now boot into Windows and check your TPM hash