Neo23x0 / Raccine

A Simple Ransomware Vaccine
The Unlicense
942 stars 123 forks source link

Add support for bcdedit exploit #16

Closed Omodaka9375 closed 3 years ago

Omodaka9375 commented 3 years ago

I thought it would be a good idea to add this little fix for bcdedit, since ransomware makes a mess out of your registry, too.

bcdedit.exe is often used to disable repair by the Windows Recovery Console on boot/restart after infection. Used by numerous ransomware families and APT malware such as Olympic Destroyer etc ...

Evil commands: bcdedit.exe /set {default} bootstatuspolicy ignoreallfailures bcdedit.exe /set {default} recoveryenabled no

What has been added:

Great work btw ;)