Skip to content

bott0n/RustLayeredSyscallFiberShellcodeLoader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RustLayeredSyscallFiberShellcodeLoader

Read byte from tmp.dat and decrypted with key DarklabHK and execute shellcode through Fiber

Techniques

  • Rust
  • Layered Syscall
  • Fiber shellcode execution
  • RC4 Decryption

Compile

cargo build --release

References

RustVEHSYscalls - https://github.com/safedv/RustVEHSyscalls/tree/master

RustEatNETLoader - https://github.com/alexlee820/RustEatNETLoader/tree/main

Fiber execute shellcode - https://www.ired.team/offensive-security/code-injection-process-injection/executing-shellcode-with-createfiber

Rust create fiber - https://github.com/b1nhack/rust-shellcode

About

A shellcode loader written by Rust with layered syscall and Fiber execution

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages