nfc-tools / mfoc

Mifare Classic Offline Cracker
GNU General Public License v2.0
1.22k stars 269 forks source link

Adds ability to load custom keys from a file #20

Closed quantum-x closed 9 years ago

quantum-x commented 9 years ago

Useful to provide a list of keys without having to hammer them out in the console:

mfoc -f keys.list -O output.dmp

neomilium commented 9 years ago

Thanks!

quantum-x commented 9 years ago

Worth noting that there is a maximum key limit from the regexp library: mfoc.c - line 162. Hard coded to 500 currently, which should probably be declared elsewhere :)