mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2024-12-25 22:32:29 +03:00
5f48968a05
* Create Install_qFlipper_macOS.txt * BadUSB: qFlipper mac install routine improvements Co-authored-by: あく <alleteam@gmail.com>
17 lines
848 B
Plaintext
17 lines
848 B
Plaintext
ID 05ac:021e Apple:Keyboard
|
|
REM Keep these 3 lines IF (and only if) it's the first time you are performing a badKB attack against a specific macOS target.
|
|
REM In fact, it helps Flipper Zero bypass the macOS keyboard setup assistant. Otherwise the attack will not start.
|
|
REM Author: 47LeCoste
|
|
REM Version 1.0 (Flipper Ducky)
|
|
REM Target: macOS
|
|
DELAY 3000
|
|
F4
|
|
DELAY 2500
|
|
STRING Terminal
|
|
DELAY 2500
|
|
ENTER
|
|
DELAY 1500
|
|
STRING (cd /tmp && curl -L -o qFlipper.dmg https://update.flipperzero.one/qFlipper/release/macos-amd64/dmg && hdiutil attach qFlipper.dmg && app_volume=$(ls /Volumes | grep -i "qFlipper") && (test -e /Applications/qFlipper.app && rm -rf /Applications/qFlipper.app ); cp -R "/Volumes/$app_volume/qFlipper.app" /Applications/ && hdiutil detach "/Volumes/$app_volume" && rm qFlipper.dmg && open /Applications/qFlipper.app)
|
|
DELAY 1000
|
|
ENTER
|