Update version
This commit is contained in:
parent
66e0d01a44
commit
0060b92651
@ -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.9C";
|
||||
public static readonly string Version = "AsyncRAT 0.4.9D";
|
||||
}
|
||||
}
|
||||
|
@ -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.9C";
|
||||
public static string Version = "AsyncRAT 0.4.9D";
|
||||
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.9C";
|
||||
public static string Version = "AsyncRAT 0.4.9D";
|
||||
public static string Install = "%Install%";
|
||||
public static string ClientFullPath = Path.Combine(Environment.ExpandEnvironmentVariables("%Folder%"), "%File%");
|
||||
public static string Key = "%Key%";
|
||||
|
Loading…
x
Reference in New Issue
Block a user