{"id":31194935,"url":"https://github.com/UhExooHw/sim-spoof","last_synced_at":"2025-09-20T02:05:17.982Z","repository":{"id":285209115,"uuid":"957395940","full_name":"UhExooHw/sim-spoof","owner":"UhExooHw","description":"Advanced SIM spoofing utility for Android.","archived":false,"fork":false,"pushed_at":"2025-09-15T20:19:34.000Z","size":554,"stargazers_count":44,"open_issues_count":0,"forks_count":4,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-09-15T21:17:55.859Z","etag":null,"topics":["adb","adblocker","android","apatch","imei-changer","kernelsu","magisk","mihomo","proxy","serialno","sing-box","vpn","xray"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/UhExooHw.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-03-30T09:05:18.000Z","updated_at":"2025-09-15T20:19:38.000Z","dependencies_parsed_at":"2025-04-22T17:42:15.132Z","dependency_job_id":"a5542192-c953-43be-9f91-aa3689718b75","html_url":"https://github.com/UhExooHw/sim-spoof","commit_stats":null,"previous_names":["uhexoohw/beelinefix","uhexoohw/beeline-sim-spoof","uhexoohw/sim-spoof"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/UhExooHw/sim-spoof","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UhExooHw%2Fsim-spoof","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UhExooHw%2Fsim-spoof/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UhExooHw%2Fsim-spoof/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UhExooHw%2Fsim-spoof/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/UhExooHw","download_url":"https://codeload.github.com/UhExooHw/sim-spoof/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UhExooHw%2Fsim-spoof/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276033070,"owners_count":25573474,"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","status":"online","status_checked_at":"2025-09-20T02:00:10.207Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["adb","adblocker","android","apatch","imei-changer","kernelsu","magisk","mihomo","proxy","serialno","sing-box","vpn","xray"],"created_at":"2025-09-20T02:02:41.614Z","updated_at":"2025-09-20T02:05:17.972Z","avatar_url":"https://github.com/UhExooHw.png","language":"Shell","funding_links":[],"categories":["🛡️ Privacy and Security"],"sub_categories":["Device ID and Spoofing Tools"],"readme":"# 🚀 SIM Spoof\n\n## ⚙️ Requirements\n\n* KernelSU/Magisk/APatch\n* Android 13+\n* iptables \u0026 ip6tables\n* arm64-v8a\n* [Systemless Utils](https://github.com/UhExooHw/systemless-utils)\n\n---\n\n## 💡 Features\n\n* 🌍 Spoof SIM: MCCMNC, ISO, operator\n* 🕓 Spoof time zone\n* 📶 Spoof imei (prop)\n* 🔐 Spoof serialno\n* 🔐 Spoof Advertising ID\n* 🔐 Spoof Android ID\n* 🔐 Intercept DNS\n* 🔐 Systemless Busybox, Resetprop, Bash, Nano\n* 🔐 [StevenBlack integration](https://github.com/StevenBlack/hosts)\n* 🔐 [Xray integration](https://github.com/XTLS/Xray-core)\n* 🔐 [Mihomo integration](https://github.com/MetaCubeX/mihomo)\n* 🔐 [Sing-box integration](https://github.com/SagerNet/sing-box)\n* 🚀 Enable TCP BBR\n* 📶 Hide tethering\n* 📶 Hide roaming\n* 🌍 Bypass geoblocks (e.g., Google Play, TikTok, Deezer)\n\n## 📦 Installation\n\n### Bash\n\n```bash\nsu\nbusybox wget -O /data/local/tmp/sim-spoof.sh https://raw.githubusercontent.com/UhExooHw/sim-spoof/main/data/local/tmp/sim-spoof.sh\nbusybox chmod +x /data/local/tmp/sim-spoof.sh\nbash /data/local/tmp/sim-spoof.sh\n```\n\n### ADB\n\n```bash\nadb root\nadb shell\nbusybox wget -O /data/local/tmp/sim-spoof.sh https://raw.githubusercontent.com/UhExooHw/sim-spoof/main/data/local/tmp/sim-spoof.sh\nbusybox chmod +x /data/local/tmp/sim-spoof.sh\nbash /data/local/tmp/sim-spoof.sh\n```\n\n---\n\n## 👤 Author\n\nGitHub: [UhExooHw](https://github.com/UhExooHw)\n\n## 📄 TODO\n* Spoof via API\n\n## 📄 License\nThis project is licensed under the [Apache License 2.0](LICENSE).\n\n---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FUhExooHw%2Fsim-spoof","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FUhExooHw%2Fsim-spoof","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FUhExooHw%2Fsim-spoof/lists"}