diff --git a/CHANGELOG.md b/CHANGELOG.md index c85a62d8..e64554b4 100644 --- a/CHANGELOG.md +++ b/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 diff --git a/README.md b/README.md index 41968ebc..67b1ccd4 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ Features ToDo --- +* Socks5 Proxy * DDoS Methods (Slowloris, UDP, SYN) * Password Stealer (Browsers, FTP-Clients) * Keylogger diff --git a/Server/Settings/Settings.cs b/Server/Settings/Settings.cs index d833a00a..b3c9702b 100644 --- a/Server/Settings/Settings.cs +++ b/Server/Settings/Settings.cs @@ -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; }