nfc-tools / mfoc

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

Mifare mini truncated dump #54

Open funkyfoenky opened 6 years ago

funkyfoenky commented 6 years ago

Hi all,

Sorry to open that thread but I failed to figure out how to solve my issue with my Mifare 0.3k dump. I got all the keys, worked with mfoc 0.10.7 and got a dump which appears as partial. I don't know if it is the last version but I failed installing it from here and took the one available on Kali repository... I've seen this https://github.com/nfc-tools/mfoc/pull/33 but don't know how to implement it I've also seen this http://www.proxmark.org/forum/viewtopic.php?id=5443 which is very interesting but I also failed applying it to my issue.

Is there an easy way to get my full dump (or build manually the dump as the console output seems to be ok) Another question, is there a way to edit a mfd dump to have custom dump and/or to correct it? I saw a lot of persons making that on the internet but no one sharing the code.

Thank you very much for all the help you could give!

Funky

funkyfoenky commented 6 years ago

I finally figured out how to have the complete dump. Somehow Kali contains a version of mfoc without the patch fixing dump size. At the end I used Ubuntu, where no mfoc is installed. Then I installed latest libnfc and latest mfoc. And then I finally got my full dump using mfoc. Then edited it through xxd and xxd -r. Sorry for the useless post. You can close it as resolved.