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

Commit

Permalink
New version (RELEASE2)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxXor committed Jul 24, 2014
1 parent 8b45549 commit 6681b8b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,18 @@
Changelog - xRAT 2.0
====================

xRAT v2.0.0.0 RELEASE2 [24.07.2014]
---
* Added Remote Shell
* Added changeable Assembly Information
* Added Computer Commands (Restart, Shutdown, Standby)
* Added dynamic sizes for system information (easily expandable)
* Added Antivirus & Firewall detection
* Extended File Manager (Execute, Delete, Rename)
* Fixed disposing of modal dialog box
* Some minor fixes


xRAT v2.0.0.0 RELEASE1 [08.07.2014]
---
* Added Icon Changer
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 = "RELEASE1";
public const string VERSION = "RELEASE2";
public static ushort ListenPort { get; set; }
public static bool AutoListen { get; set; }
public static bool ShowPopup { get; set; }
Expand Down

0 comments on commit 6681b8b

Please sign in to comment.