|
NAMEnfc-mfclassic - MIFARE Classic command line toolSYNOPSISnfc-mfclassic f|r|R|w|W a|A|b|B DUMP [ KEYS [f] ]DESCRIPTIONnfc-mfclassic is a MIFARE Classic tool that allow to read or write DUMP file using MIFARE keys provided in KEYS file.MIFARE Classic tag is one of the most widely used RFID tags. The firmware in the NFC controller supports authenticating, reading and writing to/from MIFARE Classic tags. This tool demonstrates the speed of this library and its ease-of-use. It's possible to read and write the complete content of a MIFARE Classic 4KB tag within 1 second. It uses a binary MIFARE Dump file (MFD) to store the keys and data for all sectors. Be cautious that some parts of a MIFARE Classic memory are used for r/w access of the rest of the memory, so please read the tag documentation before experimenting too much! The f option to format the card will reset all keys to FFFFFFFFFFFF, all data to 00 and all ACLs to default. The W option allows writing of special MIFARE cards that can be 'unlocked' to allow block 0 to be overwritten. This includes UID and manufacturer data. Take care when amending UIDs to set the correct BCC (UID checksum). Currently only 4 byte UIDs are supported. Similarly, the R option allows an 'unlocked' read. This bypasses authentication and allows reading of the Key A and Key B data regardless of ACLs. R/W errors on some blocks can be either considered as critical or ignored. To halt on first error, specify keys with lowercase ( a or b ). To ignore such errors, use uppercase ( A or B ). *** Note that W and R options only work on special versions of MIFARE 1K cards (Chinese clones). OPTIONS
BUGSPlease report any bugs on the libnfc issue tracker at:http://code.google.com/p/libnfc/issues LICENCElibnfc is licensed under the GNU Lesser General Public License (LGPL), version 3.libnfc-utils and libnfc-examples are covered by the the BSD 2-Clause license. AUTHORSAdam Laurie <adam@algroup.co.uk>,Roel Verdult <roel@libnfc.org>, Romain Tartière <romain@libnfc.org>, Romuald Conty <romuald@libnfc.org>. This manual page was written by Romuald Conty <romuald@libnfc.org>. It is licensed under the terms of the GNU GPL (version 2 or later).
Visit the GSP FreeBSD Man Page Interface. |