Skip to content

Instantly share code, notes, and snippets.

@yarshure
Created March 2, 2021 07:31
Show Gist options
  • Save yarshure/9fa94fdea1924a54e95dd5c5a29fe6f4 to your computer and use it in GitHub Desktop.
Save yarshure/9fa94fdea1924a54e95dd5c5a29fe6f4 to your computer and use it in GitHub Desktop.
gestalt_query entitlements
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>com.apple.CommCenter.fine-grained</key>
<array>
<string>spi</string>
<string>identity</string>
</array>
<key>com.apple.camera.iokit-user-access</key>
<true/>
<key>com.apple.itunesstored.private</key>
<true/>
<key>com.apple.nfcd.hwmanager</key>
<true/>
<key>com.apple.nfcd.info</key>
<true/>
<key>com.apple.osanalytics.otatasking-service-access</key>
<true/>
<key>com.apple.pearl.iokit-user-access</key>
<true/>
<key>com.apple.private.MobileGestalt.AllowedProtectedKeys</key>
<array>
<string>AWDID</string>
<string>AmbientLightSensorSerialNumber</string>
<string>BasebandBoardSnum</string>
<string>BasebandChipId</string>
<string>BasebandSerialNumber</string>
<string>BasebandUniqueId</string>
<string>BatterySerialNumber</string>
<string>BluetoothAddress</string>
<string>BluetoothAddressData</string>
<string>BootManifestHash</string>
<string>CarrierBundleInfoArray</string>
<string>CompassCalibration</string>
<string>CompassCalibrationDictionary</string>
<string>ConfigNumber</string>
<string>CoverglassSerialNumber</string>
<string>DiagData</string>
<string>DieId</string>
<string>EUICCChipID</string>
<string>EthernetMacAddress</string>
<string>EthernetMacAddressData</string>
<string>FrontFacingCameraModuleSerialNumber</string>
<string>FrontFacingIRCameraModuleSerialNumber</string>
<string>FrontFacingIRStructuredLightProjectorModuleSerialNumber</string>
<string>IceFallID</string>
<string>IntegratedCircuitCardIdentifier</string>
<string>IntegratedCircuitCardIdentifier2</string>
<string>InternationalMobileEquipmentIdentity</string>
<string>InternationalMobileEquipmentIdentity2</string>
<string>InverseDeviceID</string>
<string>LunaFlexSerialNumber</string>
<string>LynxPublicKey</string>
<string>LynxSerialNumber</string>
<string>MLBSerialNumber</string>
<string>MesaSerialNumber</string>
<string>MobileEquipmentIdentifier</string>
<string>MobileEquipmentInfoBaseId</string>
<string>MobileEquipmentInfoBaseProfile</string>
<string>MobileEquipmentInfoBaseVersion</string>
<string>MobileEquipmentInfoCSN</string>
<string>MobileEquipmentInfoDisplayCSN</string>
<string>NandControllerUID</string>
<string>PanelSerialNumber</string>
<string>PhoneNumber</string>
<string>PhoneNumber2</string>
<string>PintoMacAddress</string>
<string>PintoMacAddressData</string>
<string>ProximitySensorCalibration</string>
<string>ProximitySensorCalibrationDictionary</string>
<string>RawPanelSerialNumber</string>
<string>RearFacingCameraModuleSerialNumber</string>
<string>RearFacingTelephotoCameraModuleSerialNumber</string>
<string>RemoteBluetoothAddress</string>
<string>RemoteBluetoothAddressData</string>
<string>RosalineSerialNumber</string>
<string>RoswellChipID</string>
<string>SavageChipID</string>
<string>SavageInfo</string>
<string>SavageSerialNumber</string>
<string>SavageUID</string>
<string>SecondaryBluetoothMacAddress</string>
<string>SecondaryBluetoothMacAddressData</string>
<string>SecondaryEthernetMacAddress</string>
<string>SecondaryEthernetMacAddressData</string>
<string>SecondaryWifiMacAddress</string>
<string>SecondaryWifiMacAddressData</string>
<string>SecureElementID</string>
<string>SerialNumber</string>
<string>SysCfg</string>
<string>SysCfgDict</string>
<string>TristarID</string>
<string>UniqueChipID</string>
<string>UniqueDeviceID</string>
<string>UniqueDeviceIDData</string>
<string>WifiAddress</string>
<string>WifiAddressData</string>
<string>WirelessBoardSnum</string>
<string>YonkersChipID</string>
<string>YonkersSerialNumber</string>
<string>YonkersUID</string>
</array>
<key>com.apple.private.applesepmanager.allow</key>
<true/>
</dict>
</plist>
@truonggiang0710
Copy link

Hi @yarshure , which key can get the EID/CSN of iPhone/iPad?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment