mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-10 06:54:19 +00:00
BadUSB: qFlipper install script for MacOS (#2915)
* Create Install_qFlipper_macOS.txt * BadUSB: qFlipper mac install routine improvements Co-authored-by: あく <alleteam@gmail.com>
This commit is contained in:
parent
a39ef50fdb
commit
1078625775
1 changed files with 16 additions and 0 deletions
16
assets/resources/badusb/Install_qFlipper_macOS.txt
Normal file
16
assets/resources/badusb/Install_qFlipper_macOS.txt
Normal file
|
@ -0,0 +1,16 @@
|
|||
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
|
Loading…
Reference in a new issue