mirror of https://github.com/quasar/Quasar.git
New version (RELEASE3)
- Edited changelog - Edited readme
This commit is contained in:
parent
9d89f1cf56
commit
1d31008e57
11
CHANGELOG.md
11
CHANGELOG.md
|
@ -1,6 +1,17 @@
|
|||
Changelog - xRAT 2.0
|
||||
====================
|
||||
|
||||
xRAT v2.0.0.0 RELEASE3 [10.08.2014]
|
||||
---
|
||||
* Optimized connection between Client & Server (!)
|
||||
* Added UPnP support
|
||||
* Added Upload & Execute
|
||||
* Updated Protocol Buffers
|
||||
* Fixed Keepalive between Client & Server (!)
|
||||
* Fixed and hardened installation on same computer with new mutex
|
||||
* Some minor fixes
|
||||
|
||||
|
||||
xRAT v2.0.0.0 RELEASE2 [24.07.2014]
|
||||
---
|
||||
* Improved Remote Shell
|
||||
|
|
|
@ -25,6 +25,7 @@ Features
|
|||
|
||||
ToDo
|
||||
---
|
||||
* Socks5 Proxy
|
||||
* DDoS Methods (Slowloris, UDP, SYN)
|
||||
* Password Stealer (Browsers, FTP-Clients)
|
||||
* Keylogger
|
||||
|
|
|
@ -7,7 +7,7 @@ namespace xRAT_2.Settings
|
|||
{
|
||||
public static class XMLSettings
|
||||
{
|
||||
public const string VERSION = "RELEASE2";
|
||||
public const string VERSION = "RELEASE3";
|
||||
public static ushort ListenPort { get; set; }
|
||||
public static bool AutoListen { get; set; }
|
||||
public static bool ShowPopup { get; set; }
|
||||
|
|
Loading…
Reference in New Issue