Go to file
MaxXor 702d0e298c Merge pull request #505 from d3agle/master
Fixed #504 - Show all found LAN IP addresses
2016-08-11 21:38:13 +02:00
Client Fixed lan ip determination for virtual physical nics 2016-08-11 13:45:21 -05:00
Client.Tests Tests added for packet registeration for serialization 2016-07-27 13:17:04 +05:00
Server Small change 2016-08-01 17:48:53 +02:00
Server.Tests Tests added for packet registeration for serialization 2016-07-27 13:17:04 +05: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 Quasar v1.2.0.0 released 2015-10-12 09:55:52 +02:00
CONTRIBUTING.md More renaming 2015-08-19 20:37:17 +02:00
LICENSE.md Initial commit with everything else 2014-07-08 14:58:53 +02:00
QuasarRAT.sln Fixed build configurations 2015-08-22 12:03:59 +02:00
README.md Updated README.md 2016-07-07 23:22:53 +02:00
appveyor.yml Begin renaming xRAT to Quasar 2015-08-19 20:01:23 +02:00
build-debug.bat Fixed build batch files 2015-08-20 09:14:06 +02:00
build-release.bat Fixed build batch files 2015-08-20 09:14:06 +02:00

README.md

QuasarRAT

Build status Join the chat at https://gitter.im/quasar/QuasarRAT

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 Webcam
  • 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

Requirements

  • .NET Framework 4.0 Client Profile (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 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 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.

ToDo

Contributing

See CONTRIBUTING.md

License

See LICENSE.md

Donate

Bitcoin: 1M18ncC8yGRXG6vRTfj2hJENLfx46ipw2d

Credits

NetSerializer
Copyright (c) 2015 Tomi Valkeinen
https://github.com/tomba/netserializer

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

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