mfc-cloner

Crates.iomfc-cloner
lib.rsmfc-cloner
version0.1.2
sourcesrc
created_at2020-11-08 16:46:13.005923
updated_at2021-02-17 21:34:25.489602
descriptionA way to facilitate easy cloning of mifare classic cards
homepagehttps://github.com/Alec1017/mifare-classic-cloner
repositoryhttps://github.com/Alec1017/mifare-classic-cloner
max_upload_size
id309955
size62,813
(Alec1017)

documentation

README

banner

What is mfc-cloner?

Mfc-cloner is a way to facilitate easy cloning of mifare classic cards.

It is a wrapper around libnfc and mfoc that streamlines the decrypting and writing process.

Mfc-cloner features include:

  • Writing a source file to a blank card
  • Overwriting a previously written card with another source file

Requirements

Requires:

and a NFC contactless reader. I used a ACS NFC ACR122U RFID Contactless Smart IC Card Reader.

Usage

banner

Installation

cargo install mfc-cloner

Write to a blank mifare classic card

mfc-cloner write-blank <card-uid> <source-file>

Overwrite a mifare classic card

mfc-cloner overwite --key <file> <source-file>

Dump a mifare classic card

mfc-cloner dump --key <file> 
Commit count: 29

cargo fmt