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

Commit 6681b8b

Browse files
committed
New version (RELEASE2)
1 parent 8b45549 commit 6681b8b

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
Changelog - xRAT 2.0
22
====================
33

4+
xRAT v2.0.0.0 RELEASE2 [24.07.2014]
5+
---
6+
* Added Remote Shell
7+
* Added changeable Assembly Information
8+
* Added Computer Commands (Restart, Shutdown, Standby)
9+
* Added dynamic sizes for system information (easily expandable)
10+
* Added Antivirus & Firewall detection
11+
* Extended File Manager (Execute, Delete, Rename)
12+
* Fixed disposing of modal dialog box
13+
* Some minor fixes
14+
15+
416
xRAT v2.0.0.0 RELEASE1 [08.07.2014]
517
---
618
* Added Icon Changer

Server/Settings/Settings.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ namespace xRAT_2.Settings
77
{
88
public static class XMLSettings
99
{
10-
public const string VERSION = "RELEASE1";
10+
public const string VERSION = "RELEASE2";
1111
public static ushort ListenPort { get; set; }
1212
public static bool AutoListen { get; set; }
1313
public static bool ShowPopup { get; set; }

0 commit comments

Comments
 (0)