Skip to content
This repository has been archived by the owner on Mar 17, 2024. It is now read-only.

Commit

Permalink
New version (RELEASE3)
Browse files Browse the repository at this point in the history
- Edited changelog
- Edited readme
  • Loading branch information
MaxXor committed Aug 10, 2014
1 parent 9d89f1c commit 1d31008
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
11 changes: 11 additions & 0 deletions 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
Expand Down
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -25,6 +25,7 @@ Features

ToDo
---
* Socks5 Proxy
* DDoS Methods (Slowloris, UDP, SYN)
* Password Stealer (Browsers, FTP-Clients)
* Keylogger
Expand Down
2 changes: 1 addition & 1 deletion Server/Settings/Settings.cs
Expand Up @@ -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; }
Expand Down

0 comments on commit 1d31008

Please sign in to comment.