|
1 | 1 |
|
2 | 2 | # Eagle Monitor RAT Reborn | Open Source & Modern Remote Access Tool
|
3 |
| -# ! Will be updated 10-08-2022 [Beta] ! |
4 |
| - |
5 | 3 | Fast, lightweight & easily customizable remote access tool written in C# coded from scratch.
|
6 | 4 | Consider this as an upgrade of HorusEyesRat which was written in Visual Basic .NET.
|
7 | 5 | As in the old good times, I decided to write a client in Visual Basic .NET.
|
8 | 6 | <br>
|
9 |
| -Issue section removed because of spamming & abusing. |
10 |
| - |
11 |
| - |
12 |
| -## Why did I choose to rework it ? |
13 |
| - |
14 |
| -As I said, I learnt new things to make my code cleaner and a better networking management. |
15 |
| - |
16 |
| -## New things will be added in the future ? |
17 |
| - |
18 |
| -Of course. I plan to add features when I find them interesting to add. Please don't spam issue section with new features. If you really want a specific feature, you will have to add it by yourself. A wiki section will be written to show you how to add your own features. |
19 |
| - |
20 |
| -## What's been reworked ? |
21 |
| - |
22 |
| -* Whole UI (datagridview instead of listview, dark theme...) |
23 |
| -* Packets system |
24 |
| -* All plugins |
25 |
| -* Server side and packets handling |
26 |
| -* Client side and packets handling |
27 |
| -* Native Imports |
28 |
| -* Settings |
29 |
| -* Builder |
30 |
| -* Automation tasks |
31 |
| -* Mass tasks |
32 |
| -* Memory execution |
33 |
| -* Asynchronous operations |
34 |
| -* Use of threads (when needed) |
35 |
| -* Wifi recovery removed |
36 |
| - |
37 |
| -## What's new ? |
38 |
| - |
39 |
| -* Logs system |
40 |
| -* Keylogger (offline and realtime) |
41 |
| -* Client writtent both in VB and C# |
42 |
| -* An installer for deployment |
43 |
| -* Notification sound |
44 | 7 |
|
45 | 8 | ## Current features
|
46 | 9 |
|
@@ -94,12 +57,9 @@ Of course. I plan to add features when I find them interesting to add. Please do
|
94 | 57 |
|
95 | 58 | ## External depencencies
|
96 | 59 |
|
97 |
| -* MRG.Controls.UI |
98 |
| -* XanderUI |
99 | 60 | * GunaUI
|
100 | 61 | * dnlib
|
101 | 62 | * Newtonsoft.Json
|
102 |
| -* BouncyCastle |
103 | 63 | * NAudio
|
104 | 64 |
|
105 | 65 | ## Notes
|
@@ -132,27 +92,27 @@ Client.EntryClass.Main()
|
132 | 92 | ## Inspirations
|
133 | 93 |
|
134 | 94 | * Webcam plugins : [AsyncRat](https://github.com/NYAN-x-CAT/AsyncRAT-C-Sharp/blob/master/AsyncRAT-C%23/Plugin/RemoteCamera/RemoteCamera/Packet.cs)
|
| 95 | + |
135 | 96 | * Keylogger (modded) : [AsyncRat](https://github.com/NYAN-x-CAT/AsyncRAT-C-Sharp/blob/master/AsyncRAT-C%23/Plugin/LimeLogger/LimeLogger/Packet.cs)
|
| 97 | + |
136 | 98 | * Unmanaged pe and dlls : [schellingb](https://github.com/schellingb/DLLFromMemory-net)
|
137 |
| -* Remote mouse & keyboard : [Quasar](https://github.com/quasar/Quasar/) |
138 | 99 |
|
139 |
| -## TODO |
| 100 | +* Remote mouse & keyboard : [Quasar](https://github.com/quasar/Quasar/) |
140 | 101 |
|
141 |
| -* Encryption/Decryption for folders and files |
142 |
| -* Rework installation method(s) |
143 |
| -* Wiki to make your own plugins |
144 |
| -* Some code improvements and refractoring |
| 102 | + |
145 | 103 |
|
146 | 104 | ## Known bugs
|
147 | 105 |
|
148 | 106 | * Self destruct method (currently disabled)
|
149 | 107 |
|
150 | 108 | ## Interface
|
151 | 109 |
|
152 |
| - |
153 |
| - |
154 |
| - |
| 110 | + |
| 111 | + |
| 112 | + |
155 | 113 |
|
156 | 114 | 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.
|
157 | 115 |
|
| 116 | +<a href="https://www.paypal.com/donate/?hosted_button_id=D83FCLVFMMHAA"><img src="https://raw.githubusercontent.com/andreostrovsky/donate-with-paypal/925c5a9e397363c6f7a477973fdeed485df5fdd9/blue.svg" height="40"></a> |
| 117 | + |
158 | 118 | Want to buy a coffee ? BTC: 1JpBNGLNmYR6MANK7wcY3h1YF2vG92BM4r
|
0 commit comments