Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
breakcyserver | Kitploit
Tools/GitHubGitHub/waawaa/breakcyserver
Privilege EscalationExploitationIDS/IPS EvasionPost-ExploitationRed Teaming
GitHubwaawaa/breakcyserver

breakcyserver

View Repository
52113 years agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

breakcyserver


Full post in: https://waawaa.github.io/


1. Kill EDR services by killing all the opened handles of the EDR process.
2. Bypass PPL by abussing some Process Explorer drivers functionalities.
3. Bypass ObRegisterCallbacks implementation by abussing Process Explorer driver functionalities.


PS: Added Implementation to load the driver manually without ProcessExplorer.
LoadDriver.exe /LOAD
LoadDriver.exe /UNLOAD

Evasion Alert:

EDRs and XDRs might notice an unsigned EXE loading a driver and adding a registry key, therefore the following trick was found.
Obivously opening procexp will alert the victim and would look weird, so by using the /t flag, procexp will be opened
minimized and the driver will be loaded by the procexp64.exe signed binary.

root@kitploit:~
.\procexp64.exe -accepteula /t  
Download Tool