V3sth4cks153 Posted June 24, 2015 Posted June 24, 2015 (edited) Hello everyone ! I just got my ducky and just created my first payload. It's a covert youtube blaster based on Cody Theodore’s OSX Youtube Blast from the payload wiki, but with a few improvements such as hiding the Safari window and quitting the Terminal app for cleanup. I've only tested this payload on Mac OSX 10.10 Yosemite computers, but it should work on lower versions. Here is the code: REM Author: V3sth4cks153 REM Title: OS X Covert Youtube Blaster REM This payload is based on Cody Theodore’s OSX Youtube Blast from the payload wiki, but I made a few improvements such as hiding the Safari window and quitting the Terminal app for cleanup REM ---------------Open Terminal via Spotlight--------------- DELAY 3000 GUI SPACE DELAY 500 STRING Terminal DELAY 750 ENTER DELAY 1000 REM ---------------Set the volume to maximum--------------- STRING osascript -e 'set volume 10' DELAY 200 ENTER DELAY 200 REM ---------------Open youtube link in the default web browser--------------- STRING open DELAY 500 ENTER DELAY 750 REM ---------------Hide the Safari window--------------- GUI h DELAY 750 REM ---------------Quit the Terminal--------------- GUI q Please let me know if this payload works for you, and if you spot any errors that could be corrected or improvements that could be made ! V3sth4cks153. Edited June 24, 2015 by V3sth4cks153 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.