An open-source remote administration tool.
Originally Vayne RaT
We are NOT liable for any damages caused by BoRAT. This tool is not and will never be for cybercriminals.
We decided to make BoRAT to mess around with others in our friend group, since then we have decided to make it open-source.
By using our software you agree to the license stated here and also agree to the following additional terms:
- You will not use BoRAT with malicious intent.
- You will not use BoRAT to actively spy and/or disrupt others.
- You understand that NexusLabs is not liable for damages caused by BoRAT.
- You agree this tool is not made for cybercriminals to use.
- Remote View
- File Manager
- Self-Destruct
- Copy to Startup
- Remote Shell
- Show Image
- Run EXE remotely
- Show Message Box
- Visual Studio 2022 with .NET desktop development
- .NET Framework 4.8
- Common Sense
- Download Visual Studio
- Open the installation exe
- Tick
.NET desktop development
- On the right ensure
.NET Framework 4.8 development tools
is ticked.
- Click the
Code
button - Click the
Download Zip
button - Extract the zip somewhere
- Ensure that Git is installed
- Open up a command prompt and navigate to the directory you wish to download to
- Run the command:
git clone https://github.com/N3XUSLABS/BoRAT.git
- Open the BoRAT.sln file
- When prompted, Restore NuGet Packages
- Click Build > Build Solution