mirror of https://github.com/hak5/omg-payloads.git
bba4f6aa1c | ||
---|---|---|
.. | ||
Play-WAV-Execute | ||
Play-WAV.ps1 | ||
README.md |
README.md
Table of Contents
Play-WAV
A script used to download a WAV file and play it after a mouse movement is detected
Description
This program starts off by using an Invoke-WebRequest to download a WAV file The system volume is then turned up to the max level Then the script will be paused until a mouse movement is detected After one is the WAV file will be played
Getting Started
Dependencies
- DropBox - Your Shared link for the intended file
- Windows 10,11
Executing program
- Plug in your device
- Invoke-WebRequest will be entered in the Run Box to download your WAV file
powershell -w h -NoP -NonI -Exec Bypass iwr https:// < Your Shared link for the intended file> ?dl=1 -O $env:TMP\e.wav
Contributing
All contributors names will be listed here
I am Jakoby
Version History
- 0.1
- Initial Release
Contact
I am Jakoby
Project Link: [https://github.com/I-Am-Jakoby/hak5-submissions/tree/main/OMG/Payloads/OMG-Play-WAV)