2014-07-08 12:58:53 +00:00
xRAT 2.0
========
2015-05-06 13:45:48 +00:00
[![Build status ](https://ci.appveyor.com/api/projects/status/na7hitbqx8327xr9?svg=true )](https://ci.appveyor.com/project/MaxXor/xrat)
2014-07-08 12:58:53 +00:00
**Free, Open-Source Remote Administration Tool**
2014-07-08 12:27:59 +00:00
2015-05-22 19:09:01 +00:00
xRAT 2.0 is a fast and light-weight Remote Administration Tool coded in C# (using [.NET Framework 3.5 Client Profile ](https://www.microsoft.com/en-US/download/details.aspx?id=14037 )).
2014-07-08 12:58:53 +00:00
2015-05-04 15:02:32 +00:00
Requirements
---
2015-05-22 19:09:01 +00:00
* .NET Framework 3.5 Client Profile
2015-05-04 15:02:32 +00:00
2014-07-08 12:58:53 +00:00
Features
---
* Buffered TCP/IP stream
2014-07-23 20:49:05 +00:00
* Protocol Buffers
2015-04-21 18:28:14 +00:00
* Compressed (QuickLZ) & Encrypted (AES-128) communication
2014-07-08 12:58:53 +00:00
* Multi-Threaded
2014-07-31 19:07:52 +00:00
* UPnP Support
2015-05-10 16:16:50 +00:00
* No-IP.org Support
2014-07-08 12:58:53 +00:00
* Custom social engineering tactic to elevate Admin privileges (betabot's trick)
* Visit Website (hidden & visible)
* Show Messagebox
* Task Manager
* File Manager
2015-03-08 17:09:31 +00:00
* Startup Manager
2014-07-08 12:58:53 +00:00
* Remote Desktop
2014-07-23 21:34:52 +00:00
* Remote Shell
2014-07-08 12:58:53 +00:00
* Download & Execute
2014-07-31 18:52:00 +00:00
* Upload & Execute
2014-07-08 12:58:53 +00:00
* System Information
2014-07-22 19:52:07 +00:00
* Computer Commands (Restart, Shutdown, Standby)
2015-05-03 17:12:19 +00:00
* Keylogger
2015-05-12 22:06:28 +00:00
* Reverse SOCKS5/HTTPS Proxy
2014-07-08 12:58:53 +00:00
2015-03-12 10:03:33 +00:00
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 ](/Client/Config/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.
2014-07-08 12:58:53 +00:00
ToDo
---
2015-05-27 07:32:19 +00:00
* 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)
2014-07-08 12:58:53 +00:00
* Startup Persistence
2015-05-16 16:30:26 +00:00
* [Issues ](https://github.com/MaxXor/xRAT/issues )
2014-07-08 12:58:53 +00:00
2015-05-04 15:02:32 +00:00
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
2014-07-08 12:58:53 +00:00
License
---
See LICENSE file for details.
Donate
---
BTC: `1EWgMfBw1fUSWMfat9oY8t8qRjCRiMEbET`
Credits
---
2014-07-23 19:00:06 +00:00
Protocol Buffers - Google's data interchange format
Copyright 2008 Google Inc.
2015-04-21 19:15:41 +00:00
https://developers.google.com/protocol-buffers/
2014-07-24 13:23:44 +00:00
ResourceLib
Copyright (c) Daniel Doubrovkine, Vestris Inc., 2008-2013
https://github.com/dblock/resourcelib
2015-05-04 15:02:32 +00:00
2015-05-21 04:38:26 +00:00
globalmousekeyhook
Copyright (c) 2004-2015, George Mamaladze
https://github.com/gmamaladze/globalmousekeyhook
2015-05-04 15:02:32 +00:00
Thank you!
---
I really appreciate all kinds of feedback and contributions. Thanks for using and supporting xRAT 2.0!