back to portfolio

NetworCat

Utility
view project
#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

  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

CountryMCC/MNCOperatorISO
USA310260T-MobileUS
Poland26001OrangePL
Germany26202TelekomDE

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.