Quasar/README.md

68 lines
1.9 KiB
Markdown
Raw Normal View History

2014-07-08 05:58:53 -07:00
xRAT 2.0
========
**Free, Open-Source Remote Administration Tool**
2014-07-08 05:27:59 -07:00
2014-07-08 05:58:53 -07:00
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
2014-07-23 13:49:05 -07:00
* Protocol Buffers
2014-12-07 02:13:30 -08:00
* Compressed (LZ4) & Encrypted (AES-128) communication
2014-07-08 05:58:53 -07:00
* Multi-Threaded
2014-07-31 12:07:52 -07:00
* UPnP 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)
2014-07-08 05:58:53 -07:00
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-02-24 03:20:31 -08:00
* ~~Startup Manager~~
* Socks5 Proxy
2014-07-08 05:58:53 -07:00
* 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