From b99693aace859843e47328b683b949d32aad2511 Mon Sep 17 00:00:00 2001 From: beigeworm <93350544+beigeworm@users.noreply.github.com> Date: Wed, 23 Aug 2023 16:58:38 +0100 Subject: [PATCH] Update README.md --- README.md | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index eac0969..5ee4f99 100644 --- a/README.md +++ b/README.md @@ -21,19 +21,8 @@ Make sure to read through all the scripts and follow any setup instructions. 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) - -`$token='YOUR_TOKEN' #Replace this with your bot Token -$URL='https://api.telegram.org/bot{0}' -f $Token -$inMessage=Invoke-RestMethod -Method Get -Uri ($URL +'/getUpdates') -ErrorAction Stop -$inMessage.result.message | write-output -$inMessage.result.message | get-member` - - +**TELEGRAM C2 CLIENT** +1. visit https://github.com/beigeworm/Powershell-Tools-and-Toys/tree/main/Command-and-Control for more info # If you like my work please leave a star. ⭐