Skip to content
/ rat Public

malware that executes remote commands via an encrypted socket

License

Notifications You must be signed in to change notification settings

epg1213/rat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RAT

Malware that executes remote commands via an encrypted socket

poc

Installation

git clone https://github.com/epg1213/rat
cd rat
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt

Run (server - side)

python server.py SERVER_IP_ADDRESS

Run (client - side)

python client.py SERVER_IP_ADDRESS

About

malware that executes remote commands via an encrypted socket

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages