Giter Site home page Giter Site logo

fzrfidfuzzerlistgen's Introduction

FZRFIDFuzzerListGen

Simple RFID Fuzzer List Generator for Flipper Zero

How to use

  1. Simply run python FuzzerListGen.py.
  2. You enter all but the last octet of a known RFID card then either pick a range of hex values to use for the last octet or just let it do all possible hex values for the last octet.
  3. Throw the generated list into your Flipper Zero's RFID Fuzzer Folder.

Why?

I keep seeing skids on Discord asking for fuzzer lists to try to brute-force their way past the reader not understanding the point of it at all.
It does actually have use in a Red Team Engagement.

Need a better explanation?

Trying the default codes in the Flipper Zero RFID Fuzzer app generally won't work as the default codes are typically removed by the time the reader is installed.
Without a known card value it's basically useless trying to use the RFID Fuzzer app outside of testing default codes and lockouts.
With all possible values, you'll spend an extremely long time standing at the reader and most likely won't get anywhere before you set off tamper detection or someone sees you holding your Flipper to it.
To stress that point, let's use H10301 as an example because it's only 26-bit. The preamble (which tells the reader the type), then 3 octets of 8-bit values (0 - 255) so 256 possible values per octet.
So 256^3=16,777,216
Lets assume you're running 1 per second, that's 4,660.3377777778 hours to exhaust or 194.1807407407 days or approximately 6.472691358 months.

Why this script then?

Instead of all that, you can use a known card, omit the last octet, and instead generate a list of hex values for the last octet for different card numbers.
Since it's only 26-bit, I'll use H10301 again as an example.
As already stated, it's the preamble, then three 8-bit octets.
So it could be something like 24:45:2A for example.
24 being the Facility code which is 36 in decimal, and 45:2A being the card number, which in this case would be 17706 in decimal.
So, with this in mind, lets say the tag doesn't work, but you want to try some card numbers before it. Lets say, 20 of them, since it's hex, you'd put 15 as the last octet and have it end at 29 so you'd be trying card numbers 17685 through 17705.

Disclaimer

I am absolutely not responsible if you get in trouble for tampering with a reader. (Yes, fuzzing is tampering).

fzrfidfuzzerlistgen's People

Contributors

skeletonman03 avatar

Stargazers

 avatar  avatar R_u_B_i_X avatar  avatar  avatar  avatar  avatar  avatar  avatar Dominick Smith avatar  avatar  avatar  avatar  avatar  avatar sommermorgentraum avatar  avatar  avatar  avatar LordCasser avatar  avatar Christer Lien avatar AVA avatar  avatar  avatar  avatar  avatar  avatar 47LeCoste avatar PickedItMate avatar RocketGod avatar

Watchers

 avatar

Forkers

lorenzomarx

fzrfidfuzzerlistgen's Issues

Generated list to large

Hi! When making the list i experience some problems;

  • the generated scope crashes when starting at 000000 -> to ZZZZZZ
  • the generated list is to large for the flipper zero (u can upload it, but cant start it in RFID fuzzer)

File Rejected

The flipper zero is refusing my em4100 file even though it's formatted correctly, no colons and only missing the last octet. Is there any other reason it would be refusing my file? I didn't set a range for the octet if that helps.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.