Jump to content

[PAYLOAD] Simple RickRoll Prank


GlitchingGogo

Recommended Posts

My first payload, wanted to make something simple and cross-platform to try and learn the platform. Please give any feedback (I can't test on OSX myself) you may have to help me improve my payload writing!

Features I'm looking to add that I need help with in a future version:

- Loop so that the video opens multiple times before ending payload

- Ability to crank up device volume while executing payload

######## INITIALIZATION ########
LED SETUP
# Use RNDIS for Windows. Mac/*nix use ECM_ETHERNET
ATTACKMODE RNDIS_ETHERNET
#ATTACKMODE ECM_ETHERNET

######## ATTACK PHASE (WINDOWS RUN PROMPT) ########
# Use this version if user cannot use CMD (lacking perms or something similar)
LED ATTACK
# Open run prompt
Q GUI r
Q DELAY 200
# Open web browser
Q STRING microsoft-edge://
#Q STRING chrome
Q ENTER
Q DELAY 100
# Enter RickRoll link & enter it
Q STRING https://www.youtube.com/watch?v=dQw4w9WgXcQ
Q ENTER

######## ATTACK PHASE (WINDOWS CMD) ########
#LED ATTACK
# Open CMD
#Q GUI r
#Q DELAY 200
#Q STRING cmd
#Q DELAY 100
#Q ENTER
#Q DELAY 100
# Opens default web browser with video, cleans up cmd window
#Q STRING start https://www.youtube.com/watch?v=dQw4w9WgXcQ && exit
#Q ENTER

######## ATTACK PHASE OSX / *nix) ########
#LED ATTACK
#Q GUI SPACE
#Q DELAY 200
#Q STRING terminal
#Q DELAY 100
#Q ENTER
#Q DELAY 1000
#Q GUI n
#Q DELAY 1000
#Q STRING open https://www.youtube.com/watch?v=dQw4w9WgXcQ && exit

######## FINISH ########
LED FINISH

Github link:

https://github.com/GlitchingGogo/BashBunny-SimpleRickRoll

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...