ikarus23 / MifareClassicTool

An Android NFC app for reading, writing, analyzing, etc. MIFARE Classic RFID tags.
http://www.icaria.de/mct/
GNU General Public License v3.0
4.56k stars 897 forks source link

MCT stop reading with custom dictionary #406

Closed schmiernippel closed 1 year ago

schmiernippel commented 1 year ago

I have made a custom dictionary with keys from all over the internet with7.5k keys. When i use this, MCT stops reading on 50-90% without a error message. I have tried to split the dic in 3 pieces of 2.5k keys, but its the same? What is the problem?

Here is the key file:

Mifare_keys_12.01.2023.txt

ikarus23 commented 1 year ago

Hi. Interesting. Not sure what could cause that. On the other hand I'm not sure if the big key file is a good idea to start with. Doesn't take ages to go through all keys? And are you really sure that there is no error message? It might be already gone when you looked on the display again. (I only have shitty toast messages, sorry).

Anyways I think it could be some battery management system from Android. Or just a connection loss to the tag (you could try the auto reconnect function from the settings).

You could also consider buying a cheap RFID reader in order to crack the keys of the tag, instead of searching them using a key file.

ikarus23 commented 1 year ago

I will close this. I don't think there is much I can do here. Feel free to document any news regarding this topic, if you have some.