From 072733095195bee66c78ea7fb694d6ef1f371c00 Mon Sep 17 00:00:00 2001 From: beigeworm <93350544+beigeworm@users.noreply.github.com> Date: Wed, 23 Aug 2023 16:57:32 +0100 Subject: [PATCH] Update README.md --- Fast-Execution-Scripts/README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Fast-Execution-Scripts/README.md b/Fast-Execution-Scripts/README.md index 8fd3600..c8fe150 100644 --- a/Fast-Execution-Scripts/README.md +++ b/Fast-Execution-Scripts/README.md @@ -32,12 +32,6 @@ eg. `replace DISCORD_WEBHOOK to your webhook.` etc.. **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 -$inMessage=Invoke-RestMethod -Method Get -Uri ($URL +'/getUpdates') -ErrorAction Stop -$inMessage.result.message | write-output -$inMessage.result.message | get-member` - # If you like my work please leave a star. ⭐