Skip to content

Tomiwa-Ot/win-rat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Win-RAT

A security simulation and remote administration platform with a web based Command & Control (C2) panel for Windows, designed for ethical and authorised monitoring use cases.

Features

  • Remote command execution
  • Live desktop streaming via Web RTC
  • Audio, screenshot and webcam capture
  • Keystroke logging
  • Persistent background agent (auto startup after reboot/shutdown/termination)
  • Automatic agent update

Demo

Demo

Screenshot from 2026-02-22 09-03-58 Screenshot from 2026-02-22 09-03-40 Screenshot from 2026-02-22 09-03-20

Installation

git clone https://github.com/Tomiwa-Ot/win-rat.git
cd win-rat

# On Linux
chmod +x install.sh run.sh
./install.sh

# On windows
.\install.bat

To build the agent

  • Open the agent folder in Visual Studio
  • Set URL in agent/Utilities/Communication.cs to http://<IP>:8000/api
  • Build executable and deploy to target

NB: When deploying the agent to the target, ensure vpxmd.dll is in the same folder as the executable. You can find it in the root directory of this project. It is necessary for the live stream feature to work.

Usage

# On Linux
./run.sh

# On Windows
.\run.bat

Contribution

If you're interested in contributing or collaborating, open an issue, PR or contact the author.

THIS SOFTWARE IS INTENDED FOR AUTHORIZED, ETHICAL AND LEGAL USE ONLY. UNAUTHORIZED MONITORING OR ACCESS TO COMPUTER SYSTEMS VIOLATES PRIVACY LAWS. THE AUTHOR ASSUMES NO RESPONSIBILITY OR LIABILITY FOR MISUSE OF THIS SOFTWARE.

Releases

No releases published

Packages

 
 
 

Contributors