Skip to content

Commit

Permalink
Add mac osx rickroll
Browse files Browse the repository at this point in the history
Create mac osx directory and add rickroll
  • Loading branch information
dunderhay committed Sep 11, 2019
1 parent 93805ac commit 9f1a1c5
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
24 changes: 24 additions & 0 deletions Payloads/mac-osx/rickroll/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# RickRoll prank for WHID Injector

* Author: Phish
* Version: Version 0.1
* Target: Mac-OSX

# Description

A simple rickroll script to prank the victim. Opens the terminal app and issues a command to open Rick Astley in a browser.

# Notes

## `nohup`

Runs a command with hangup signals (SIGHUP) ignored, so that the command can continue running in the background after you log out. _Note:_ `nohup` does not automatically background the command, so you need to end the command with an `&` to run it in the background.

## Keys Used

The following keys presses are emulated:

| Key | In English | What it does |
| --- | ------------ | ---------- |
| 131+32 | Command (⌘) + Spacebar | Opens spotlight |
| 176 | Enter | Press enter |
8 changes: 8 additions & 0 deletions Payloads/mac-osx/rickroll/payload.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Press:131+32
Print:terminal
Press:176
CustomDelay:100
Print:osascript -e "set Volume 10"
Press:176
Print:nohup open 'https://www.youtube.com/watch?v=dQw4w9WgXcQ' &>/dev/null & ; exit
Press:176

0 comments on commit 9f1a1c5

Please sign in to comment.