Some Rust program I wrote while learning Malware Development
- Impersonates user tokens, and creates processes with elevated system privileges
- Refernce:
- Module Stomping with Threadless Injection x2 (1. load dll 2. Shellcode Injection )
- Refernce:
- Shellcode Injection with ThreadHijacking without the usage of SetThreadContext
- Refernce:
- This is like the base program for everything and it all build upong this
- Module Stomping with indirect syscalls and injection in .text section of the targeted dll
- Refernce:
- Spawn Process with NtCreateUserProcess and Block Dlls and PPID Spoofing
- Refernce:
- Amsi Bypass with HWBP So no hooks in memory
- Reference:
- Improved Version of the PatchlessAmsiBypass Patch ETW + AMSI on all threads
- Reference:
- Delete a currently running file from disk
- Reference:
- Shuffele & encrpyt the Stack and sleep with indirect syscalls to NtDelayExecution
- Refernce:
- Rust implementation of the Perun's Fart thechnique
- Using NtCreateUserProcess Both local and remote can be done with this program
- Refernce: