Go to file
MaxXor 09561c4252 Improved GUI with new TabControl 2015-07-25 00:29:19 +02:00
Client Added Upload File with Drag & Drop to File Manager 2015-07-24 15:46:11 +02:00
Client.Tests Small changes to unit test 2015-05-23 09:56:32 +02:00
Server Improved GUI with new TabControl 2015-07-25 00:29:19 +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 Updated .gitignore file 2015-06-16 20:51:01 +02:00
CHANGELOG.md Update CHANGELOG.md 2015-07-12 09:58:18 +02:00
CONTRIBUTING.md Update CONTRIBUTING.md 2015-06-21 20:20:31 +02:00
LICENSE.md Initial commit with everything else 2014-07-08 14:58:53 +02:00
README.md Updated Credits in Readme 2015-07-15 19:17:43 +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

Join the chat at https://gitter.im/MaxXor/xRAT

Free, Open-Source Remote Administration Tool

xRAT 2.0 is a fast and light-weight remote administration tool coded in C#. Providing high stability and an easy-to-use user interface, xRAT is the perfect remote administration solution for you.

Features

  • Buffered TCP/IP network stream
  • Protocol Buffers to send & receive serialized data
  • Compressed (QuickLZ) & Encrypted (AES-128) communication
  • Multi-Threaded
  • UPnP Support
  • No-Ip.com 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

Requirements

  • .NET Framework 3.5 Client Profile (Download)
  • Supported Operating Systems (32- and 64-bit)
    • Windows XP
    • Windows Server 2003
    • Windows Vista
    • Windows Server 2008
    • Windows 7
    • Windows Server 2012
    • Windows 8/8.1
    • Windows 10 Preview

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

  • Registry Editor (browse, delete, add registry keys)
  • Password Recovery
  • Recover Passwords of common browsers (i.e. Chrome, Firefox, IE) and FTP-Clients (i.e. FileZilla Client)
  • Startup Persistence
  • Issues

Contributing

See CONTRIBUTING.md

License

See LICENSE.md

Donate

BTC: 1EWgMfBw1fUSWMfat9oY8t8qRjCRiMEbET

Credits

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

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

GlobalMouseKeyHook
Copyright (c) 2004-2015, George Mamaladze
https://github.com/gmamaladze/globalmousekeyhook

Mono.Cecil
Copyright (c) 2008 - 2015 Jb Evain, Copyright (c) 2008 - 2011 Novell, Inc.
https://github.com/jbevain/cecil

Mono.Nat
Copyright (c) 2006 Alan McGovern, Copyright (c) 2007 Ben Motmans
https://github.com/nterry/Mono.Nat

Thank you!

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