Update
Fixed builder form Fixed spelling mistake 'windows defender'
This commit is contained in:
parent
5bbfe2723a
commit
4dbfb313f7
40
AsyncRAT-C#/AsyncRAT-Sharp/Forms/Form1.Designer.cs
generated
40
AsyncRAT-C#/AsyncRAT-Sharp/Forms/Form1.Designer.cs
generated
@ -52,8 +52,10 @@
|
|||||||
this.sENDFILETOMEMORYToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
this.sENDFILETOMEMORYToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||||
this.rEMOTEDESKTOPToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
this.rEMOTEDESKTOPToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||||
this.kEYLOGGERToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
this.kEYLOGGERToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||||
|
this.cHATToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||||
this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
|
this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
|
||||||
this.fILEMANAGERToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
this.fILEMANAGERToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||||
|
this.rEMOTESHELLToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||||
this.pASSWORDRECOVERYToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
this.pASSWORDRECOVERYToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||||
this.pROCESSMANAGERToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
this.pROCESSMANAGERToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||||
this.dISABLESToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
this.dISABLESToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||||
@ -65,8 +67,6 @@
|
|||||||
this.bUILDERToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
this.bUILDERToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||||
this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
|
this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
|
||||||
this.aBOUTToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
this.aBOUTToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||||
this.rEMOTESHELLToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
||||||
this.cHATToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
||||||
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
|
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
|
||||||
this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
|
this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
|
||||||
this.ping = new System.Windows.Forms.Timer(this.components);
|
this.ping = new System.Windows.Forms.Timer(this.components);
|
||||||
@ -302,6 +302,14 @@
|
|||||||
this.kEYLOGGERToolStripMenuItem.Text = "KEYLOGGER";
|
this.kEYLOGGERToolStripMenuItem.Text = "KEYLOGGER";
|
||||||
this.kEYLOGGERToolStripMenuItem.Click += new System.EventHandler(this.KEYLOGGERToolStripMenuItem_Click);
|
this.kEYLOGGERToolStripMenuItem.Click += new System.EventHandler(this.KEYLOGGERToolStripMenuItem_Click);
|
||||||
//
|
//
|
||||||
|
// cHATToolStripMenuItem
|
||||||
|
//
|
||||||
|
this.cHATToolStripMenuItem.Image = global::AsyncRAT_Sharp.Properties.Resources.chat;
|
||||||
|
this.cHATToolStripMenuItem.Name = "cHATToolStripMenuItem";
|
||||||
|
this.cHATToolStripMenuItem.Size = new System.Drawing.Size(278, 30);
|
||||||
|
this.cHATToolStripMenuItem.Text = "CHAT";
|
||||||
|
this.cHATToolStripMenuItem.Click += new System.EventHandler(this.CHATToolStripMenuItem_Click);
|
||||||
|
//
|
||||||
// toolStripMenuItem1
|
// toolStripMenuItem1
|
||||||
//
|
//
|
||||||
this.toolStripMenuItem1.Image = global::AsyncRAT_Sharp.Properties.Resources.ddos;
|
this.toolStripMenuItem1.Image = global::AsyncRAT_Sharp.Properties.Resources.ddos;
|
||||||
@ -318,6 +326,14 @@
|
|||||||
this.fILEMANAGERToolStripMenuItem.Text = "FILE MANAGER";
|
this.fILEMANAGERToolStripMenuItem.Text = "FILE MANAGER";
|
||||||
this.fILEMANAGERToolStripMenuItem.Click += new System.EventHandler(this.fILEMANAGERToolStripMenuItem_Click);
|
this.fILEMANAGERToolStripMenuItem.Click += new System.EventHandler(this.fILEMANAGERToolStripMenuItem_Click);
|
||||||
//
|
//
|
||||||
|
// rEMOTESHELLToolStripMenuItem
|
||||||
|
//
|
||||||
|
this.rEMOTESHELLToolStripMenuItem.Image = global::AsyncRAT_Sharp.Properties.Resources.shell;
|
||||||
|
this.rEMOTESHELLToolStripMenuItem.Name = "rEMOTESHELLToolStripMenuItem";
|
||||||
|
this.rEMOTESHELLToolStripMenuItem.Size = new System.Drawing.Size(278, 30);
|
||||||
|
this.rEMOTESHELLToolStripMenuItem.Text = "REMOTE SHELL";
|
||||||
|
this.rEMOTESHELLToolStripMenuItem.Click += new System.EventHandler(this.REMOTESHELLToolStripMenuItem_Click);
|
||||||
|
//
|
||||||
// pASSWORDRECOVERYToolStripMenuItem
|
// pASSWORDRECOVERYToolStripMenuItem
|
||||||
//
|
//
|
||||||
this.pASSWORDRECOVERYToolStripMenuItem.Image = global::AsyncRAT_Sharp.Properties.Resources.key;
|
this.pASSWORDRECOVERYToolStripMenuItem.Image = global::AsyncRAT_Sharp.Properties.Resources.key;
|
||||||
@ -346,8 +362,8 @@
|
|||||||
// wINDOWDSDEFENDERToolStripMenuItem
|
// wINDOWDSDEFENDERToolStripMenuItem
|
||||||
//
|
//
|
||||||
this.wINDOWDSDEFENDERToolStripMenuItem.Name = "wINDOWDSDEFENDERToolStripMenuItem";
|
this.wINDOWDSDEFENDERToolStripMenuItem.Name = "wINDOWDSDEFENDERToolStripMenuItem";
|
||||||
this.wINDOWDSDEFENDERToolStripMenuItem.Size = new System.Drawing.Size(289, 30);
|
this.wINDOWDSDEFENDERToolStripMenuItem.Size = new System.Drawing.Size(276, 30);
|
||||||
this.wINDOWDSDEFENDERToolStripMenuItem.Text = "WINDOWDS DEFENDER";
|
this.wINDOWDSDEFENDERToolStripMenuItem.Text = "WINDOWS DEFENDER";
|
||||||
this.wINDOWDSDEFENDERToolStripMenuItem.Click += new System.EventHandler(this.WINDOWDSDEFENDERToolStripMenuItem_Click);
|
this.wINDOWDSDEFENDERToolStripMenuItem.Click += new System.EventHandler(this.WINDOWDSDEFENDERToolStripMenuItem_Click);
|
||||||
//
|
//
|
||||||
// bOTKILLERToolStripMenuItem
|
// bOTKILLERToolStripMenuItem
|
||||||
@ -400,22 +416,6 @@
|
|||||||
this.aBOUTToolStripMenuItem.Text = "ABOUT";
|
this.aBOUTToolStripMenuItem.Text = "ABOUT";
|
||||||
this.aBOUTToolStripMenuItem.Click += new System.EventHandler(this.ABOUTToolStripMenuItem_Click);
|
this.aBOUTToolStripMenuItem.Click += new System.EventHandler(this.ABOUTToolStripMenuItem_Click);
|
||||||
//
|
//
|
||||||
// rEMOTESHELLToolStripMenuItem
|
|
||||||
//
|
|
||||||
this.rEMOTESHELLToolStripMenuItem.Image = global::AsyncRAT_Sharp.Properties.Resources.shell;
|
|
||||||
this.rEMOTESHELLToolStripMenuItem.Name = "rEMOTESHELLToolStripMenuItem";
|
|
||||||
this.rEMOTESHELLToolStripMenuItem.Size = new System.Drawing.Size(278, 30);
|
|
||||||
this.rEMOTESHELLToolStripMenuItem.Text = "REMOTE SHELL";
|
|
||||||
this.rEMOTESHELLToolStripMenuItem.Click += new System.EventHandler(this.REMOTESHELLToolStripMenuItem_Click);
|
|
||||||
//
|
|
||||||
// cHATToolStripMenuItem
|
|
||||||
//
|
|
||||||
this.cHATToolStripMenuItem.Image = global::AsyncRAT_Sharp.Properties.Resources.chat;
|
|
||||||
this.cHATToolStripMenuItem.Name = "cHATToolStripMenuItem";
|
|
||||||
this.cHATToolStripMenuItem.Size = new System.Drawing.Size(278, 30);
|
|
||||||
this.cHATToolStripMenuItem.Text = "CHAT";
|
|
||||||
this.cHATToolStripMenuItem.Click += new System.EventHandler(this.CHATToolStripMenuItem_Click);
|
|
||||||
//
|
|
||||||
// statusStrip1
|
// statusStrip1
|
||||||
//
|
//
|
||||||
this.statusStrip1.ImageScalingSize = new System.Drawing.Size(24, 24);
|
this.statusStrip1.ImageScalingSize = new System.Drawing.Size(24, 24);
|
||||||
|
@ -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.8A";
|
public static readonly string Version = "AsyncRAT 0.4.8B";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -26,7 +26,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.9A";
|
public static string Version = "AsyncRAT 0.4.9B";
|
||||||
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