Skip to content
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

does not work with third party controller #60

Open
acuteaura opened this issue Dec 17, 2024 · 0 comments
Open

does not work with third party controller #60

acuteaura opened this issue Dec 17, 2024 · 0 comments

Comments

@acuteaura
Copy link

acuteaura commented Dec 17, 2024

these dumps do not work on a mobapad, only a OEM joycon

however, emulating an amiibo .bin from https://github.com/AmiiboDB/Amiibo via Proxmark (and Proxmarks included instructions) and then scanning it with the flipper produces a working tag on a flipper, here's a diff for AC Card Series 1, Nr. 18, Bob

2,7c2,8
< Version: 2
< # Nfc device type can be UID, Mifare Ultralight, Bank card
< Device type: NTAG215
< # UID, ATQA and SAK are common for all formats
< UID: 04 48 DA 1E 9A 02 49
< ATQA: 44 00
---
> Version: 4
> # Device type can be ISO14443-3A, ISO14443-3B, ISO14443-4A, ISO14443-4B, ISO15693-3, FeliCa, NTAG/Ultralight, Mifare Classic, Mifare Plus, Mifare DESFire, SLIX, ST25TB, EMV
> Device type: NTAG/Ultralight
> # UID is common for all formats
> UID: 04 48 DA 9A 02 49 81
> # ISO14443-3A specific data
> ATQA: 00 44
9,10c10,13
< # Mifare Ultralight specific data
< Signature: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
---
> # NTAG/Ultralight specific data
> Data format version: 2
> NTAG/Ultralight type: NTAG215
> Signature: 92 58 0B 4C 45 A9 C4 2F A9 01 45 CE 5E 5F 9C 43 09 A4 3D 47 D2 32 A3 D1 68 CB AD E6 7F 81 85 C6
16,17c19,20
< Counter 2: 0
< Tearing 2: 00
---
> Counter 2: 1
> Tearing 2: BD
18a22
> Pages read: 133
152,153c156,158
< Page 133: FC 15 B6 86
< Page 134: 80 80 00 00
---
> Page 133: 78 8D 79 D6
> Page 134: 80 80 80 80
> Failed authentication attempts: 0
  • The UID is different
  • The working dump has a signature
  • The last two pages differ
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant