Skip to content

Latest commit

 

History

History
58 lines (41 loc) · 1.83 KB

File metadata and controls

58 lines (41 loc) · 1.83 KB

NetworCat logo. Literally just a cat mask.

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

  1. Install LSPatch (non-root) or LSPosed (root)
  2. Install NetworCat APK from releases
  3. Configure region settings in NetworCat app (Country ISO, MCC/MNC, Operator)
  4. Enable NetworCat module in LSPosed/LSPatch Manager
  5. Select target apps (TikTok, etc.)
  6. 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.