Jump to content
YOUR-AD-HERE
HOSTING
TOOLS

Locked SimpleRAT [C]


itsMe

Recommended Posts

This is the hidden content, please

A simple Remote Access Terminal in C.

A simple Remote Access Terminal for Windows, a client-server program which will open and listen to a socket on the server program, and connect to it from the client.

Usage:

    Compile the server and client programs to an .exe
    Run server.exe on the server and run the client as administrator. This will create the folder C:/Windows/Panther/setup.exe and will place the important files inside. Now you can run client.exe as a regular user, and it will connect to the server, and you can have achieved remote access, congratulations :^).
    Have fun!

Features:

    Only runs if inside C:/Windows/Panther/setup.exe. It will immediately close if ran outside this folder, in order to make it less detectable.
    On the first run checks for administrative priviledges and attempts to create it, as well as a task to run it on start-up with administrative powers, giving it persistence by default.
    Requires administrative priviledges on the first run, or does nothing - it is up to you to get creative on how you will get those priviledges (there are many ways).
    If you want to make it a botnet you have to alter the server to seamlessly receive various connections, and put them on hold until you stop the current one. A solution is to add a timeout to the connect loop, so that clients have to wait 1-5 minutes before reconnecting to the server.

Compiled with gcc for Windows x86_64 (minGW).

This is the hidden content, please

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.