Coder Social home page Coder Social logo

userpricacyapicheck's Introduction

UserPricacyApiCheck

基于xposed的app合规检测模块,可通过填入包名检测多个app,可通过toast提示或者通过 logcat中 以HookModule关键字过滤知悉调用

image

image

#已经处理的检测方法如下(如有遗漏欢迎提issue补充)

账户
  • android.accounts.AccountManager#getAccounts
  • android.accounts.AccountManager#getAccountsByType
安装列表
  • android.app.ActivityManager#getRunningAppProcesses
  • android.app.ApplicationPackageManager#getInstalledApplications
  • android.app.ApplicationPackageManager#getInstalledPackages
  • android.app.ApplicationPackageManager#getInstalledModules
  • android.app.ApplicationPackageManager#getPackagesForUid
  • android.app.ApplicationPackageManager#queryIntentActivities
蓝牙信息
  • android.bluetooth.le.BluetoothLeScanner#startScan
设备序列号
  • android.os.Build#getSerial
位置信息
  • android.location.LocationManager#getLastKnownLocation
  • android.location.LocationManager#getLastLocation
  • android.location.LocationManager#getCurrentLocation
  • android.location.LocationManager#getCurrentLocation
系统信息(android_id)
  • android.provider.Settings$Secure#getString
  • android.provider.Settings$System#getString
  • android.os.SystemProperties#get
  • android.os.SystemProperties#getInt
  • android.os.SystemProperties#getLong
  • android.os.SystemProperties#getBoolean
重力感应
  • android.hardware.SensorManager#registerListener
流量卡相关id
  • android.telephony.SubscriptionManager#getDefaultDataSubscriptionId
  • android.telephony.SubscriptionManager#getDefaultDataPhoneId
  • android.telephony.SubscriptionManager#getDefaultDataSubId
imei,imsi,meid,sim卡信息
  • android.telephony.TelephonyManager#getImei
  • android.telephony.TelephonyManager#getImei
  • android.telephony.TelephonyManager#getDeviceId
  • android.telephony.TelephonyManager#getDeviceId
  • android.telephony.TelephonyManager#getCellLocation
  • android.telephony.TelephonyManager#getAllCellInfo
  • android.telephony.TelephonyManager#getSubscriberId
  • android.telephony.TelephonyManager#getSubscriberId
  • android.telephony.TelephonyManager#getSimSerialNumber
  • android.telephony.TelephonyManager#getSimSerialNumber
  • android.telephony.TelephonyManager#getNetworkOperatorForPhone
  • android.telephony.TelephonyManager#getSimCountryIsoForPhone
  • android.telephony.TelephonyManager#getSimOperatorNameForPhone
MAC相关
  • java.net.NetworkInterface#getHardwareAddress
  • android.net.wifi.WifiInfo#getMacAddress
  • android.net.wifi.WifiInfo#getIpAddress
  • android.net.wifi.WifiInfo#getSSID
  • android.net.wifi.WifiInfo#getBSSID
  • android.net.wifi.WifiManager#getScanResults
  • android.net.wifi.WifiManager#getConnectionInfo

userpricacyapicheck's People

Contributors

whytry-gar avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.