Jump to content

TonyPartyNose

Members
  • Posts

    3
  • Joined

  • Last visited

Recent Profile Visitors

344 profile views

TonyPartyNose's Achievements

Newbie

Newbie (1/14)

  1. I've managed to solve this by adding a few delays, but the main fix was adding a space after setting the volume since in some languages or settings, the apostrof isn't automatically set, only when a character or space is followed by it. So here is my adaptation, probably smaller delays would still work: DELAY 1000 GUI SPACE DELAY 2000 STRING terminal DELAY 500 ENTER DELAY 1000 STRING osascript -e 'set volume 7' DELAY 500 SPACE DELAY 500 ENTER DELAY 500 STRING open DELAY 500 ENTER
  2. I've managed to solve this by adding a few delays, but the main fix was adding a space after setting the volume since in some languages or settings, the apostrof isn't automatically set, only when a character or space is followed by it. So here is my adaptation, probably smaller delays would still work: DELAY 1000 GUI SPACE DELAY 2000 STRING terminal DELAY 500 ENTER DELAY 1000 STRING osascript -e 'set volume 7' DELAY 500 SPACE DELAY 500 ENTER DELAY 500 STRING open DELAY 500 ENTER
  3. So I have tried the following: - online encoder - default duckyencode - duckyencoder from midnitesnake All with this payload to begin with: https://github.com/hak5darren/USB-Rubber-Ducky/wiki/Payload---osx-youtube-blaster Sometimes the spotlight is not opened correctly, but always ENTER presses are not set right. If it opens terminal, string for volume is put in, but no enter pressed. Then string open youtube is put in, and then ENTER is pressed but of course it can't open it since the command is wrong (two commands in one line). Who can help me get over this noobishness?
×
×
  • Create New...