{"id":19666621,"url":"https://github.com/xaionaro-go/backdoor","last_synced_at":"2026-05-06T13:05:34.771Z","repository":{"id":238149219,"uuid":"795979044","full_name":"xaionaro-go/backdoor","owner":"xaionaro-go","description":"A trivial SSH server (a static binary to run on any Linux, including Android)","archived":false,"fork":false,"pushed_at":"2024-05-04T16:15:51.000Z","size":2919,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-18T08:40:03.664Z","etag":null,"topics":["android","linux","server","simple","smartphone","ssh-server","static","trivial"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc0-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/xaionaro-go.png","metadata":{"files":{"readme":"README.md","changelog":null,"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,"publiccode":null,"codemeta":null}},"created_at":"2024-05-04T15:16:27.000Z","updated_at":"2024-08-17T02:48:21.000Z","dependencies_parsed_at":"2024-05-04T16:28:44.181Z","dependency_job_id":"b832b94e-0df4-46a5-b096-f2506c1f9f69","html_url":"https://github.com/xaionaro-go/backdoor","commit_stats":null,"previous_names":["xaionaro-go/backdoor"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xaionaro-go%2Fbackdoor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xaionaro-go%2Fbackdoor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xaionaro-go%2Fbackdoor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xaionaro-go%2Fbackdoor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xaionaro-go","download_url":"https://codeload.github.com/xaionaro-go/backdoor/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240976185,"owners_count":19887439,"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":["android","linux","server","simple","smartphone","ssh-server","static","trivial"],"created_at":"2024-11-11T16:28:21.764Z","updated_at":"2025-11-22T13:01:09.393Z","avatar_url":"https://github.com/xaionaro-go.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# About\n\nThis is just a simple SSH server (mostly for testing/diagnostic purposes). For example, if you have a rooted Android and you want to quickly get SSH access to it, this backdoor is an easy solution.\n\n# Quick start\n\n### Build for ARM64\n```sh\ngit clone https://github.com/xaionaro-go/backdoor\ncd backdoor\nCGO_ENABLED=0 GOARCH=arm64 go build\n```\n\n### Upload to a smartphone\n```sh\nadb push backdoor /sdcard/Download/\nadb shell 'su -c \"mkdir -p /data/backdoor; mv /sdcard/Download/backdoor /data/backdoor/; chmod +x /data/backdoor/backdoor\"'\n```\n\n### Launch the backdoor\n```sh\nadb push ~/.ssh/id_ed25519.pub /sdcard/Download/authorized_keys\nadb shell 'su -c \"/data/backdoor/backdoor /bin/sh 0.0.0.0:8022 /sdcard/Download/authorized_keys\"' \u0026\n```\n\n### Get the IP address\n```sh\nPHONE_ADDR=\"$(adb shell ip a show dev wlan0 | grep 'inet ' | tr \"/\" \" \" | awk '{print $2}')\"\n```\n\n### Login\n\n```sh\nssh -p 8022 \"$PHONE_ADDR\"\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxaionaro-go%2Fbackdoor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxaionaro-go%2Fbackdoor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxaionaro-go%2Fbackdoor/lists"}