https://github.com/UhExooHw/sim-spoof
Advanced SIM spoofing utility for Android.
https://github.com/UhExooHw/sim-spoof
adb adblocker android apatch imei-changer kernelsu magisk mihomo proxy serialno sing-box vpn xray
Last synced: 16 days ago
JSON representation
Advanced SIM spoofing utility for Android.
- Host: GitHub
- URL: https://github.com/UhExooHw/sim-spoof
- Owner: UhExooHw
- License: apache-2.0
- Created: 2025-03-30T09:05:18.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-09-15T20:19:34.000Z (20 days ago)
- Last Synced: 2025-09-15T21:17:55.859Z (20 days ago)
- Topics: adb, adblocker, android, apatch, imei-changer, kernelsu, magisk, mihomo, proxy, serialno, sing-box, vpn, xray
- Language: Shell
- Homepage:
- Size: 541 KB
- Stars: 44
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-android-root - SIM Spoof - Advanced SIM spoofing utility for Android. `Proprietary` `[M]` `[K]` (Privacy and Security / Device ID and Spoofing Tools)
README
# 🚀 SIM Spoof
## ⚙️ Requirements
* KernelSU/Magisk/APatch
* Android 13+
* iptables & ip6tables
* arm64-v8a
* [Systemless Utils](https://github.com/UhExooHw/systemless-utils)---
## 💡 Features
* 🌍 Spoof SIM: MCCMNC, ISO, operator
* 🕓 Spoof time zone
* 📶 Spoof imei (prop)
* 🔐 Spoof serialno
* 🔐 Spoof Advertising ID
* 🔐 Spoof Android ID
* 🔐 Intercept DNS
* 🔐 Systemless Busybox, Resetprop, Bash, Nano
* 🔐 [StevenBlack integration](https://github.com/StevenBlack/hosts)
* 🔐 [Xray integration](https://github.com/XTLS/Xray-core)
* 🔐 [Mihomo integration](https://github.com/MetaCubeX/mihomo)
* 🔐 [Sing-box integration](https://github.com/SagerNet/sing-box)
* 🚀 Enable TCP BBR
* 📶 Hide tethering
* 📶 Hide roaming
* 🌍 Bypass geoblocks (e.g., Google Play, TikTok, Deezer)## 📦 Installation
### Bash
```bash
su
busybox wget -O /data/local/tmp/sim-spoof.sh https://raw.githubusercontent.com/UhExooHw/sim-spoof/main/data/local/tmp/sim-spoof.sh
busybox chmod +x /data/local/tmp/sim-spoof.sh
bash /data/local/tmp/sim-spoof.sh
```### ADB
```bash
adb root
adb shell
busybox wget -O /data/local/tmp/sim-spoof.sh https://raw.githubusercontent.com/UhExooHw/sim-spoof/main/data/local/tmp/sim-spoof.sh
busybox chmod +x /data/local/tmp/sim-spoof.sh
bash /data/local/tmp/sim-spoof.sh
```---
## 👤 Author
GitHub: [UhExooHw](https://github.com/UhExooHw)
## 📄 TODO
* Spoof via API## 📄 License
This project is licensed under the [Apache License 2.0](LICENSE).---