Change version
This commit is contained in:
parent
8c59cc05d4
commit
333f1865b8
@ -16,6 +16,9 @@ namespace AsyncRAT_Sharp
|
|||||||
|
|
||||||
public static string CertificatePath = Application.StartupPath + "\\ServerCertificate.p12";
|
public static string CertificatePath = Application.StartupPath + "\\ServerCertificate.p12";
|
||||||
public static X509Certificate2 ServerCertificate;
|
public static X509Certificate2 ServerCertificate;
|
||||||
public static readonly string Version = "AsyncRAT 0.4.9E";
|
public static readonly string Version = "AsyncRAT 0.4.9F";
|
||||||
|
public static object Listview1Lock = new object();
|
||||||
|
public static object Listview2Lock = new object();
|
||||||
|
public static object Listview3Lock = new object();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -12,7 +12,7 @@ namespace Client
|
|||||||
#if DEBUG
|
#if DEBUG
|
||||||
public static string Ports = "6606";
|
public static string Ports = "6606";
|
||||||
public static string Hosts = "127.0.0.1";
|
public static string Hosts = "127.0.0.1";
|
||||||
public static string Version = "0.4.9E";
|
public static string Version = "0.4.9F";
|
||||||
public static string Install = "false";
|
public static string Install = "false";
|
||||||
public static string ClientFullPath = Path.Combine(Environment.ExpandEnvironmentVariables("%AppData%"), "Payload.exe");
|
public static string ClientFullPath = Path.Combine(Environment.ExpandEnvironmentVariables("%AppData%"), "Payload.exe");
|
||||||
public static string Key = "NYAN CAT";
|
public static string Key = "NYAN CAT";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user