Program to show the dump of a mifare classic 1k card and scan for value block pattern
make
sudo make install
sudo make uninstall
make clean
./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
If you need help and the program is installed, the manual page is available with:
man mfcd
- Add support for MIFARE Classic 4K cards