Remote Administration Tool for Windows
Go to file
MaxXor 574cce11c2 Revert 'Terms of Use Form closes in a better way'
There exists a bug, when you decline the license the server crashs. Safe
exit is not needed anyways in the terms of use form as nothing special
happend yet.
2015-04-14 20:50:11 +02:00
Client Closed #60 2015-04-14 20:42:48 +02:00
Server Revert 'Terms of Use Form closes in a better way' 2015-04-14 20:50:11 +02:00
.gitattributes Added .gitattributes 2014-07-30 14:24:00 +02:00
.gitignore Added missing files 2014-07-08 21:36:24 +02:00
CHANGELOG.md New version (RELEASE3) 2014-08-10 12:34:40 +02:00
LICENSE.md Initial commit with everything else 2014-07-08 14:58:53 +02:00
README.md Updated README.md 2015-03-12 11:03:33 +01:00
build-debug.bat Initial commit with everything else 2014-07-08 14:58:53 +02:00
build-release.bat Removed pause from build.bat 2014-07-08 15:23:30 +02:00
xRAT 2.sln Initial commit with everything else 2014-07-08 14:58:53 +02:00

README.md

xRAT 2.0

Free, Open-Source Remote Administration Tool

xRAT 2.0 is a fast and light-weight Remote Administration Tool coded in C# (using .NET Framework 2.0).

Features

  • Buffered TCP/IP stream
  • Protocol Buffers
  • Compressed (LZ4) & Encrypted (AES-128) communication
  • Multi-Threaded
  • UPnP Support
  • Custom social engineering tactic to elevate Admin privileges (betabot's trick)
  • Visit Website (hidden & visible)
  • Show Messagebox
  • Task Manager
  • File Manager
  • Startup Manager
  • Remote Desktop
  • Remote Shell
  • Download & Execute
  • Upload & Execute
  • System Information
  • Computer Commands (Restart, Shutdown, Standby)

Compiling

Open the project in Visual Studio and click build, or use one of the batch files included in the root directory.

Batch file Description
build-debug.bat Builds the application using the debug configuration (for testing)
build-release.bat Builds the application using the release configuration (for publishing)

Building a client

Build configuration Description
debug configuration The pre-defined Settings.cs will be used. The client builder does not work in this configuration. You can execute the client directly with the specified settings.
release configuration Use the client builder to build your client otherwise it is going to crash.

ToDo

  • Startup Manager
  • Socks5 Proxy
  • Password Stealer (Browsers, FTP-Clients)
  • Keylogger
  • Startup Persistence

License

See LICENSE file for details.

Donate

BTC: 1EWgMfBw1fUSWMfat9oY8t8qRjCRiMEbET

Credits

Protocol Buffers - Google's data interchange format
Copyright 2008 Google Inc.
https://code.google.com/apis/protocolbuffers/

ResourceLib
Copyright (c) Daniel Doubrovkine, Vestris Inc., 2008-2013
https://github.com/dblock/resourcelib