Quasar/README.md

102 lines
3.3 KiB
Markdown
Raw Normal View History

2014-07-08 05:58:53 -07:00
xRAT 2.0
========
2015-07-14 14:35:26 -07:00
<a href="https://ci.appveyor.com/project/MaxXor/xrat"><image src="https://ci.appveyor.com/api/projects/status/na7hitbqx8327xr9?svg=true" height="18"></a> [![Join the chat at https://gitter.im/MaxXor/xRAT](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/MaxXor/xRAT?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
2015-05-06 06:45:48 -07:00
2014-07-08 05:58:53 -07:00
**Free, Open-Source Remote Administration Tool**
2014-07-08 05:27:59 -07:00
2015-06-20 12:24:03 -07:00
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.
2015-05-04 08:02:32 -07:00
2014-07-08 05:58:53 -07:00
Features
---
2015-06-14 05:39:20 -07:00
* Buffered TCP/IP network stream
* Protocol Buffers to send & receive serialized data
2015-04-21 11:28:14 -07:00
* Compressed (QuickLZ) & Encrypted (AES-128) communication
2014-07-08 05:58:53 -07:00
* Multi-Threaded
2014-07-31 12:07:52 -07:00
* UPnP Support
* No-Ip.com Support
2014-07-08 05:58:53 -07:00
* Custom social engineering tactic to elevate Admin privileges (betabot's trick)
* Visit Website (hidden & visible)
* Show Messagebox
* Task Manager
* File Manager
* Startup Manager
2014-07-08 05:58:53 -07:00
* Remote Desktop
2014-07-23 14:34:52 -07:00
* Remote Shell
2014-07-08 05:58:53 -07:00
* Download & Execute
2014-07-31 11:52:00 -07:00
* Upload & Execute
2014-07-08 05:58:53 -07:00
* System Information
* Computer Commands (Restart, Shutdown, Standby)
2015-05-03 10:12:19 -07:00
* Keylogger
2015-05-12 15:06:28 -07:00
* Reverse SOCKS5/HTTPS Proxy
2014-07-08 05:58:53 -07:00
2015-06-20 12:24:03 -07:00
Requirements
---
* .NET Framework 3.5 Client Profile ([Download](https://www.microsoft.com/en-US/download/details.aspx?id=14037))
* 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
2015-03-12 03:03:33 -07: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 05:58:53 -07:00
ToDo
---
2015-05-27 00:32:19 -07: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 05:58:53 -07:00
* Startup Persistence
2015-05-16 09:30:26 -07:00
* [Issues](https://github.com/MaxXor/xRAT/issues)
2014-07-08 05:58:53 -07:00
2015-05-04 08:02:32 -07:00
Contributing
---
2015-05-27 14:30:12 -07:00
See [CONTRIBUTING.md](/CONTRIBUTING.md)
2015-05-04 08:02:32 -07:00
2014-07-08 05:58:53 -07:00
License
---
2015-05-28 03:25:38 -07:00
See [LICENSE.md](/LICENSE.md)
2014-07-08 05:58:53 -07:00
Donate
---
BTC: `1EWgMfBw1fUSWMfat9oY8t8qRjCRiMEbET`
Credits
---
Protocol Buffers - Google's data interchange format
2015-07-10 11:39:23 -07:00
Copyright (c) 2008 Google Inc.
2015-04-21 12:15:41 -07:00
https://developers.google.com/protocol-buffers/
2015-07-10 11:41:20 -07:00
ResourceLib
Copyright (c) Daniel Doubrovkine, Vestris Inc., 2008-2013
https://github.com/dblock/resourcelib
2015-05-04 08:02:32 -07:00
2015-07-10 11:41:20 -07:00
GlobalMouseKeyHook
Copyright (c) 2004-2015, George Mamaladze
https://github.com/gmamaladze/globalmousekeyhook
2015-07-10 11:41:20 -07:00
Cecil
Copyright (c) 2008 - 2015 Jb Evain Copyright (c) 2008 - 2011 Novell, Inc.
2015-07-10 11:39:23 -07:00
https://github.com/jbevain/cecil
2015-05-04 08:02:32 -07:00
Thank you!
---
I really appreciate all kinds of feedback and contributions. Thanks for using and supporting xRAT 2.0!