Smart Cards
Enumeration
Place the smart card on the ACR122U smart card reader
Enumerate the card to see which type it is.
It it detected as a very common card type the Mifare Classic 1k card.
Note: The command will continue to scan for a new card. You can CTRL+C when satisfied with all your enumeration.
Mifare Classic Key Recovery
To attempt to recovery the key, ensure the card is on your reader, and the reader is plugged in
This command should generate an output file
Note: This command can take in excess of 20 minutes to run as it is attempting to recovery the keys....be patient, get a coffee, touch grass.
mfoc
will attempt to recover the A and the B keys for all blocks.It will first loot to attain one key (like the default key) and use it to recover the other keys
The time it takes varies greatly between different hotel cards
Once the key is recovered, all data will then be extracted
This includes key information and authenticated data.
All will be included in your
-O
output file.
Should
mfoc
be successful usexxd
to view the key contents
Key A is
2b2d 11bb 12ab ff08 8069
Key B is
ffff ffff ffff
ffff ffff ffff
is the default key used with Mifare Classic cards so it is very common to see
If you ever dump a card and its all
ffff
The card is blank....
Last updated