/Rusty-Playground

Some Rust program I wrote while learning Malware Development

Primary LanguageRustGNU General Public License v3.0GPL-3.0

Rusty-Playground 🦀

Some Rust program I wrote while learning Malware Development

ElevateToken 📌

  • Impersonates user tokens, and creates processes with elevated system privileges
  • Refernce:

Gabimaru 📌


JumpThreadHijack 📌

  • Shellcode Injection with ThreadHijacking without the usage of SetThreadContext
  • Refernce:

ModuleStomping 📌

  • 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:

NtCreateUserProcess 📌


PatchlessAmsiBypass 📌

  • Amsi Bypass with HWBP So no hooks in memory
  • Reference:

PatchlessBypass 📌

  • Improved Version of the PatchlessAmsiBypass Patch ETW + AMSI on all threads
  • Reference:

SelfErase 📌


StackEncrypt 📌

  • Shuffele & encrpyt the Stack and sleep with indirect syscalls to NtDelayExecution
  • Refernce:

UnhookNtdll 📌

  • Rust implementation of the Perun's Fart thechnique
  • Using NtCreateUserProcess Both local and remote can be done with this program
  • Refernce: