Update README.md

This commit is contained in:
beigeworm
2023-08-23 16:57:32 +01:00
committed by GitHub
parent f02da19da2
commit 0727330951

View File

@@ -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. ⭐