{"id":18130240,"url":"https://github.com/biemster/FindMy","last_synced_at":"2025-03-30T15:31:58.076Z","repository":{"id":45373091,"uuid":"498489959","full_name":"biemster/FindMy","owner":"biemster","description":"Query Apple's Find My network","archived":false,"fork":false,"pushed_at":"2024-12-02T20:53:08.000Z","size":1728,"stargazers_count":349,"open_issues_count":16,"forks_count":53,"subscribers_count":20,"default_branch":"main","last_synced_at":"2024-12-02T21:35:37.319Z","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/biemster.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-05-31T20:36:07.000Z","updated_at":"2024-12-02T20:53:12.000Z","dependencies_parsed_at":"2023-01-28T19:16:05.321Z","dependency_job_id":"e9c616c0-d022-4fa6-acd7-523243b87363","html_url":"https://github.com/biemster/FindMy","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/biemster%2FFindMy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/biemster%2FFindMy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/biemster%2FFindMy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/biemster%2FFindMy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/biemster","download_url":"https://codeload.github.com/biemster/FindMy/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246339243,"owners_count":20761514,"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-11-01T11:01:31.413Z","updated_at":"2025-03-30T15:31:53.068Z","avatar_url":"https://github.com/biemster.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"# FindMy\nQuery Apple's Find My network, based on all the hard work of https://github.com/seemoo-lab/openhaystack/ and @hatomist and @JJTech0130 and @Dadoum.\n\nThis is version 2, which does not require a Mac anymore thanks to the awesome work in https://github.com/JJTech0130/pypush.\nVersion 1 that can be run on Macs can still be found in the catalina (python2) and monterey (python3) branches.\n\n## Installation and initial setup\nOnly a free Apple ID is required, with SMS 2FA properly setup. If you don't have any, follow one of the many guides found on the internet.\n\n1. Clone this repository and `anisette-v3-server`:\n```bash\ngit clone https://github.com/biemster/FindMy\ngit clone https://github.com/Dadoum/anisette-v3-server\n```\n2. Follow the installation instructions for `anisette-v3-server` and make sure it works.\n3. Create the database where the reports will be stored:\n```bash\nsqlite3 reports.db 'CREATE TABLE reports (id_short TEXT, timestamp INTEGER, datePublished INTEGER, payload TEXT, id TEXT, statusCode INTEGER, PRIMARY KEY(id_short,timestamp))'\n```\n\n## Run\n1. `cd` into the `FindMy` directory and generate keys using `./generate_keys.py`.\n2. Deploy your advertisement keys on devices supported by OpenHaystack. The ESP32 firmware is a mirror of the OpenHaystack binary, the Lenze 17H66 is found in many 1$ tags obtained from Ali.\nAn nRF51 firmware can be found here: https://github.com/dakhnod/FakeTag\n3. run\n```bash\n../anisette-v3-server/anisette-v3-server \u0026 ./request_reports.py ; killall anisette-v3-server\n```\nin the same directory as your `.keys` files.\n\nAlternatively to step 3 you could install `https://github.com/Dadoum/pyprovision` (first install `anisette-v3-server` though to get a nice D environment and the required android libs),\nmake a folder `anisette` in your working directory and just run\n```bash\n./request_reports.py\n```\nThe script should pick up the python bindings to provision and use that instead.\n\nThis current non-Mac workflow is not optimal yet, mainly because the anisette server is a bit of a workaround. A python solution for retrieving this is being\ndeveloped in the pypush discord, please join there if you want to contribute!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbiemster%2FFindMy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbiemster%2FFindMy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbiemster%2FFindMy/lists"}