Meowmycks / etwunhookLinks
Simple ETW unhook PoC. Overwrites NtTraceEvent opcode to disable ETW at Nt-function level.
☆53Updated last year
Alternatives and similar repositories for etwunhook
Users that are interested in etwunhook are comparing it to the libraries listed below
Sorting:
- A PoC of Stack encryption prior to custom sleeping by leveraging CPU cycles.☆66Updated 2 years ago
- A reimplementation of Cobalt Strike's Beacon Object File (BOF) Loader☆64Updated 2 years ago
- ☆37Updated 2 years ago
- A POC of a new “threadless” process injection technique that works by utilizing the concept of DLL Notification Callbacks in local and re…☆32Updated 2 years ago
- DLL proxy load example using the Windows thread pool API, I/O completion callback with named pipes, and C++/assembly☆63Updated last year
- yet another sleep encryption thing. also used the default github repo name for this one.☆69Updated 2 years ago
- ☆100Updated 2 years ago
- In-memory hiding technique☆63Updated last year
- This program is used to perform reflective DLL Injection to a remote process specified by the user.☆65Updated 2 years ago
- Set the process mitigation policy for loading only Microsoft Modules , and block any userland 3rd party modules☆43Updated 2 years ago
- Simple PoC to locate hooked functions by EDR in ntdll.dll☆46Updated 2 years ago
- TypeLib persistence technique☆138Updated last year
- Get your data from the resource section manually, with no need for windows apis☆66Updated last year
- Windows C++ Implant for Exploration C2☆45Updated last month
- ☆40Updated 2 years ago
- ☆50Updated 3 years ago
- ☆100Updated last year
- ☆42Updated 11 months ago
- Repo that holds random POCs☆52Updated 2 years ago
- Basic implementation of Cobalt Strikes - User Defined Reflective Loader feature☆102Updated 2 years ago
- Various methods of executing shellcode☆73Updated 2 years ago
- Shellcode capable of bypassing EAF / IAF mitigations☆27Updated 2 years ago
- A PoC for adding NtContinue to CFG allowed list in order to make Ekko work in a CFG protected process☆113Updated 3 years ago
- Exploiting the KsecDD Windows driver through Server Silos☆74Updated last year
- Implementing an early exception handler for hooking and threadless process injection without relying on VEH or SEH☆136Updated 4 months ago
- a demo module for the kaine agent to execute and inject assembly modules☆42Updated last year
- ☆120Updated 3 years ago
- A (quite) simple steganography algorithm to hide shellcodes within bitmap image.☆25Updated last year
- This script is used to bypass DLL Hooking using a fresh mapped copy of ntdll file, patch the ETW and trigger a shellcode with process hol…☆70Updated last year
- SharpElevator is a C# implementation of Elevator for UAC bypass. This UAC bypass was originally discovered by James Forshaw and publishe…