unleashed-firmware/applications/flipfrid
2022-09-05 14:05:43 +03:00
..
scene some fixes for rfid fuzzer 2022-09-05 14:05:43 +03:00
application.fam formatted, attempt to fix rfid fuzzer crash 2022-09-03 23:10:07 +03:00
flipfrid.c some fixes for rfid fuzzer 2022-09-05 14:05:43 +03:00
flipfrid.h some fixes for rfid fuzzer 2022-09-05 14:05:43 +03:00
LICENSE.md Add flipfrid application 2022-08-24 18:14:03 +02:00
README.md Fi memory issues ad add new attack 2022-09-04 23:32:58 +02:00

Flipfrid

Basic EM4100 Fuzzer

Why

Flipfrid is a simple Rfid fuzzer using EM4100 protocol (125khz). Objective is to provide a simple to use fuzzer to test readers by emulating various cards.

EM4100 cards use a 1 byte customer id and 4 bytes card id.

How

There is 4 modes :

  • Default key loop over 16 factory/default keys and emulate each one after one ;
  • BF customer id. just an iteration from 0X00 to 0XFF on the first byte ;
  • Load Dump file : Load an existing EM4100 dump generated by Flipperzero, select an index and bruteforce from 0X00 to 0XFF;
  • Uids list: loop over a text file (one uid per line)

TODO :

  • blank screen on back press