Skip to content

ToBeatElite/rsloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rsloader

A shellcode loading library mainly for windows, written using rustlang. I made this mainly as I was learning about basic malware/tooling development. The majority of the tecniques were taken from OffensiveRust. Anything needed to decrypt shellcode is stored in the outputed file itself, and extracted by the loader automatically, so its not that OPSEC as anyone analyzing this can decrypt the shellcode entirely just by obtaining that one outputed file. Disclaimer: I'm not an operator nor a maldev, I had made this for fun.

has

  • 2 shellcode encryption methods
  • 2 shellcode importing/exporting formats
  • userland shellcode loading methods
  • kernelland shellcode loading methods

building

./build.sh

binaries will be then found in ./bins

demos

its metasploit comms getting dectected here not the loader because I didnt know about sliver then ^^^. this is the demo of shellcode being stored in, and extracted from the image; that functionality is called "mirinloader" in the repo.

rsloader demo mp4 https://youtu.be/dw_ZaikzooY

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published