flipperzero-firmware icon indicating copy to clipboard operation
flipperzero-firmware copied to clipboard

BadUSB Example on Apple fails

Open jeroenh opened this issue 2 years ago • 3 comments

Describe the bug The example badusb script for apple devices should use spotlight to open a terminal. The enter key is not sent correctly, so all the input is entered into the spotlight search window instead of a terminal window

To Reproduce Steps to reproduce the behavior:

  1. Switch on...
  2. connect flipper to a usb-port on a Mac
  3. Run the BadUSB example script

Expected behavior Terminal opens, and some nice graphics and text are entered to see what can be done with badUSB scripts

But the return is not sent correctly after 'cmd-space terminal', causing all text to be entered into the spotlight search bar.

jeroenh avatar Jul 23 '22 16:07 jeroenh

Relying on cmd+space is also messy because it may be configured to use ctrl+space in Keyboard shortcuts

SebCorbin avatar Jul 26 '22 14:07 SebCorbin

Isn't there any way to start the terminal without relying on spotlight?

nohehf avatar Jul 26 '22 18:07 nohehf

A solution to this would be to hit both cmd+space and ctrl+space as they do not interfere once spolight is open (from either shortcut)

SebCorbin avatar Jul 28 '22 12:07 SebCorbin

latest version of the firmware 0.63.3 is able to launch terminal properly and start cat and pushing text.

jeroenh avatar Aug 09 '22 09:08 jeroenh