d1rkmtrr / BlockOpenHandleLinks
Block any Process to open HANDLE to your process , only SYTEM is allowed to open handle to your process ,with that you can avoid remote memory scanners
☆172Updated 2 years ago
Alternatives and similar repositories for BlockOpenHandle
Users that are interested in BlockOpenHandle are comparing it to the libraries listed below
Sorting:
- Create a new thread that will suspend every thread and encrypt its stack, then going to sleep , then decrypt the stacks and resume thread…☆162Updated 2 years ago
- Use hardware breakpoints to spoof the call stack for both syscalls and API calls☆197Updated last year
- Implementation of Advanced Module Stomping and Heap/Stack Encryption☆218Updated 2 years ago
- Dont Call Me Back - Dynamic kernel callback resolver. Scan kernel callbacks in your system in a matter of seconds!☆234Updated last year
- Code used in this post https://captmeelo.com/redteam/maldev/2022/04/21/kernelcallbacktable-injection.html☆135Updated 3 years ago
- Windows x64 kernel mode rootkit process hollowing POC.☆189Updated 2 years ago
- Another approach of Threadless injection discovered by @_EthicalChaos_ in c that loads a module into the target process and stomps it, an…☆180Updated 2 years ago
- Uses Threat-Intelligence ETW events to identify shellcode regions being hidden by fluctuating memory protections☆145Updated 2 years ago
- Shellcode Loader Implementing Indirect Dynamic Syscall , API Hashing, Fileless Shellcode retrieving using Winsock2☆294Updated 2 years ago
- The code is a pingback to the Dark Vortex blog: https://0xdarkvortex.dev/hiding-memory-allocations-from-mdatp-etwti-stack-tracing/☆188Updated 2 years ago
- Kernel Mode Driver for Elevating Process Privileges☆132Updated 2 years ago
- PoC for thread pool based process injection in Windows.☆117Updated 5 months ago
- bring your own vulnerable driver☆110Updated 2 years ago
- Small PoC of using a Microsoft signed executable as a lolbin.☆138Updated 2 years ago
- This novel way of using NtQueueApcThreadEx by abusing the ApcRoutine and SystemArgument[0-3] parameters by passing a random pop r32; ret …☆253Updated 2 years ago
- A vulnerable driver exploited by me (BYOVD) that is capable of terminating several EDRs and antivirus software in the market, rendering t…☆99Updated 8 months ago
- ZwProcessHollowing is a x64 process hollowing project which uses direct systemcalls, dll unhooking and RC4 payload decryption☆90Updated 2 years ago
- Exploitation of process killer drivers☆202Updated last year
- CreateRemoteThreadPlus: how to pass multiple parameters to the remote thread function without shellcode.☆136Updated 2 months ago
- Stack Spoofing with Synthetic frames based on the work of namazso, SilentMoonWalk, and VulcanRaven☆241Updated 10 months ago
- A Dropper POC with a focus on aiding in EDR evasion, NTDLL Unhooking followed by loading ntdll in-memory, which is present as shellcode (…☆174Updated 2 years ago
- Load static-compiled PE from remote server.☆65Updated 3 years ago
- Exploitation of echo_driver.sys☆169Updated last year
- LdrLoadDll Unhooking☆130Updated 3 years ago
- PE obfuscator with Evasion in mind☆212Updated 2 years ago
- Zero EAT touch way to retrieve function addresses (GetProcAddress on steroids)☆143Updated last year
- The following two code samples can be used to understand the difference between direct syscalls and indirect syscalls☆207Updated last year
- The code is a pingback to the Dark Vortex blog:☆182Updated 2 years ago
- kernel-mode DLL Injector☆109Updated 4 months ago
- Hells Hollow Windows 11 Rootkit technique to Hook the SSDT via Alt Syscalls☆167Updated 2 weeks ago