Remote Administration Tool for Windows
Go to file
MaxXor 9e9ed30f81 Refactor Password Recovery 2018-09-22 14:50:44 +02:00
Client Refactor Password Recovery 2018-09-22 14:50:44 +02:00
Client.Tests Refactor File Manager 2018-09-13 15:34:03 +02:00
Quasar.Common Refactor Password Recovery 2018-09-22 14:50:44 +02:00
Server Refactor Password Recovery 2018-09-22 14:50:44 +02:00
Server.Tests Refactor File Manager 2018-09-13 15:34:03 +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 Added Roadmap 2018-07-03 20:06:18 +02:00
CONTRIBUTING.md Update license year 2018-09-15 13:38:11 +02:00
LICENSE Update license year 2018-09-15 13:38:11 +02:00
QuasarRAT.sln Add common library 2018-08-18 18:55:25 +02:00
README.md Remove Webcam functionality 2018-09-22 13:56:41 +02:00
ROADMAP.md Added Roadmap 2018-07-03 20:06:18 +02:00
appveyor.yml Update AppVeyor configuration 2018-09-08 09:41:59 +02:00

README.md

QuasarRAT

Build status License

Free, Open-Source Remote Administration Tool for Windows

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.

Features

  • TCP network stream (IPv4 & IPv6 support)
  • Fast network serialization (NetSerializer)
  • Compressed (QuickLZ) & Encrypted (AES-128) communication
  • Multi-Threaded
  • UPnP Support
  • No-Ip.com Support
  • 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 (Unicode Support)
  • Reverse Proxy (SOCKS5)
  • Password Recovery (Common Browsers and FTP Clients)
  • Registry Editor

Supported runtimes and operating systems

  • .NET Framework 4.0 Client Profile or higher (Download)
  • Supported operating systems (32- and 64-bit)
    • Windows XP SP3
    • Windows Server 2003
    • Windows Vista
    • Windows Server 2008
    • Windows 7
    • Windows Server 2012
    • Windows 8/8.1
    • Windows 10

Compiling

Open the project in Visual Studio 2017+ and click build. See below which build configuration to choose.

Building a client

Build configuration Usage scenario Description
Debug configuration Testing The pre-defined Settings.cs will be used, so edit this file before compiling the client. You can execute the client directly with the specified settings.
Release configuration Live use Start Quasar.exe and use the client builder.

Contributing

See CONTRIBUTING.md

Roadmap

See ROADMAP.md

License

See LICENSE

Third-party libraries

protobuf-net
Copyright (c) 2008 Marc Gravell
https://github.com/mgravell/protobuf-net

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

GlobalMouseKeyHook
Copyright (c) 2004-2018 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 Quasar!