Add files via upload
This commit is contained in:
parent
1846a77b5a
commit
170cb44559
147
AsyncRAT-C#/AsyncRAT-Sharp/Forms/FormShell.Designer.cs
generated
147
AsyncRAT-C#/AsyncRAT-Sharp/Forms/FormShell.Designer.cs
generated
@ -28,67 +28,100 @@
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
private void InitializeComponent()
|
private void InitializeComponent()
|
||||||
{
|
{
|
||||||
this.components = new System.ComponentModel.Container();
|
this.components = new System.ComponentModel.Container();
|
||||||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormShell));
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormShell));
|
||||||
this.richTextBox1 = new System.Windows.Forms.RichTextBox();
|
this.richTextBox1 = new System.Windows.Forms.RichTextBox();
|
||||||
this.textBox1 = new System.Windows.Forms.TextBox();
|
this.textBox1 = new System.Windows.Forms.TextBox();
|
||||||
this.timer1 = new System.Windows.Forms.Timer(this.components);
|
this.timer1 = new System.Windows.Forms.Timer(this.components);
|
||||||
this.SuspendLayout();
|
this.panel1 = new System.Windows.Forms.Panel();
|
||||||
//
|
this.label1 = new System.Windows.Forms.Label();
|
||||||
// richTextBox1
|
this.panel1.SuspendLayout();
|
||||||
//
|
this.SuspendLayout();
|
||||||
this.richTextBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
//
|
||||||
| System.Windows.Forms.AnchorStyles.Left)
|
// richTextBox1
|
||||||
| System.Windows.Forms.AnchorStyles.Right)));
|
//
|
||||||
this.richTextBox1.BackColor = System.Drawing.SystemColors.ControlText;
|
this.richTextBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
||||||
this.richTextBox1.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
| System.Windows.Forms.AnchorStyles.Left)
|
||||||
this.richTextBox1.Font = new System.Drawing.Font("Consolas", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
| System.Windows.Forms.AnchorStyles.Right)));
|
||||||
this.richTextBox1.ForeColor = System.Drawing.Color.White;
|
this.richTextBox1.BackColor = System.Drawing.Color.White;
|
||||||
this.richTextBox1.Location = new System.Drawing.Point(0, 0);
|
this.richTextBox1.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.richTextBox1.Name = "richTextBox1";
|
this.richTextBox1.Font = new System.Drawing.Font("Consolas", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||||
this.richTextBox1.ReadOnly = true;
|
this.richTextBox1.ForeColor = System.Drawing.SystemColors.ControlText;
|
||||||
this.richTextBox1.Size = new System.Drawing.Size(800, 398);
|
this.richTextBox1.Location = new System.Drawing.Point(0, 0);
|
||||||
this.richTextBox1.TabIndex = 0;
|
this.richTextBox1.Margin = new System.Windows.Forms.Padding(2);
|
||||||
this.richTextBox1.Text = "";
|
this.richTextBox1.Name = "richTextBox1";
|
||||||
//
|
this.richTextBox1.ReadOnly = true;
|
||||||
// textBox1
|
this.richTextBox1.Size = new System.Drawing.Size(533, 268);
|
||||||
//
|
this.richTextBox1.TabIndex = 0;
|
||||||
this.textBox1.BackColor = System.Drawing.SystemColors.ControlText;
|
this.richTextBox1.Text = "";
|
||||||
this.textBox1.Dock = System.Windows.Forms.DockStyle.Bottom;
|
//
|
||||||
this.textBox1.Font = new System.Drawing.Font("Consolas", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
// textBox1
|
||||||
this.textBox1.ForeColor = System.Drawing.Color.White;
|
//
|
||||||
this.textBox1.Location = new System.Drawing.Point(0, 424);
|
this.textBox1.BackColor = System.Drawing.SystemColors.Window;
|
||||||
this.textBox1.Name = "textBox1";
|
this.textBox1.Dock = System.Windows.Forms.DockStyle.Bottom;
|
||||||
this.textBox1.Size = new System.Drawing.Size(800, 26);
|
this.textBox1.Font = new System.Drawing.Font("Consolas", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||||
this.textBox1.TabIndex = 1;
|
this.textBox1.ForeColor = System.Drawing.SystemColors.ControlText;
|
||||||
this.textBox1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.TextBox1_KeyDown);
|
this.textBox1.Location = new System.Drawing.Point(69, 272);
|
||||||
//
|
this.textBox1.Margin = new System.Windows.Forms.Padding(2);
|
||||||
// timer1
|
this.textBox1.Name = "textBox1";
|
||||||
//
|
this.textBox1.Size = new System.Drawing.Size(464, 20);
|
||||||
this.timer1.Enabled = true;
|
this.textBox1.TabIndex = 1;
|
||||||
this.timer1.Interval = 1000;
|
this.textBox1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.TextBox1_KeyDown);
|
||||||
this.timer1.Tick += new System.EventHandler(this.Timer1_Tick);
|
//
|
||||||
//
|
// timer1
|
||||||
// FormShell
|
//
|
||||||
//
|
this.timer1.Enabled = true;
|
||||||
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
|
this.timer1.Interval = 1000;
|
||||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.timer1.Tick += new System.EventHandler(this.Timer1_Tick);
|
||||||
this.BackColor = System.Drawing.SystemColors.ControlText;
|
//
|
||||||
this.ClientSize = new System.Drawing.Size(800, 450);
|
// panel1
|
||||||
this.Controls.Add(this.textBox1);
|
//
|
||||||
this.Controls.Add(this.richTextBox1);
|
this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
||||||
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
this.panel1.Controls.Add(this.label1);
|
||||||
this.Name = "FormShell";
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Left;
|
||||||
this.Text = "FormShell";
|
this.panel1.Location = new System.Drawing.Point(0, 0);
|
||||||
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.FormShell_FormClosed);
|
this.panel1.Name = "panel1";
|
||||||
this.ResumeLayout(false);
|
this.panel1.Size = new System.Drawing.Size(69, 292);
|
||||||
this.PerformLayout();
|
this.panel1.TabIndex = 2;
|
||||||
|
//
|
||||||
|
// label1
|
||||||
|
//
|
||||||
|
this.label1.AutoSize = true;
|
||||||
|
this.label1.ForeColor = System.Drawing.SystemColors.ActiveCaption;
|
||||||
|
this.label1.Location = new System.Drawing.Point(6, 274);
|
||||||
|
this.label1.Name = "label1";
|
||||||
|
this.label1.Size = new System.Drawing.Size(60, 13);
|
||||||
|
this.label1.TabIndex = 0;
|
||||||
|
this.label1.Text = "Command :";
|
||||||
|
this.label1.Click += new System.EventHandler(this.Label1_Click);
|
||||||
|
//
|
||||||
|
// FormShell
|
||||||
|
//
|
||||||
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||||||
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||||
|
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
||||||
|
this.ClientSize = new System.Drawing.Size(533, 292);
|
||||||
|
this.Controls.Add(this.richTextBox1);
|
||||||
|
this.Controls.Add(this.textBox1);
|
||||||
|
this.Controls.Add(this.panel1);
|
||||||
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
||||||
|
this.Margin = new System.Windows.Forms.Padding(2);
|
||||||
|
this.Name = "FormShell";
|
||||||
|
this.Text = "Remote Shell";
|
||||||
|
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.FormShell_FormClosed);
|
||||||
|
this.Load += new System.EventHandler(this.FormShell_Load);
|
||||||
|
this.panel1.ResumeLayout(false);
|
||||||
|
this.panel1.PerformLayout();
|
||||||
|
this.ResumeLayout(false);
|
||||||
|
this.PerformLayout();
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#endregion
|
#endregion
|
||||||
private System.Windows.Forms.TextBox textBox1;
|
private System.Windows.Forms.TextBox textBox1;
|
||||||
public System.Windows.Forms.RichTextBox richTextBox1;
|
public System.Windows.Forms.RichTextBox richTextBox1;
|
||||||
private System.Windows.Forms.Timer timer1;
|
private System.Windows.Forms.Timer timer1;
|
||||||
|
private System.Windows.Forms.Panel panel1;
|
||||||
|
private System.Windows.Forms.Label label1;
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -4,6 +4,7 @@ using System;
|
|||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.ComponentModel;
|
using System.ComponentModel;
|
||||||
using System.Data;
|
using System.Data;
|
||||||
|
using System.Diagnostics;
|
||||||
using System.Drawing;
|
using System.Drawing;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
using System.Text;
|
using System.Text;
|
||||||
@ -56,6 +57,16 @@ namespace AsyncRAT_Sharp.Forms
|
|||||||
private void Timer1_Tick(object sender, EventArgs e)
|
private void Timer1_Tick(object sender, EventArgs e)
|
||||||
{
|
{
|
||||||
if (!C.ClientSocket.Connected) this.Close();
|
if (!C.ClientSocket.Connected) this.Close();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
private void FormShell_Load(object sender, EventArgs e)
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
private void Label1_Click(object sender, EventArgs e)
|
||||||
|
{
|
||||||
|
Process.Start("https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/windows-commands");
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user