eversinc33 / MalwareAdventurez
My adventures in learning about different userland malware techniques, such as syscalls, injection, unhooking or sandbox evasion.
☆73Updated last year
Alternatives and similar repositories for MalwareAdventurez:
Users that are interested in MalwareAdventurez are comparing it to the libraries listed below
- ☆115Updated 2 years ago
- Identify and exploit leaked handles for local privilege escalation.☆107Updated last year
- Code used in this post https://captmeelo.com/redteam/maldev/2022/04/21/kernelcallbacktable-injection.html☆122Updated 3 years ago
- A PoC for adding NtContinue to CFG allowed list in order to make Ekko work in a CFG protected process☆100Updated 2 years ago
- Files for http://blog.deniable.org/posts/windows-callbacks/☆75Updated 3 years ago
- 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 m…☆168Updated 2 years ago
- Minifilter Callback Patching Proof-of-Concept☆71Updated 2 years 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 (…☆170Updated 2 years ago
- Small PoC of using a Microsoft signed executable as a lolbin.☆137Updated 2 years ago
- Malware?☆70Updated 7 months ago
- Another approach of Threadless injection discovered by @_EthicalChaos_ in c that loads a module into the target process and stomps it, an…☆178Updated last year
- Exploitation of process killer drivers☆200Updated last year
- (First Public?) Sample of unhooking ntdll (All Exports & IAT imports) hooks in Rust using in-memory disassembly, avoiding direct syscalls…☆132Updated 2 months ago
- Splitting and executing shellcode across multiple pages☆102Updated last year
- A bunch of scripts and code i wrote.☆141Updated 6 months ago
- Proof of concept code for thread pool based process injection in Windows.☆115Updated last month
- Use hardware breakpoints to spoof the call stack for both syscalls and API calls☆195Updated 11 months ago
- LdrLoadDll Unhooking☆127Updated 3 years ago
- Interceptor is a kernel driver focused on tampering with EDR/AV solutions in kernel space☆123Updated 2 years ago
- Execute a payload at each right click on a file/folder in the explorer menu for persistence☆174Updated 2 years ago
- ☆82Updated last year
- bring your own vulnerable driver☆95Updated last year
- Various methods of executing shellcode☆70Updated 2 years ago
- A small NtCreateUserProcess PoC that spawns a Command prompt.☆96Updated 2 years ago
- This repository implements Threadless Injection in C☆165Updated last year
- Single stub direct and indirect syscalling with runtime SSN resolving for windows.☆135Updated 2 years ago
- Kernel Mode Driver for Elevating Process Privileges☆133Updated 2 years ago
- The following two code samples can be used to understand the difference between direct syscalls and indirect syscalls☆187Updated last year
- This script is used to unload PsSetCreateProcessNotifyRoutineEx, PsSetCreateProcessNotifyRoutine, PsSetLoadImageNotifyRoutine and PsSetCr…☆63Updated last year
- Experiment on reproducing Obfuscate & Sleep☆144Updated 4 years ago