Skip to content
This repository has been archived by the owner on Aug 12, 2024. It is now read-only.

Remote Administration tool for Windows Systems written in pure Python That Has Scripting And Plugins

License

Notifications You must be signed in to change notification settings

finnaminope/Python-RAT-ScriptsAndPlugins

 
 

Repository files navigation

Python-RAT

THIS REPO IS ARCHIVED AND WILL NO LONGER BE UPDATED.

Advanced Remote Administration tool for Windows Systems written in pure Python

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.

Intended for:

Windows systems

Requirements

  • Pillow
  • pywin32
  • opencv-python
  • comtypes
  • pycaw (C++ Buils tools are required) (optional feature)
  • pyautogui
  • vidstream (VS Code is required) (optional feature)

Usage for server

#clone or download zip archive
https://github.com/FZGbzuw412/Python-RAT

#go to directory with files
cd Python-RAT 

#install essential requirements
pip3 install -r server_requirements.txt

#launch 
server.py

Usage for client

#clone or download zip archive
https://github.com/FZGbzuw412/Python-RAT

#go to directory with files
cd Python-RAT

#install essential requirements
pip3 install -r client_requirements.txt

#launch 
client.pyw

Features

изображение

изображение

Licence

This work is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License. To view a copy of this license, visit http://creativecommons.org/licenses/by-nc-sa/4.0/ or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA.

About

Remote Administration tool for Windows Systems written in pure Python That Has Scripting And Plugins

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.5%
  • Batchfile 0.5%