New version (RELEASE3)

- Edited changelog
- Edited readme
This commit is contained in:
MaxXor 2014-08-10 12:34:40 +02:00
parent 9d89f1cf56
commit 1d31008e57
3 changed files with 13 additions and 1 deletions

View File

@ -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

View File

@ -25,6 +25,7 @@ Features
ToDo
---
* Socks5 Proxy
* DDoS Methods (Slowloris, UDP, SYN)
* Password Stealer (Browsers, FTP-Clients)
* Keylogger

View File

@ -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; }