diff --git a/AsyncRAT-C#/AsyncRAT-Sharp/Forms/Form1.Designer.cs b/AsyncRAT-C#/AsyncRAT-Sharp/Forms/Form1.Designer.cs
index dd3c5c3..c1383aa 100644
--- a/AsyncRAT-C#/AsyncRAT-Sharp/Forms/Form1.Designer.cs
+++ b/AsyncRAT-C#/AsyncRAT-Sharp/Forms/Form1.Designer.cs
@@ -52,8 +52,10 @@
this.sENDFILETOMEMORYToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.rEMOTEDESKTOPToolStripMenuItem = 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.fILEMANAGERToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
+ this.rEMOTESHELLToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.pASSWORDRECOVERYToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.pROCESSMANAGERToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.dISABLESToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
@@ -65,8 +67,6 @@
this.bUILDERToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
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.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
this.ping = new System.Windows.Forms.Timer(this.components);
@@ -302,6 +302,14 @@
this.kEYLOGGERToolStripMenuItem.Text = "KEYLOGGER";
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
//
this.toolStripMenuItem1.Image = global::AsyncRAT_Sharp.Properties.Resources.ddos;
@@ -318,6 +326,14 @@
this.fILEMANAGERToolStripMenuItem.Text = "FILE MANAGER";
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
//
this.pASSWORDRECOVERYToolStripMenuItem.Image = global::AsyncRAT_Sharp.Properties.Resources.key;
@@ -346,8 +362,8 @@
// wINDOWDSDEFENDERToolStripMenuItem
//
this.wINDOWDSDEFENDERToolStripMenuItem.Name = "wINDOWDSDEFENDERToolStripMenuItem";
- this.wINDOWDSDEFENDERToolStripMenuItem.Size = new System.Drawing.Size(289, 30);
- this.wINDOWDSDEFENDERToolStripMenuItem.Text = "WINDOWDS DEFENDER";
+ this.wINDOWDSDEFENDERToolStripMenuItem.Size = new System.Drawing.Size(276, 30);
+ this.wINDOWDSDEFENDERToolStripMenuItem.Text = "WINDOWS DEFENDER";
this.wINDOWDSDEFENDERToolStripMenuItem.Click += new System.EventHandler(this.WINDOWDSDEFENDERToolStripMenuItem_Click);
//
// bOTKILLERToolStripMenuItem
@@ -400,22 +416,6 @@
this.aBOUTToolStripMenuItem.Text = "ABOUT";
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
//
this.statusStrip1.ImageScalingSize = new System.Drawing.Size(24, 24);
diff --git a/AsyncRAT-C#/AsyncRAT-Sharp/Settings.cs b/AsyncRAT-C#/AsyncRAT-Sharp/Settings.cs
index fdc4603..66b76a1 100644
--- a/AsyncRAT-C#/AsyncRAT-Sharp/Settings.cs
+++ b/AsyncRAT-C#/AsyncRAT-Sharp/Settings.cs
@@ -17,6 +17,6 @@ namespace AsyncRAT_Sharp
public static string CertificatePath = Application.StartupPath + "\\ServerCertificate.p12";
public static X509Certificate2 ServerCertificate;
- public static readonly string Version = "AsyncRAT 0.4.8A";
+ public static readonly string Version = "AsyncRAT 0.4.8B";
}
}
diff --git a/AsyncRAT-C#/Client/Settings.cs b/AsyncRAT-C#/Client/Settings.cs
index 889e7e5..ff2d5f3 100644
--- a/AsyncRAT-C#/Client/Settings.cs
+++ b/AsyncRAT-C#/Client/Settings.cs
@@ -26,7 +26,7 @@ namespace Client
#else
public static string Ports = "%Ports%";
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 ClientFullPath = Path.Combine(Environment.ExpandEnvironmentVariables("%Folder%"), "%File%");
public static string Key = "%Key%";
diff --git a/README.md b/README.md
index 0ffe08f..4ee758a 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-
+
# AsyncRAT