{"id":24541111,"url":"https://github.com/bettse/seader","last_synced_at":"2025-10-03T17:30:30.220Z","repository":{"id":176187127,"uuid":"655116483","full_name":"bettse/seader","owner":"bettse","description":" Interface with a SAM from the Flipper Zero over UART ","archived":false,"fork":false,"pushed_at":"2024-12-25T22:28:40.000Z","size":33408,"stargazers_count":118,"open_issues_count":0,"forks_count":4,"subscribers_count":10,"default_branch":"main","last_synced_at":"2025-01-19T23:56:38.295Z","etag":null,"topics":["flipper-zero","flipperzero","nfc","portfolio","uart"],"latest_commit_sha":null,"homepage":"https://lab.flipper.net/apps/seader","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bettse.png","metadata":{"files":{"readme":"readme.md","changelog":"changelog.md","contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2023-06-18T00:06:09.000Z","updated_at":"2025-01-18T21:00:54.000Z","dependencies_parsed_at":"2024-01-13T21:28:47.138Z","dependency_job_id":"f608e3d7-fab0-4e32-8c54-aaffe102f060","html_url":"https://github.com/bettse/seader","commit_stats":null,"previous_names":["bettse/seader"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bettse%2Fseader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bettse%2Fseader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bettse%2Fseader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bettse%2Fseader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bettse","download_url":"https://codeload.github.com/bettse/seader/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235161513,"owners_count":18945536,"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":["flipper-zero","flipperzero","nfc","portfolio","uart"],"created_at":"2025-01-22T18:17:10.371Z","updated_at":"2025-10-03T17:30:30.215Z","avatar_url":"https://github.com/bettse.png","language":"C","readme":"# 🔐 Seader\n\nA [Flipper Zero](https://flipperzero.one/) application (aka \"fap\") \nthat read credential from HID: iClass, iClass SE, Desfire EV1/EV2, and Seos using a HID SAM and UART adapter.  Latest release on the [App Catalog](https://lab.flipper.net/apps/seader).\n\n## 🐬 Bugs\n\nFile issues in [GitHub](https://github.com/bettse/seader/issues).\n\n## 🛠️ Hardware\n\n### Option 1: NARD flipper add-on\n\nBuy it assembled at [Red Team Tools](https://www.redteamtools.com/nard-sam-expansion-board-for-flipper-zero-with-hid-seos-iclass-sam/), with or without SAM.\n\nOr build it yourself from the files in the [NARD repo](https://github.com/killergeek/nard).\n\nOptionally 3d print a [case designed by Antiklesys](https://www.printables.com/model/576735-flipper-zero-samnard-protecting-cover).\n\n### Option 2: Flippermeister\n\nBuy it at [Red Team Tools](https://www.redteamtools.com/flippermeister/).\n\n### Option 3: Smart Card 2 Click\n\nBuy HID SAM:\n * [USA](https://www.cdw.com/product/hp-sim-for-hid-iclass-for-hip2-reader-security-sim/4854794)\n * [Europe](https://www.rfideas-shop.com/en/kt-sim-se-sim-card-hid-iclass-and-seos-for-sphip-r.html)\n * [Canada](https://www.pc-canada.com/item/hp-sim-for-hid-iclass-se-and-hid-iclass-seos-for-hip2-reader/y7c07a)\n * [eBay](https://www.ebay.com/p/4037642616)\n\nPut SAM into **[adapter](https://a.co/d/1E9Zk1h)** (because of chip on top) and plug into **Smart Card 2 Click** ([Mikroe](https://www.mikroe.com/smart-card-2-click) [digikey](https://www.digikey.com/en/products/detail/mikroelektronika/MIKROE-5492/20840872) with cheaper US shipping). Connect Smart Card 2 Click to Flipper Zero (See `Connections` below).\n\nOptionally 3d print a [case designed by sean](https://www.printables.com/model/543149-case-for-flipper-zero-devboard-smart2click-samsim)\n\n#### Connections\n\n| Smart Card 2 Click | Flipper     |\n| ------------------ | ----------- |\n| 5v                 | 1           |\n| GND                | 8 / 11 / 18 |\n| TX                 | 16          |\n| RX                 | 15          |\n\n## 🧩 Development\n\n### To Build App\n\n * Install [ufbt](https://github.com/flipperdevices/flipperzero-ufbt)\n * `git submodule update --init --recursive` to get dependencies\n * `ufbt` to build\n * `ufbt launch` to launch\n\n### To Build ASN1 (if you change seader.asn1)\n\n * Install git version of [asnc1](https://github.com/vlm/asn1c) (`brew install asn1c --head` on macos)\n * Run `asn1c -D ./lib/asn1 -no-gen-example -no-gen-OER -no-gen-PER -pdu=all seader.asn1` in in root to generate asn1c files\n\n## 🗃️ References\n\n- [omnikey_5025_cl_software_developer_guide_mn_en](https://www.virtualsecurity.nl/amfile/file/download/file/18/product/1892/)\n- [omnikey_5326_dfr_softwaredeveloperguide](https://www.hidglobal.com/sites/default/files/documentlibrary/omnikey_5326_dfr_softwaredeveloperguide.pdf)\n- [omnikey_5027_software_developer_guide](https://www.hidglobal.com/sites/default/files/documentlibrary/omnikey_5027_software_developer_guide.pdf)\n- [PLT-03362 A.0 - iCLASS Reader Writer Migration Application Note](http://web.archive.org/web/20230330180023/https://info.hidglobal.com/rs/289-TSC-352/images/PLT-03362%20A.0%20-%20iCLASS%20Reader%20Writer%20Migration%20Application%20Note.pdf)\n- [HID SE reader消息模块的ANS.1 BER学习](https://blog.csdn.net/eyasys/article/details/8501200)\n\n## 💾 Memory usage commands\n\n- `arm-none-eabi-nm ~/.ufbt/build/seader.fap -CS --size-sort`\n- `arm-none-eabi-readelf ~/.ufbt/build/seader.fap -t`\n- `ufbt cli` -\u003e `free_blocks`\n\n","funding_links":[],"categories":["C","2. [↑](#-content) Pentesting","NFC"],"sub_categories":["[↑](#-content) 2.7 RFID"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbettse%2Fseader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbettse%2Fseader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbettse%2Fseader/lists"}