nonamecoder / FlipperZeroHondaFirmware

Custom Firmware for the Flipper Zero, to add support for Honda key fobs (FCC ID: KR5V2X)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flipper Zero Custom Firmware

This firmware enables your Flipper Zero to be able to capture and replay RF signals for certain Honda vehicles. Please note that this will only work for remotes that operate at roughly 433MHz. This was built for the key fob with FCC ID : KR5V2X to demonstrate CVE-2022-27254


To view a demonstration of this, please watch "Security Like The '80s : How I Stole Your RF" @ CarHackingVillage DEFCON30 Talks!

Note: If you are at DEFCON and have any trouble with installing the firmware, please reach out to me, either in person at the Car Hacking Village or via Twitter @ayyappan162010!

This firmware was built and designed by SkorP, the Sub-GHz architect for Flipper Zero. Of course, this is for educational purposes ONLY!

How to Install

  1. Open QFlipper and flash .dfu file to Flipper Zero
  2. Place setting_user file under “\subghz\assets\”

OR Add the code below to settings_user

Flipper Zero custom preset modulation for Honda keyfobs with FCC ID KR5V2X
# Custom preset
Custom_preset_name: Honda1
Custom_preset_module: CC1101
#                                                          G2    G3    G4    D                 L0    L1    L2
Custom_preset_data: 02 0D 0B 06 08 32 07 04 14 00 13 02 12 04 11 36 10 69 15 32 18 18 19 16 1D 91 1C 00 1B 07 20 FB 22 10 21 56 00 00 C0 00 00 00 00 00 00 00

Custom_preset_name: Honda2
Custom_preset_module: CC1101
#                                                          G2    G3    G4    D                 L0    L1    L2
Custom_preset_data: 02 0D 0B 06 08 32 07 04 14 00 13 02 12 07 11 36 10 E9 15 32 18 18 19 16 1D 92 1C 40 1B 03 20 FB 22 10 21 56 00 00 C0 00 00 00 00 00 00 00

How to Use

  • SubGHz → Read RAW
  • Modulation: Honda1 -Frequency - 433.65(preferred) or 434.17

Note: Honda2 modulation is more sensitive, hence more noisy.

UPDATE: There is no need to flash the .dfu file as the updates have been pushed mainstream, modifying the settings_user file should do the trick!

Note: Mac adds a .crash file to the end, remove the extension when you put it on the flipper!(you can rename the file in the QFlipper app)

Flipper_Unlock_Car_Demo.mp4

About

Custom Firmware for the Flipper Zero, to add support for Honda key fobs (FCC ID: KR5V2X)

License:MIT License


Languages

Language:C 80.9%Language:Python 15.4%Language:C++ 1.8%Language:HTML 1.0%Language:PHP 0.3%Language:Assembly 0.2%Language:Makefile 0.1%Language:Perl 0.1%Language:CSS 0.0%Language:Shell 0.0%Language:JavaScript 0.0%Language:XSLT 0.0%Language:Batchfile 0.0%Language:Pawn 0.0%Language:Fortran 0.0%Language:PowerShell 0.0%Language:Java 0.0%Language:Dockerfile 0.0%Language:D 0.0%Language:Roff 0.0%Language:Yacc 0.0%Language:Ruby 0.0%Language:Lex 0.0%