All Projects → werkamsus → Lilith

werkamsus / Lilith

Licence: mit
Lilith, The Open Source C++ Remote Administration Tool (RAT)

Programming Languages

cplusplus
227 projects

Projects that are alternatives of or similar to Lilith

Skyrat
SkyRAT - Powershell Remote Administration Tool
Stars: ✭ 21 (-95.74%)
Mutual labels:  remote-control, rat, administration
Quiescis
Quescis is a powerful Remote Access Trojan for windows 💻 on C++
Stars: ✭ 56 (-88.64%)
Mutual labels:  remote-control, administration, rat
Quasar
Remote Administration Tool for Windows
Stars: ✭ 4,897 (+893.31%)
Mutual labels:  remote-control, rat, administration
pace
Remote Access Tool for Windows.
Stars: ✭ 68 (-86.21%)
Mutual labels:  remote-control, administration, rat
Vanillarat
VanillaRat is an advanced remote administration tool completely coded in C# for Windows.
Stars: ✭ 192 (-61.05%)
Mutual labels:  remote-control, rat, administration
Lime Rat
LimeRAT | Simple, yet powerful remote administration tool for Windows (RAT)
Stars: ✭ 663 (+34.48%)
Mutual labels:  rat, administration
Thoron
Thoron Framework is a Linux post-exploitation framework that exploits Linux TCP vulnerability to provide a shell-like connection. Thoron Framework has the ability to create simple payloads to provide Linux TCP attack.
Stars: ✭ 87 (-82.35%)
Mutual labels:  remote-control, rat
Rat Hodin V2.9
Remote Administration Tool for Linux
Stars: ✭ 97 (-80.32%)
Mutual labels:  remote-control, rat
Proton
Proton Framework is a Windows post-exploitation framework similar to other Windows post-exploitation frameworks. The major difference is that the Proton Framework does most of its operations using Windows Script Host, with compatibility in the core to support a default installation of Windows 2000 with no service packs all the way through Windows 10.
Stars: ✭ 142 (-71.2%)
Mutual labels:  remote-control, rat
Ratel
RAT-el is an open source penetration test tool that allows you to take control of a windows machine. It works on the client-server model, the server sends commands and the client executes the commands and sends the result back to the server. The client is completely undetectable by anti-virus software.
Stars: ✭ 121 (-75.46%)
Mutual labels:  remote-control, rat
DcRat
A simple remote tool in C#.
Stars: ✭ 709 (+43.81%)
Mutual labels:  remote-control, rat
ConTroll Remote Access Trojan
Created a VERY SIMPLE remote access Trojan that will establish administrative control over any windows machine it compromises.
Stars: ✭ 69 (-86%)
Mutual labels:  remote-control, rat
ToxicEye
👽 Program for remote control of windows computers via telegram bot. Written in C#
Stars: ✭ 305 (-38.13%)
Mutual labels:  administration, rat
Maus
Lightweight remote administrative client written in Java.
Stars: ✭ 74 (-84.99%)
Mutual labels:  administration, rat
Mcrcon
Rcon client for Minecraft
Stars: ✭ 350 (-29.01%)
Mutual labels:  remote-control, administration
Iis.administration
REST API for managing IIS
Stars: ✭ 421 (-14.6%)
Mutual labels:  administration
Rat Via Telegram
Windows Remote Administration Tool via Telegram
Stars: ✭ 453 (-8.11%)
Mutual labels:  rat
Emp3r0r
linux post-exploitation framework made by linux user
Stars: ✭ 419 (-15.01%)
Mutual labels:  rat
Advanceddlsupport
Delegate-based C# P/Invoke alternative - compatible with all platforms and runtimes.
Stars: ✭ 419 (-15.01%)
Mutual labels:  native
One Nio
Unconventional I/O library for Java
Stars: ✭ 469 (-4.87%)
Mutual labels:  native

Lilith

Build status license

Free & Native Open Source C++ Remote Administration Tool for Windows

Lilith is a console-based ultra light-weight RAT developed in C++. It features a straight-forward set of commands that allows for near complete control of a machine.

Disclaimer

The use of this software on any device that is not your own is highly discouraged. You need to obtain explicit permission from the owner if you intend to use Lilith in an alien environment, any illicit installation will likely be prosecuted by the jurisdiction the (ab)use occurs in.

Youtube

Features

  • Remote Command Execution via
    • CMD
    • Powershell
    • Any other console app
  • Keylogger (new) [16.09.2017]
  • Execute predefined Scripts (new) [16.09.2017]
  • Extreme Modularity (see this)
  • Broadcast Commands to all Clients (new) [15.09.2017]
  • Multiple Connections
  • Auto-Install
  • Startup Persistence
  • Self-Erases
  • DNS Resolving
  • Low Latency & Bandwith use
  • Error-Handler with logs

Modularity

The modularity and expandability of this RAT are what it's been built on. That's how it manages to stay very compact, light-weight and fast. You can download other utilities like password recovery or keylogging tools via Powershell scripts (link to some useful scripts will follow soon) and then execute them as if they were running on your own machine. Afterwards you're able to upload the results (also with a ps script) or evaluate them on the spot (via the type command) in cmd.

Commands

Command Syntax Comment
connect connect <clientID> (connect 0) Connects to a Client
exitSession exitSession Exits current session
switchSession switchSession <clientID> (switchSession 2) Switches to another Client
broadcast broadcast Broadcasts your commands to all clients
keydump keydump Dumps Keylog File
script script <scriptname> <scriptparameter> (script keydump keylog.txt) Executes a predefined Script
listClients listClients Displays the number of clients connected
remoteControl remoteControl <C:\program.exe> OR remoteControl cmd More Info
remoteControl remoteControl Exits remoteControl if already in remoteControl
restart restart Restarts the Client
kill kill Quits the Client

Demo Image

General Description

At the core of this RAT lies it's unique ability to remotely execute commands via CMD, Powershell and almost all console-based applications. It has the capabilities to automatically install on startup and clean up behind itself. It also features an error-handler that logs any issues. As of now, it is not 100% stable. Under 'normal' conditions it runs smoothly and without any disturbances, but severe irregularities in input (i.e. messing around with it a lot) may cause crashes. This will be resolved in the near future.

Requirements

  • None!
  • Supported Operating Systems (32/64-bit)
    • Windows XP SP3
    • Windows Server 2003
    • Windows Vista
    • Windows Server 2008
    • Windows 7
    • Windows Server 2012
    • Windows 8/8.1
    • Windows 10

To-Do

More Info on Commands

remoteControl

Shortcuts are: cmd, pws, pws32 which stand for Command Prompt, Powershell and Powershell 32-Bit respectively. You can use these instead of a full path to the executable. Example: remoteControl pws will remote-control C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].