Skip to content

equipter/ClassicConverter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ClassicConverter

Classic Converter is a python script that converts Mifare Classic binary files into FlipperZero's custom .nfc format.

Worth noting, ClassicConverter also handles all of the below for the file header:

  • UID
  • SAK
  • ATQA
  • Storage Size

Works for 4-Byte UIDs and 7-Byte UIDs just make sure youre using the correct script when converting :)

Acknowledgements

Github Twitter Reddit equip paypal: equipter@outlook.com Discord

Lucaslhm's Amiibo converter script for MFUL for code inspo

Download and Usage

Requires Python

  1. Download code Either through git clone or by simply pressing the green [Code] Button at the top and downloading the zip.
  2. Place your (.bin) Binary files in the "assets" folder or create your own folder(s) and place the files in there.
  3. pick the right converter for you, 4B_Converter is for 4-byte UID classics, 7B_Converter is for 7-Byte UID Credentials

Syntax

The Parameters for ClassicConverter are as such

-i / --input-path - mandatory file input location, link to file in directory or whole directory to be converted.

-o / --output-path - optional file output location, if no output path is specified, the generated nfc file will be created in the same directory as the input binary file.

Example

in this example ill be using the 4B uid credential converter. use whats right for your card though.

python3 4B_Converter.py -i assets/example.bin after running you should be met with "Completed Conversion" and a new file appearing in your assets folder with the same name as your binary file but with a .nfc extension and file format.

image

image

Support

If the SAK in your converted file is wrong it's due to an anti-cloning tactic. read about it here and how to fix it link

For support, Message Equip on discord Equip#1515 or join The discord server Link

About

Mifare Classic Binary -> NFC file converter

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published