Quasar/README.md

96 lines
3.1 KiB
Markdown
Raw Normal View History

2018-07-03 18:02:25 +00:00
# QuasarRAT
[![Build status](https://ci.appveyor.com/api/projects/status/5857hfy6r1ltb5f2?svg=true)](https://ci.appveyor.com/project/MaxXor/quasarrat) [![License](https://img.shields.io/badge/license-MIT-green.svg)](LICENSE)
2015-05-06 13:45:48 +00:00
2015-08-19 18:01:23 +00:00
**Free, Open-Source Remote Administration Tool for Windows**
2014-07-08 12:27:59 +00:00
2015-08-19 18:01:23 +00:00
Quasar is a fast and light-weight remote administration tool coded in C#. Providing high stability and an easy-to-use user interface, Quasar is the perfect remote administration solution for you.
2015-05-04 15:02:32 +00:00
2018-07-03 18:02:25 +00:00
## Features
2016-07-07 21:22:53 +00:00
* TCP network stream (IPv4 & IPv6 support)
2015-08-08 16:21:40 +00:00
* Fast network serialization (NetSerializer)
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
* No-Ip.com Support
2014-07-08 12:58:53 +00:00
* Visit Website (hidden & visible)
* Show Messagebox
* Task Manager
* File Manager
* Startup Manager
2014-07-08 12:58:53 +00:00
* Remote Desktop
* Remote Webcam
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
* Computer Commands (Restart, Shutdown, Standby)
2015-08-08 16:21:40 +00:00
* Keylogger (Unicode Support)
* Reverse Proxy (SOCKS5)
* Password Recovery (Common Browsers and FTP Clients)
2016-02-09 17:26:31 +00:00
* Registry Editor
2014-07-08 12:58:53 +00:00
2018-07-03 18:02:25 +00:00
## Requirements
2015-08-26 13:54:43 +00:00
* .NET Framework 4.0 Client Profile ([Download](https://www.microsoft.com/en-us/download/details.aspx?id=24872))
2015-06-20 19:24:03 +00:00
* Supported Operating Systems (32- and 64-bit)
2015-08-26 13:54:43 +00:00
* Windows XP SP3
2015-06-20 19:24:03 +00:00
* Windows Server 2003
* Windows Vista
* Windows Server 2008
* Windows 7
* Windows Server 2012
* Windows 8/8.1
2015-07-31 19:50:01 +00:00
* Windows 10
2015-06-20 19:24:03 +00:00
2018-07-03 18:02:25 +00:00
## Compiling
2015-03-12 10:03:33 +00:00
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)
2018-07-03 18:02:25 +00:00
## Building a client
2015-03-12 10:03:33 +00:00
| 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.
2018-07-03 18:02:25 +00:00
## ToDo
2015-08-25 19:16:32 +00:00
* [Open Issues](https://github.com/quasar/QuasarRAT/issues)
2014-07-08 12:58:53 +00:00
2018-07-03 18:02:25 +00:00
## Contributing
See [CONTRIBUTING.md](CONTRIBUTING.md)
2015-05-04 15:02:32 +00:00
2018-07-03 18:02:25 +00:00
## Roadmap
See [ROADMAP.md](ROADMAP.md)
2014-07-08 12:58:53 +00:00
2018-07-03 18:02:25 +00:00
## License
See [LICENSE](LICENSE)
2014-07-08 12:58:53 +00:00
2018-07-03 18:02:25 +00:00
## Third-party libraries
NetSerializer
Copyright (c) 2015 Tomi Valkeinen
https://github.com/tomba/netserializer
2015-07-10 18:41:20 +00:00
ResourceLib
Copyright (c) 2008-2013 Daniel Doubrovkine, Vestris Inc.
https://github.com/dblock/resourcelib
2015-05-04 15:02:32 +00:00
2015-07-10 18:41:20 +00:00
GlobalMouseKeyHook
Copyright (c) 2004-2015 George Mamaladze
https://github.com/gmamaladze/globalmousekeyhook
2015-07-15 17:17:43 +00:00
Mono.Cecil
2018-07-03 18:02:25 +00:00
Copyright (c) 2008 - 2015 Jb Evain
Copyright (c) 2008 - 2011 Novell, Inc.
2015-07-10 18:39:23 +00:00
https://github.com/jbevain/cecil
2015-07-15 17:17:43 +00:00
Mono.Nat
2018-07-03 18:02:25 +00:00
Copyright (c) 2006 Alan McGovern
Copyright (c) 2007 Ben Motmans
2015-07-15 17:17:43 +00:00
https://github.com/nterry/Mono.Nat
2018-07-03 18:02:25 +00:00
## Thank you!
2015-08-19 18:01:23 +00:00
I really appreciate all kinds of feedback and contributions. Thanks for using and supporting Quasar!