Saturday, January 6, 2018

Test your machine for meltdown/spectre exploit using Powershell

1.) Install-Module SpeculationControl
2.) if your ExecutionPolicy is not undefined goto step 4.
3.) Set-ExecutionPolicy remotesigned
4.) Import-Module SpeculationControl
5.) Get-SpeculationControlSettings

If you're not vulnerable it should be like this:

No comments:

Post a Comment