Skip to content

A simple Remote Access Tool and server written in Python

License

Notifications You must be signed in to change notification settings

clarkehackworth/PyRAT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PyRAT

A simple Remote Access Tool and server written in Python. It is written with only standard python3 libraries and has a configuratble host and port options (use -h to see options). Each component (server and client) is written in one file for easy deployment. Currently the only function is command execution, however the code is easily extensible to include additional functionality.

Installation

  1. git clone the repo and cd into the dir
  2. On the server: python3 ./src/server.py
  3. On the victim client: python3 ./src/client.py
  4. On your hacking system open a web browser and visit the server address (i.e if on same host as server, http://localhost:8080/

Screenshots

alt text

About

A simple Remote Access Tool and server written in Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published