-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Add skylanders (/activision) mifare classic to identification procedure #1497
Conversation
for reference, this comes at the request of a discord user :P they said they were gonna make an issue later so i had time to kill |
Hello @equipter |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hello @equipter
Skylander figures came to office. After tests I notices that ATQA order check in PR is incorrect. I prepared fix here:
change_atqa_order.txt
You can run git apply change_atqa_order.txt
Hi! @gornekich, i've tested with your change as i noticed the same thing but you was more fast as me. Unfortunately there is one more change to do about the syntax used on mifare_common.c I've made the change, compiled the FW, tested and it launch the brute force attack now!!!!!! Here is the updated |
The change was about change this :
To this
|
So cool! Thanks so much i was going to look at it xD I ve commented into the PR, the change you mentionned need one more change in my side otherwise he keep didnt detecting it :) |
Sorry didnt notice that it is the PR and not my issue xD |
Doing a fix about the futur PR about skylander (Reference : flipperdevices#1497) I noticed Mifare DESFire having the same syntax, a bit later going into discord i noticed that a discord user was not able to read is DESFire tag anymore. I was wondering if this fix can bring back the functionnality but i didnt have the DESFire stuff. I made the PR and let you test :)
I made this PR because i was doing a fix for Skylanders futur PR (Reference: flipperdevices#1497) I noticed that the DESFire had the same syntax as skylanders before my change. After opening discord, i noticed an user that wasnt able to read is DESFire tag anymore with the newest update. Maybe this change should fix, but i didn't have any DESFire stuff to test, i put this in your hand :P
No changes. I add it myself #1553 |
adds Skylanders SAK and ATQA to identification proc
used ATQA1 as necessary (previously marked as unused for Mifare classic)
added ATQA0 == 0x0F ATQA1 == 0x01 SAK == 0x01 for identification proc
Verification
scan a Skylanders or infinity figurine using NFC
Checklist (For Reviewer)