summaryrefslogtreecommitdiff
path: root/README.md
blob: 3182024275d22797fb1f7ccbf2b3cafcacfbabe2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Mini-RAT

Mini-RAT is a remote access tool designed to remotely monitor and control other
computers through a secure encrypted connection. This project takes heavy
inspiration from ![AsyncRAT](https://github.com/NYAN-x-CAT/AsyncRAT-C-Sharp).

## Installation and Deployment

This project is split into two subprojects: the server (mratd) and client
(mrat). Both the server and reference client requires OpenSSL, but only the
server requires POSIX threads.

The mratd server needs to run a master control server that all clients have
access to, either on the Internet with port-forwarding or on the local network.
The clients need to be running on each machine the administrator needs access to
and configured to connect back to the control server.

## LEGAL DISCLAIMER

I, the creator and all those associated with the development and production of
this program are not responsible for any actions and or damages caused by this
software. You bear the full responsibility of your actions and acknowledge that
this software was created for educational purposes only. This software's
intended purpose is NOT to be used maliciously, or on any system that you do not
have own or have explicit permission to operate and use this program on. By
using this software, you automatically agree to the above.