Go to file
MaxXor 227cfed057 Fixed bug in Builder
Fixed prompt to save Profile not shown when changing the timeout.
2015-05-23 12:54:24 +02:00
Client Added extension methods 2015-05-22 22:12:30 +02:00
Client.Tests Small changes to unit test 2015-05-23 09:56:32 +02:00
Server Fixed bug in Builder 2015-05-23 12:54:24 +02:00
Server.Tests Reflected changes to unit test 2015-05-23 11:53:01 +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 Edited Readme 2015-05-22 21:09:01 +02:00
appveyor.yml Added unit testing project (#127) 2015-05-13 19:11:55 +02:00
build-debug.bat Updated build scripts 2015-05-22 22:39:06 +02:00
build-release.bat Updated build scripts 2015-05-22 22:39:06 +02:00
xRAT 2.sln Added Server unit testing project 2015-05-13 19:31:56 +02:00

README.md

xRAT 2.0

Build status

Free, Open-Source Remote Administration Tool

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

Requirements

  • .NET Framework 3.5 Client Profile

Features

  • Buffered TCP/IP stream
  • Protocol Buffers
  • Compressed (QuickLZ) & Encrypted (AES-128) communication
  • Multi-Threaded
  • UPnP Support
  • No-IP.org 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)
  • Keylogger
  • Reverse SOCKS5/HTTPS Proxy

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

  • Reverse SOCKS5/HTTPS Proxy
  • Password Recovery (Browsers, FTP-Clients)
  • Startup Persistence
  • Issues

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

License

See LICENSE file for details.

Donate

BTC: 1EWgMfBw1fUSWMfat9oY8t8qRjCRiMEbET

Credits

Protocol Buffers - Google's data interchange format
Copyright 2008 Google Inc.
https://developers.google.com/protocol-buffers/

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

Thank you!

I really appreciate all kinds of feedback and contributions. Thanks for using and supporting xRAT 2.0!