Update
Fix remote desktop
This commit is contained in:
parent
75dcb74c66
commit
808d4e2dfc
@ -17,6 +17,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.8";
|
public static readonly string Version = "AsyncRAT 0.4.8B";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -25,7 +25,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.8";
|
public static string Version = "AsyncRAT 0.4.8B";
|
||||||
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