From 836849d70f560e81d25f34a088749ce4c3a179da Mon Sep 17 00:00:00 2001 From: NYAN CAT Date: Thu, 23 May 2019 17:36:29 +0300 Subject: [PATCH] Update --- AsyncRAT-C#/AsyncRAT-Sharp/Settings.cs | 2 +- AsyncRAT-C#/Client/Settings.cs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/AsyncRAT-C#/AsyncRAT-Sharp/Settings.cs b/AsyncRAT-C#/AsyncRAT-Sharp/Settings.cs index 083bf16..d7e2d03 100644 --- a/AsyncRAT-C#/AsyncRAT-Sharp/Settings.cs +++ b/AsyncRAT-C#/AsyncRAT-Sharp/Settings.cs @@ -16,6 +16,6 @@ namespace AsyncRAT_Sharp public static string CertificatePath = Application.StartupPath + "\\ServerCertificate.p12"; public static X509Certificate2 ServerCertificate; - public static readonly string Version = "AsyncRAT 0.4.9D"; + public static readonly string Version = "AsyncRAT 0.4.9C"; } } diff --git a/AsyncRAT-C#/Client/Settings.cs b/AsyncRAT-C#/Client/Settings.cs index e12d780..5b2ff84 100644 --- a/AsyncRAT-C#/Client/Settings.cs +++ b/AsyncRAT-C#/Client/Settings.cs @@ -12,7 +12,7 @@ namespace Client #if DEBUG public static string Ports = "6606"; public static string Hosts = "127.0.0.1"; - public static string Version = "AsyncRAT 0.4.9D"; + public static string Version = "AsyncRAT 0.4.9C"; public static string Install = "false"; public static string ClientFullPath = Path.Combine(Environment.ExpandEnvironmentVariables("%AppData%"), "Payload.exe"); public static string Key = "NYAN CAT"; @@ -28,7 +28,7 @@ namespace Client #else public static string Ports = "%Ports%"; public static string Hosts = "%Hosts%"; - public static string Version = "AsyncRAT 0.4.9D"; + public static string Version = "AsyncRAT 0.4.9C"; public static string Install = "%Install%"; public static string ClientFullPath = Path.Combine(Environment.ExpandEnvironmentVariables("%Folder%"), "%File%"); public static string Key = "%Key%";