Put this on twitter just posting it here so I can find it later.
You can use powershell to list all the certificates on a host
powershell -Command Get-ChildItem -Recurse Cert: > certs.txt
If you are searching for something specific you can pass to findstr
powershell -Command Get-ChildItem -Recurse Cert: | findstr -i Superfish
Subscribe to:
Post Comments (Atom)
1 comment:
I don't understand crypto, but here i post my certs :-)
https://meocloud.pt/link/d8d2b8bf-3275-4dc7-8a6c-986d1803454f/certs.txt/
Post a Comment