mfoc
mfoc copied to clipboard
Mifare Classic Offline Cracker
Can mfoc be built on the NFC provided by Android api? Does not rely on external equipment
When I try to use mfoc on MacOS I get: ```sh ➜ mfoc -P 500 -O card.dump mfoc: ERROR: only Mifare Classic is supported ``` But I'm using actually only...
Hello, I used the following command to perform a dump of my Mifare Classic 1K card: ` mfoc -O my_dump.mdf` Then I used the following command to write the dump...
I have a problem with my ACR122. All is ok, thanks to that page : https://www.latelierdugeek.fr/tag/mfoc/. But i can-t copy the card because the terminal say : mfoc: ERROR: only...
deleted
deleted
What do you think about colorize the output, like for example [mfdread](https://github.com/zhovner/mfdread) does it? Regards, kix
Hi, using mfoc, we can see something like this for an empty tag: ``` Auth with all sectors succeeded, dumping keys to a file! Block 63, type A, key d86ca4cd9921...
The CPU emulated M1 card use SAK = 028, we treat it as normal M1 card, and after disable NP_AUTO_ISO14443_4, we are able to dump the emulated M1 card.
hello all mfoc find me the three missing keys but do not create the dump sudo mfoc -f key.txt -O test1.mfd [sudo] Mot de passe de _______ : The custom...
Need some help debugging I'm sure it's valid Mifare 1k Emulation card, and I'm able to use libnfc_crypto1_crack to retrieve some keys. But since mfoc does not work, miLazyCracker will...