• This repository has been archived on 25/Jun/2019
  • Stars
    star
    942
  • Rank 48,525 (Top 1.0 %)
  • Language Visual Basic
  • License
    MIT License
  • Created almost 7 years ago
  • Updated over 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

LimeRAT | Simple, yet powerful remote administration tool for Windows (RAT)

Outdated. Archive it instead of delete it


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

  • .NET
    • Coded in Visual Basic .NET, Client required framework 2.0 or 4.0 dependency, And server is 4.0
  • Connection
    • Using pastebin.com as ip:port , Instead of noip.com DNS. And Also using multi-ports
  • Plugin
    • Using plugin system to decrease stub's size and lower the AV detection
  • Encryption
    • The communication between server & client is encrypted with AES
  • Spreading
    • Infecting all files and folders on USB drivers
  • Bypass
    • Low AV detection and undetected startup method
  • Lightweight
    • Payload size is about 25 KB
  • Anti Virtual Machines
    • Uninstall itself if the machine is virtual to avoid scanning or analyzing
  • Ransomware
    • Encrypting files on all HHD and USB with .Lime extension
  • XMR Miner
    • High performance Monero CPU miner with user idle\active optimizations
  • DDoS
    • Creating a powerful DDOS attack to make an online service unavailable
  • Crypto Stealer
    • Stealing Cryptocurrency sensitive data
  • Screen-Locker
    • Prevents user from accessing their Windows GUI
  • And more
    • On Connect Auto Task
    • Force enable Windows RDP
    • Persistence
    • File manager
    • Passowrds stealer
    • Remote desktop
    • Bitcoin grabber
    • Downloader
    • Keylogger

Prerequisites

To open project you need:

  1. Visual Studio 2017
  2. This repository

Peek

Project

Ransomware

Critical Process


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

  • NYAN CAT

Donation

Buy me a coffee!

  • XMR: 49H8Kbf15JFN2diG5evGHA5G49qhgFBuDid86z3MKxTv59dcqySCzFWUL3SgsEk2SufzTziHp3UE5P8BatwuyFuv1bBKQw2
  • BTC: 12hTx7u7AqdNr8qo4UFuLwb6XAVjoDioax

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

More Repositories

1

AsyncRAT-C-Sharp

Open-Source Remote Administration Tool For Windows C# (RAT)
C#
1,738
star
2

Lime-Crypter

Simple obfuscation tool
C#
401
star
3

Mass-RAT

Basic Multiplatform Remote Administration Tool - Xamarin
C#
267
star
4

Disable-Windows-Defender

Changing values to bypass windows defender C#
C#
188
star
5

Lime-Miner

a simple hidden silent XMR miner.
Visual Basic
160
star
6

LimeUSB-Csharp

Malware USB Spread | Example C#
C#
145
star
7

Lime-Downloader

Simple Malware Downloader
C#
109
star
8

CSharp-RunPE

Hide malware behind a legit process C#
C#
101
star
9

UAC-Escaper

Escalation / Bypass Windows UAC
C#
101
star
10

Bypass-Windows-Defender-VBS

Disable WD using VBS
VBScript
96
star
11

Dropless-Malware

Download a payload and make it run from registry without droppng.
C#
87
star
12

RevengeRAT-Stub-CSsharp

Revenge-RAT C# Stub - Fixed
C#
75
star
13

Discord-Token-Grabber

Gets discord token form ldb files c#
C#
71
star
14

Csharp-Loader

Download a .NET payload and run it on memory
C#
60
star
15

MalwareShell

Create a powershell malware loader to run C#.cs code on runtime
PowerShell
57
star
16

JS-Downloader

JS Jscript - download file from url then run it
JavaScript
56
star
17

LimeLogger

Simple C# Keylogger (Keyboard Layout)
C#
55
star
18

Anti-Analysis

Detect virtual environment
C#
52
star
19

njRAT-0.7d-Stub-CSharp

njRAT C# Stub - Fixed For PowerShell
C#
47
star
20

SharpShell

Injecting shellcode into a process memory and executing it in C#
C#
41
star
21

Nyan-Compiler

a basic IDE compiler for C# and VB.NET using codedom
C#
36
star
22

SharpPanel

C# Admin Control Panel Finder For Windows
C#
36
star
23

Bot-Killer

Simple example of how to remove all malwares from disk and registry.
C#
34
star
24

VBS-Shell

using VBS to download and install a powershell malware
Visual Basic
34
star
25

DesktopUploader

The payload will search for specific files in desktop then upload them as *zip to your web server
C#
32
star
26

Lime-Dropper

Download payload to disk and install it to startup then melt.
C#
31
star
27

AutoIt-PowerShell-Loader

Download and loader .NET payload
AutoIt
30
star
28

DesktopGrabber

Simple class to search and upload files
C#
23
star
29

CodeDomExample

C# Codedom example / builder
C#
21
star
30

Lime-Registry-DB

Simple way to read wirte delete values from registry
C#
15
star