Updated Payload osx youtube blaster (markdown)

This commit is contained in:
CodeItNow 2013-09-15 14:06:20 -07:00
parent 78967b20be
commit f8d6676fe7
1 changed files with 16 additions and 16 deletions

View File

@ -1,16 +1,16 @@
REM Author: Cody Theodore
REM Title: OSX Youtube Blast
REM This payload will open terminal, crank up the Macs volume all the way, then open a youtube video of your choice by replacing the link. Remember to include the "watch_popup" part of the URL for full screen.
DELAY 1000
GUI SPACE
STRING terminal
DELAY 500
ENTER
DELAY 4000
STRING osascript -e 'set volume 7'
DELAY 500
ENTER
DELAY 500
STRING open http://www.youtube.com/watch_popup?v=dQw4w9WgXcQ
DELAY 500
ENTER
1. REM Author: Cody Theodore
1. REM Title: OSX Youtube Blast
1. REM This payload will open terminal, crank up the Macs volume all the way, then open a youtube video of your choice by replacing the link. Remember to include the "watch_popup" part of the URL for full screen.
1. DELAY 1000
1. GUI SPACE
1. STRING terminal
1. DELAY 500
1. ENTER
1. DELAY 4000
1. STRING osascript -e 'set volume 7'
1. DELAY 500
1. ENTER
1. DELAY 500
1. STRING open http://www.youtube.com/watch_popup?v=dQw4w9WgXcQ
1. DELAY 500
1. ENTER