Aprizm Posted November 18, 2012 Share Posted November 18, 2012 (edited) Here is my first little ducky program. You plug it it opens a youtube url and puts it in fullscreen. This could work awesomely on any kind of kiosk machine where you have a usb port available (physically). During my test sometimes it didnt work the first time I entered it on different machine, my guess is if you change the first delay youll have it working. It seems to be depending on how long the computer takes time to install the new device. anyways here it goes. REM Title: Youtube RollerREM Author: AprizmREM Description: This scripts opens a youtube video in fullscreen and puts the browser in fullscreenREM Option : if you change the link of the video dont forget to change the watch with watch_popup to have it fullscreen also add &loop=1 at the end to make it loop foreverDELAY 5000GUI rDELAY 50STRING http://www.youtube.com/watch_popup?v=qTkFw4q8CZw&loop=1ENTERDELAY 1000F11[/CODE]enjoy :)ps: the link used in the code is kind of a EPIC SAX player and it goes for like 1h .(loop code added to the url)Peace codaz Edited November 18, 2012 by Aprizm Quote Link to comment Share on other sites More sharing options...
PineDominator Posted November 18, 2012 Share Posted November 18, 2012 Here is my first little ducky program. You plug it it opens a youtube url and puts it in fullscreen. This could work awesomely on any kind of kiosk machine where you have a usb port available (physically). During my test sometimes it didnt work the first time I entered it on different machine, my guess is if you change the first delay youll have it working. It seems to be depending on how long the computer takes time to install the new device. anyways here it goes. REM Title: Youtube RollerREM Author: AprizmREM Description: This scripts opens a youtube video in fullscreen and puts the browser in fullscreenREM Option : if you change the link of the video dont forget to change the watch with watch_popup to have it fullscreen also add &loop=1 at the end to make it loop foreverDELAY 5000GUI rDELAY 50STRING http://www.youtube.com/watch_popup?v=qTkFw4q8CZw&loop=1ENTERDELAY 1000F11[/CODE]enjoy :)ps: the link used in the code is kind of a EPIC SAX player and it goes for like 1h .(loop code added to the url)Peace codazCheck my ugly rolled payload, it auto starts in full screenhttps://github.com/hak5darren/USB-Rubber-Ducky/wiki/Payload---ugly-rolled-prank Quote Link to comment Share on other sites More sharing options...
Aprizm Posted November 18, 2012 Author Share Posted November 18, 2012 lol pretty good :) ive figured this had been done before but I wanted to start contributing small but surely :))) my next is going to be feature some vbs action :D this is really fun Quote Link to comment Share on other sites More sharing options...
PineDominator Posted November 18, 2012 Share Posted November 18, 2012 lol pretty good :) ive figured this had been done before but I wanted to start contributing small but surely :))) my next is going to be feature some vbs action :D this is really fun Best computers to do this prank are the ones in stores;-) just make sure they have internet. Maahhhaa Quote Link to comment Share on other sites More sharing options...
betote Posted May 22, 2013 Share Posted May 22, 2013 just using your payload for test purposes :D, it works great but for some reason the http://www.iducke.com/Encoder/ doesnt recognize the F11 :( anyway its a great payload for noobs like me regards Quote Link to comment Share on other sites More sharing options...
overwraith Posted May 23, 2013 Share Posted May 23, 2013 (edited) You can also use the local DNS poisoning attack for lingering hilarity. You can set it to poison google, or something, and have the youtube target pop up every time the user types in the URL. https://github.com/hak5darren/USB-Rubber-Ducky/wiki/Payload---local-dns-poisoning Edited May 23, 2013 by overwraith Quote Link to comment Share on other sites More sharing options...
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.