Update
This commit is contained in:
parent
b2bca880c6
commit
836849d70f
@ -16,6 +16,6 @@ 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.9D";
|
public static readonly string Version = "AsyncRAT 0.4.9C";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -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 = "AsyncRAT 0.4.9D";
|
public static string Version = "AsyncRAT 0.4.9C";
|
||||||
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";
|
||||||
@ -28,7 +28,7 @@ namespace Client
|
|||||||
#else
|
#else
|
||||||
public static string Ports = "%Ports%";
|
public static string Ports = "%Ports%";
|
||||||
public static string Hosts = "%Hosts%";
|
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 Install = "%Install%";
|
||||||
public static string ClientFullPath = Path.Combine(Environment.ExpandEnvironmentVariables("%Folder%"), "%File%");
|
public static string ClientFullPath = Path.Combine(Environment.ExpandEnvironmentVariables("%Folder%"), "%File%");
|
||||||
public static string Key = "%Key%";
|
public static string Key = "%Key%";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user