检查计算机是否使用了易受CVE-2017-15361影响的Infineon TPM芯片的简单PowerShell脚本。
重要:
此脚本来自 Microsoft:https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/ADV170012
关于如何测试是否受此漏洞影响的更多信息,请访问 https://www.vanstechelman.eu/content/testing-for-impact-of-infineons-vulnerable-rsa-generation-cve-2017-15361
注意:如果脚本初次无法运行,可以尝试修改 Windows PowerShell 脚本执行策略:
Get-ExecutionPolicySet-ExecutionPolicy unrestrictedSet-ExecutionPolicy <restricted|allsigned|remotesigned|unrestricted>