back to portfolio
view project

NetworCat
Utility
#XPosed#Android#Kotlin
NetworCat: SIM Spoofing Tool
NetworCat is simple Xposed (primarily LSPatch) module that spoofs SIM card and network data.
This is useful for bypassing regional restrictions in apps like Pixel Thermometer or TikTok.
How It Works
Xposed API enables hooking of system functions. This module intercepts TelephonyManager calls and returns fake SIM/network information:
- MCC/MNC codes
- Country ISO
- Operator name
Usage
- Install LSPatch (non-root) or LSPosed (root)
- Install NetworCat APK from releases
- Configure region settings in NetworCat app (Country ISO, MCC/MNC, Operator)
- Enable NetworCat module in LSPosed/LSPatch Manager
- Select target apps (TikTok, etc.)
- Reboot device
Configuration Examples
| Country | MCC/MNC | Operator | ISO |
|---|---|---|---|
| USA | 310260 | T-Mobile | US |
| Poland | 26001 | Orange | PL |
| Germany | 26202 | Telekom | DE |
Other countries(Google Sheets)
Supported Hooks
getNetworkOperator()
getNetworkOperatorName()
getNetworkCountryIso()
getSimCountryIso()
getSimOperator()
getSimOperatorName()
Inspiration
This project was inspired by Carrier Vanity Name, but uses XPosed for more functionality
License
NetworCat is under Apache License 2.0. All rights reserved.
Disclaimer
Apps using LSPosed, LSPatch, or root access can potentially harm your device. Use at your own risk.