eversinc33 / MalwareAdventurezLinks
My adventures in learning about different userland malware techniques, such as syscalls, injection, unhooking or sandbox evasion.
☆78Updated last year
Alternatives and similar repositories for MalwareAdventurez
Users that are interested in MalwareAdventurez are comparing it to the libraries listed below
Sorting:
- Code used in this post https://captmeelo.com/redteam/maldev/2022/04/21/kernelcallbacktable-injection.html☆135Updated 3 years ago
- ☆116Updated 2 years ago
- 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
- Kernel Mode Driver for Elevating Process Privileges☆132Updated 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 (…☆174Updated 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
- Malware?☆74Updated 11 months ago
- A small NtCreateUserProcess PoC that spawns a Command prompt.☆99Updated 3 years ago
- bring your own vulnerable driver☆110Updated 2 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…☆172Updated 2 years ago
- A bunch of scripts and code i wrote.☆143Updated 10 months ago
- Splitting and executing shellcode across multiple pages☆101Updated 2 years ago
- The code is a pingback to the Dark Vortex blog:☆182Updated 2 years ago
- PoC for thread pool based process injection in Windows.☆117Updated 5 months ago
- LdrLoadDll Unhooking☆130Updated 3 years ago
- Various methods of executing shellcode☆72Updated 2 years ago
- Load static-compiled PE from remote server.☆65Updated 3 years ago
- Patch AMSI and ETW in remote process via direct syscall☆83Updated 3 years ago
- Exploitation of echo_driver.sys☆169Updated last year
- CaveCarver - PE backdooring tool which utilizes and automates code cave technique☆229Updated 2 years ago
- Use hardware breakpoints to spoof the call stack for both syscalls and API calls☆197Updated last year
- ZwProcessHollowing is a x64 process hollowing project which uses direct systemcalls, dll unhooking and RC4 payload decryption☆90Updated 2 years ago
- Herpaderply Hollowing - a PE injection technique, hybrid between Process Hollowing and Process Herpaderping☆63Updated 2 years ago
- Improved version of EKKO by @5pider that Encrypts only Image Sections☆121Updated 2 years ago
- 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…☆69Updated last year
- Shellcode Loader Implementing Indirect Dynamic Syscall , API Hashing, Fileless Shellcode retrieving using Winsock2☆294Updated 2 years ago
- abusing Process Hacker driver to terminate other processes (BYOVD)☆83Updated 2 years ago
- This repo goes with the blog entry at blog.malicious.group entitled "Writing your own RDI / sRDI loader using C and ASM".☆86Updated 2 years ago
- ☆136Updated 3 years ago
- (First Public?) Sample of unhooking ntdll (All Exports & IAT imports) hooks in Rust using in-memory disassembly, avoiding direct syscalls…☆134Updated 6 months ago