Skip to content

M1ke324/mfcd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mfcd

Program to show the dump of a mifare classic 1k card and scan for value block pattern

Compile

make

Install

sudo make install

Uninstall

sudo make uninstall

Clean build files

make clean

Usage

./mfcd -I file [-h] [-v] [-V] [-a] [-b]

(if installed, you run it without ./)

Options:

  • -I file → input dump file
  • -h → show help
  • -v → print version
  • -V → verbose output (also explains the notation)
  • -a → do not print ASCII characters
  • -b → scan for value blocks

Example

Output example

Documentation

If you need help and the program is installed, the manual page is available with:

man mfcd

Future improvements

  • Add support for MIFARE Classic 4K cards

About

Mifare classic 1k explainer

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published