Skip to content

Instantly share code, notes, and snippets.

@gmelodie
Created May 22, 2023 15:17
Show Gist options
  • Save gmelodie/afec81f6e3a1c90f1e01463e4c002cd0 to your computer and use it in GitHub Desktop.
Save gmelodie/afec81f6e3a1c90f1e01463e4c002cd0 to your computer and use it in GitHub Desktop.
Badusb scripts for linux
ID 1234:abcd Flipper Devices:Flipper Zero
REM run echo command
REM ---- open terminal (assuming shortcut is ctrl+alt+t)
DELAY 1000
HOLD CTRL
HOLD ALT
STRING t
RELEASE CTRL
RELEASE ALT
DELAY 1000
REM --- send echo command
STRING echo "hello world"
ENTER
DELAY 750
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment