Skip to content

Remote Administration Tool written in python3

License

Notifications You must be signed in to change notification settings

Takshil00/RAT-Python3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RAT-Python3

Remote Administration Tool written in python3 (Local and remote use with port forwarding)

Disclamer

THIS SOFTWARE IS INTENDED ONLY FOR EDUCATION PURPOSES! DO NOT USE IT TO INFLICT DAMAGE TO ANYONE! USING MY APPLICATION YOU ARE AUTHOMATICALLY AGREE WITH ALL RULES AND TAKE RESPONSIBITITY FOR YOUR ACTION! THE VIOLATION OF LAWS CAN CAUSE SERIOUS CONSEQUENCES! THE DEVELOPER ASSUMES NO LIABILITY AND IS NOT RESPONSIBLE FOR ANY MISUSE OR DAMAGE CAUSED BY THIS PROGRAM.

Commands

  • Current Directory - pwd
  • Change Directory - cd
  • List Directory - ls
  • View File - cat
  • Download File - get
  • Send File - put
  • Delete File - del
  • Start File - run
  • Close Session - exit

Setup

pip install socket

git clone https://github.com/Cod3zghost/RAT-Python3

cd RAT-Python3

chmod +x server.py

chmod +x client.py

nano server.py (edit to your custom lhost and lport)

nano client.py (edit to your custom rhost and rport)

Usage (Server)

python3 server.py

Usage (Client)

python3 client.py

About

Remote Administration Tool written in python3

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages