last-byte / PersistenceSniper

Powershell module that can be used by Blue Teams, Incident Responders and System Administrators to hunt persistences implanted in Windows machines. Official Twitter/X account @PersistSniper. Made with ❤️ by @last0x00 and @dottor_morte
Other
1.83k stars 180 forks source link

Digital Signature #3

Closed TyMac closed 1 year ago

TyMac commented 1 year ago

In regulated environments it may be difficult to run the script given it's not digitally signed. Would be great if you added that as a feature. Thanks!

RiccardoAncarani commented 1 year ago

Hi,

Thanks for the feedback. I think that in order to do that we would need to acquire a code signing certificate that would cost us money. The best option I can think of is that if you have an internal PKI system it would be easier to sign it with a certificate issued by that.

last-byte commented 1 year ago

Hi @TyMac, I'm currently working on deploying a signing action with Github actions and a valid Code Signing Certificate (not EV, I'm too cheap). It should be up and running within a couple of days.

Cheers.

TyMac commented 1 year ago

That's awesome!!!

last-byte commented 1 year ago

Hi, as requested this has been implemented with commit 5b5dbbd