eversinc33 / MalwareAdventurez
My adventures in learning about different userland malware techniques, such as syscalls, injection, unhooking or sandbox evasion.
☆72Updated last year
Alternatives and similar repositories for MalwareAdventurez:
Users that are interested in MalwareAdventurez are comparing it to the libraries listed below
- Create a new thread that will suspend every thread and encrypt its stack, then going to sleep , then decrypt the stacks and resume thread…☆159Updated last year
- Huffman Coding in Shellcode Obfuscation & Dynamic Indirect Syscalls Loader.☆91Updated 11 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 (…☆171Updated 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…☆167Updated last year
- Malware?☆69Updated 4 months ago
- Code used in this post https://captmeelo.com/redteam/maldev/2022/04/21/kernelcallbacktable-injection.html☆114Updated 2 years ago
- Patch AMSI and ETW in remote process via direct syscall☆81Updated 2 years ago
- A bunch of scripts and code i wrote.☆134Updated 3 months ago
- ☆112Updated 2 years ago
- ☆36Updated 2 years ago
- Exploitation of echo_driver.sys☆169Updated last year
- bring your own vulnerable driver☆91Updated last year
- Proof of concept code for thread pool based process injection in Windows.☆115Updated 3 months ago
- Various methods of executing shellcode☆68Updated last year
- Splitting and executing shellcode across multiple pages☆99Updated last year
- The following two code samples can be used to understand the difference between direct syscalls and indirect syscalls☆177Updated last year
- (First Public?) Sample of unhooking ntdll (All Exports & IAT imports) hooks in Rust using in-memory disassembly, avoiding direct syscalls…☆131Updated this week
- Another approach of Threadless injection discovered by @_EthicalChaos_ in c that loads a module into the target process and stomps it, an…☆176Updated last year
- Improved version of EKKO by @5pider that Encrypts only Image Sections☆118Updated 2 years ago
- Bypass LSA protection using the BYODLL technique☆154Updated 5 months ago
- ☆120Updated last year
- Kernel Mode Driver for Elevating Process Privileges☆132Updated last year
- reflectively load and execute PEs locally and remotely bypassing EDR hooks☆147Updated last year
- Implementing the ghostly hollowing PE injection technique using tampered syscalls.☆133Updated 9 months ago
- UAC Bypass via CMUACUtil & PEB Enumeration, Undetected for now.☆46Updated 9 months ago
- I have documented all of the AMSI patches that I learned till now☆74Updated 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…☆68Updated last year
- Exploitation of process killer drivers☆196Updated last year
- Simple POC library to execute arbitrary calls proxying them via NdrServerCall2 or similar☆126Updated 6 months ago
- ZwProcessHollowing is a x64 process hollowing project which uses direct systemcalls, dll unhooking and RC4 payload decryption☆83Updated last year