Remote Administration Tool written in python3 (Local and remote use with port forwarding)
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.
- 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
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)
python3 server.py
python3 client.py