In this video, we look at the badusb feature of the Flipper Zero. We use it to emulate a keyboard. Our keyboard types some text then presses BACKSPACE and DELETE. At the end of the script it also successfully does a "CTRL-ALT DELETE" signal.
When then run the exact same script using a different firmware. It turns out DELETE and BACKSPACE commands had bugs, that were initially fixed in some firmware implementations in late December 2022. These same fixes have made their way into other firmware implementations, but not all of them. When making badusb scripts that use DELETE or BACKSPACE, make sure you are running on a firmware with the fix (or you might be troubleshooting for hours, like I was.)
To check if your firmware has the fix:
open the "bad_usb_script.c" file in your firmware
search for the text "DELETE" (with double quotes, typically around line 80.)
if it says "HID_KEYBOARD_DELETE_FORWARD" you have the fix.
if it says "HID_KEYBOARD_DELETE" the firmware does not have the fix yet.
My tutorials are at
https://github.com/jamisonderek/flipp...
Смотрите видео [20] Flipper Zero - BADUSB (fixing CTRL-ALT DELETE) онлайн, длительностью часов минут секунд в хорошем качестве, которое загружено на канал Derek Jamison 15 Февраль 2023. Делитесь ссылкой на видео в социальных сетях, чтобы ваши подписчики и друзья так же посмотрели это видео. Данный видеоклип посмотрели 2,602 раз и оно понравилось 31 посетителям.