{"id":13499521,"url":"https://github.com/V0lk3n/Flipper-Skylanders","last_synced_at":"2025-03-29T05:31:37.140Z","repository":{"id":52239851,"uuid":"519525061","full_name":"V0lk3n/Flipper-Skylanders","owner":"V0lk3n","description":"This repo will mainly containt generated keys of Skylanders toys to be used with Flipper Zero.","archived":true,"fork":false,"pushed_at":"2023-04-23T20:51:03.000Z","size":49,"stargazers_count":60,"open_issues_count":0,"forks_count":4,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-02-14T17:31:40.595Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/V0lk3n.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-07-30T13:33:43.000Z","updated_at":"2024-08-01T00:35:33.201Z","dependencies_parsed_at":"2024-08-01T00:53:29.242Z","dependency_job_id":null,"html_url":"https://github.com/V0lk3n/Flipper-Skylanders","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/V0lk3n%2FFlipper-Skylanders","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/V0lk3n%2FFlipper-Skylanders/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/V0lk3n%2FFlipper-Skylanders/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/V0lk3n%2FFlipper-Skylanders/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/V0lk3n","download_url":"https://codeload.github.com/V0lk3n/Flipper-Skylanders/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":222465361,"owners_count":16988996,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-07-31T22:00:34.041Z","updated_at":"2024-10-31T18:30:39.165Z","avatar_url":"https://github.com/V0lk3n.png","language":"Python","funding_links":[],"categories":["Notes \u0026 References","Python"],"sub_categories":["*Guides*","Guides"],"readme":"# Flipper Infinity Skylanders\n\nThis repository stores Skylanders and Disney Infinity A-Keys to read sector and data of Skylanders and Disney Infinity NFC Toys.\n\nCurrently under testing.\n\n## Skylanders - How to retrieve the 16 keys \n\nFirst, we need to read the Skylanders NFC Toy to retrieve its UID, using Flipper Zero or an app that allows you to do that.\n\n![Skylander_UID](https://user-images.githubusercontent.com/22322762/181916763-dfd7f97f-341e-4cc8-898a-5fd77097573f.png)\n\nThen, we need to use the NFC Toys Script \u003ca href=\"https://nfc.toys/interop-sky.html\"\u003e\"tnp3xxx.py\"\u003c/a\u003e, to generate the 16 keys which allow us to read sector and data. You can also find it hosted on this repository \u003ca href=\"scripts/tnp3xxx.py\"\u003ehere\u003c/a\u003e\n\n```\n┌──(v0lk3n㉿lab)-[~]\n└─$ python3 scripts/tnp3xxx.py 2453be1f\n4B0B20107CCB\nBA50B997D1B8\n9C3D6DC4067B\n0F0B876DED9A\n43D12FCA431D\nD0E7C563A8FC\nF68A11307F3F\n65BCFB9994DE\nFD08AAD6C9D1\n6E3E407F2230\n4853942CF5F3\nDB657E851E12\n97BFD622B095\n04893C8B5B74\n22E4E8D88CB7\nB1D202716756\n```\n\nThen, add those 16 keys to your \"/nfc/assets/mf_classic_dict_user.nfc\" file.\n\n## Disney Infinity - How to Retrieve the Key\n\nFirst, we need to read the Disney Infinity NFC Toy to retrieve its UID, using Flipper Zero or an app that allows you to do that.\n\nThen, we need to use the NFC Toys Script \u003ca href=\"https://nfc.toys/interop-inf.html\"\u003e\"infsha.py\"\u003c/a\u003e, to generate the key which allow us to read sector and data. You can also find it hosted on this repository \u003ca href=\"scripts/infsha.py\"\u003ehere\u003c/a\u003e\n\n```\n┌──(v0lk3n㉿lab)-[~]\n└─$ python3 scripts/infsha.py 048376728B3A80\n9327436F1966 \n```\nThen, add the one key to your \"/nfc/assets/mf_classic_dict_user.nfc\" file.\n\nI'm adding my keys for each of my own Toys into this file \u003ca href=\"https://github.com/V0lk3n/Flipper-Skylanders/blob/main/nfc/assets/mf_classic_dict_user.nfc\"\u003ehere\u003c/a\u003e. Feel free to contribute!\n\nFlipper zero now run the dictionnary attack on the skylanders nfc tags. \nThanks to this pull request: https://github.com/flipperdevices/flipperzero-firmware/pull/1497\n\n## Resources \n\n* \u003ca href=\"https://nfc.toys/interop-sky.html\"\u003e[NFC Toys] Skylanders Interoperability\u003c/a\u003e\n* \u003ca href=\"https://nfc.toys/interop-inf.html\"\u003e[NFC Toys] Disney Infinity Interoperability\u003c/a\u003e\n* \u003ca href=\"https://nfc.toys/data-giants.html\"\u003e[NFC Toys] Skylanders Data Analysis\u003c/a\u003e\n* \u003ca href=\"https://nfc.toys/prac-keys.html\"\u003e[NFC Toys] Key Generation\u003c/a\u003e\n* \u003ca href=\"https://nfc.toys/workflow-sky.html\"\u003e[NFC Toys] Writing Your Own Data to Skylanders\u003c/a\u003e\n* \u003ca href=\"https://nfc.toys/workflow-inf.html\"\u003e[NFC Toys] Writing Your Own Data to Disney Infinity\u003c/a\u003e\n* \u003ca href=\"http://con-mod.com/skylanders-nfc/\"\u003e[Con Mod] Cloning Skylanders NFC !!! NO HTTPS\u003c/a\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FV0lk3n%2FFlipper-Skylanders","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FV0lk3n%2FFlipper-Skylanders","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FV0lk3n%2FFlipper-Skylanders/lists"}