
컴퓨터가 CVE-2017-15361에 취약한 Infineon TPM 칩을 사용하고 있는지 확인하는 간단한 PowerShell 스크립트
컴퓨터가 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 스크립트 실행 정책(Execution Policy)을 수정해 볼 수 있습니다:
Get-ExecutionPolicy 실행Set-ExecutionPolicy unrestricted 실행Set-ExecutionPolicy <restricted|allsigned|remotesigned|unrestricted> 실행