-
Notifications
You must be signed in to change notification settings - Fork 267
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Task failed successfully *Windows XP sound* #77
Comments
I've emulated a MIFARE SMART 4K tag using command proxmark3> hf mf sim *4 u 1FCE788E I think the error is in this part of code .. and the tag dump was saved (good 4K size) but it was just full of 00 :-/ proxmark3 emulating a 4K card and ACR122U reading: |
Thanks I'll try |
While the title is just a bad pun, the problem is an error which throws successfully. I already searched the internet. The only thing I found was another issue which didn't have an answer (but was closed).
So here is my output:
At first this looks very promising but in fact there is an error. I did try to map the contents with the help of "Mifare Classic Tool" which actually suceeded in decrypting a few sectors.
Now the question: How can MFOC tell me that all sectors got the default keys, when MCT uses the same list and tells me that a few sectors could not be decrypted?
Okay I checked the source code... It seems like the error is thrown in line 476 in
mfoc.c
but I don't know how the "Success" came here.Maybe it helps: this card is a smartcard with the "atrust-acos" OS
The text was updated successfully, but these errors were encountered: