GlitchingGogo Posted January 13, 2021 Share Posted January 13, 2021 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 Quote Link to comment Share on other sites More sharing options...
GlitchingGogo Posted January 13, 2021 Author Share Posted January 13, 2021 Update: I forgot about the 0xF000/0xFF02 at the end of the ethernet attackmode command 😛 1 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.