jafahulo Posted April 2, 2017 Posted April 2, 2017 In the spirit of april fools, I ported the original UnifiedRickRoll to windows, so you can easily switch between apple and windows computers and still get the same effect. https://github.com/hak5/bashbunny-payloads/pull/139
Bryfi Posted April 2, 2017 Posted April 2, 2017 Looks like an amazing script! How is the time configuration setting used? 1051 doesn't really say anything in time for me.
jafahulo Posted April 2, 2017 Author Posted April 2, 2017 2 hours ago, Bryfi said: Looks like an amazing script! How is the time configuration setting used? 1051 doesn't really say anything in time for me. ahh yes, my bad. I'll update that. The format for the time goes like this: How many hours have passed since midnight + how many minutes have passed since that hour started. As an example: 1:39am would be 139, 1:39pm would be 1339 (it's in 24 hour format, not 12), 5:03pm would be 173, and 5:02am would be 52. This is kinda confusing at first, but if you tinker with it for a couple minutes, it's pretty easy to figure out. Additionally, you can run this in any powershell window, and it will set the current time in that format to $time: $time=(Get-Date).Hour.toString()+(Get-Date).Minute.toString() Let me know if you have anymore questions!
WatskeBart Posted April 10, 2017 Posted April 10, 2017 When you change your URL from: https://www.youtube.com/watch?v=dQw4w9WgXcQ to this: https://www.youtube.com/tv#/watch?v=dQw4w9WgXcQ note the addition of /tv#/ It will play in fullscreen
jafahulo Posted April 10, 2017 Author Posted April 10, 2017 5 minutes ago, WatskeBart said: When you change your URL from: https://www.youtube.com/watch?v=dQw4w9WgXcQ to this: https://www.youtube.com/tv#/watch?v=dQw4w9WgXcQ note the addition of /tv#/ It will play in fullscreen woah, dude, that's awesome! Thanks for sharing!
zarbam Posted April 11, 2017 Posted April 11, 2017 Is there a way to cancel this script from running before the time specified?
jafahulo Posted April 11, 2017 Author Posted April 11, 2017 1 hour ago, zarbam said: Is there a way to cancel this script from running before the time specified? Are you asking if there's a way to stop the prank from being pulled after you started it on a computer? If so, you can go to the task manager, and look for the power-shell processes towards the bottom of the list. It's hard to tell which power-shell process is the prank, but if you know that the victim doesn't use power-shell for anything, just kill them all the ones you see.
jafahulo Posted April 11, 2017 Author Posted April 11, 2017 10 minutes ago, zarbam said: Thanks a lot! any time!
MikeM Posted November 12, 2017 Posted November 12, 2017 Can you change the link to another video?? I tried and the red LED pops up.
jafahulo Posted November 12, 2017 Author Posted November 12, 2017 4 hours ago, MikeM said: Can you change the link to another video?? I tried and the red LED pops up. Yes, you can. Make sure you only change the url, and not the quotes or backslashes encasing it.
Finianb1 Posted May 10, 2018 Posted May 10, 2018 It doesn't seem to work for me. I'm trying to get it to run at 4:20 PM. Here is my code (converted to duckyscript): REM Rick Roll at specific time of day REM Set time according to: REM https://github.com/hak5/bashbunny-payloads/blob/master/payloads/library/prank/UnifiedRickRollWindows/README.md GUI r DELAY 200 STRING cmd -A '/t:fe /k mode con: lines=1 cols=15' DELAY 200 ENTER DELAY 500 STRING powershell -NoP -NonI -W Hidden -Exec Bypass \$hi=0\; \$ho=\(Get-Date\).Hour.toString\(\)\; while \(\$hi -eq \'0\'\) \{ if \(\$ho -eq 1620 \) \{\$vol=new-object -com wscript.shell\; For\(\$i=0\; \$i -le 50\; \$i\+\+\)\{\$vol.SendKeys\(\[char\]175\)\}\; start \"https://www.youtube.com/watch?v=dQw4w9WgXcQ\" \; \$hi=1\; \} \$ho=\(Get-Date\).Hour.toString\(\)\+\(Get-Date\).Minute.toString\(\)\;\} DELAY 500 ENTER GUI r DELAY 1000 STRING powershell -WindowStyle Hidden -Exec Bypass "Remove-ItemProperty -Path 'HKCU:\Software\Microsoft\Windows\CurrentVersion\Explorer\RunMRU' -Name '*' -ErrorAction SilentlyContinue" ENTER
jafahulo Posted May 16, 2018 Author Posted May 16, 2018 On 5/10/2018 at 3:29 PM, Finianb1 said: Nevermind I'm dumb I have to unescape it. Haha, I've done that too many times ?
The_Fox Posted March 20, 2019 Posted March 20, 2019 it doesnt work. it reaches the designated time, maxes my volume and then nothing else 😕
Shanegal Posted September 3, 2019 Posted September 3, 2019 On 3/20/2019 at 6:46 PM, The_Fox said: it doesnt work. it reaches the designated time, maxes my volume and then nothing else 😕 Yeah I had the exact same problem, has anyone actually had this script running?
Sene0 Posted September 5, 2019 Posted September 5, 2019 check your other question about that, maybe it helps
getfunky Posted August 25, 2022 Posted August 25, 2022 Having an issue with it. I set the time, saved, and ejected. Good so far. Switch 1, plug, solid green, flashes red, back to solid green. Hmmm, that doesn't seem right, I'll just wait until the set time. Set time comes and goes with nothing happening. Try again, and there is no power-shell process being created. So, anyone know what might be going wrong?
dark_pyrro Posted August 25, 2022 Posted August 25, 2022 Not a big fan of prank payloads, but... it works as intended for me when I let the Bunny execute it. Are you sure you set the time correctly? Are you using the correct keyboard language?
Recommended Posts
Archived
This topic is now archived and is closed to further replies.