apple-data 0.1.0 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/apple_data/boot_args.rb +5 -0
- data/lib/apple_data/fdr.rb +30 -0
- data/lib/apple_data/ioreg.rb +57 -0
- data/lib/apple_data/ipsw.rb +25 -0
- data/lib/apple_data/keybag.rb +56 -0
- data/lib/apple_data/lockdown.rb +48 -0
- data/lib/apple_data/macho.rb +5 -0
- data/lib/apple_data/version.rb +5 -0
- data/lib/apple_data.rb +8 -0
- data/share/4cc.yaml +297 -293
- data/share/apns.yaml +367 -364
- data/share/backup.yaml +47 -44
- data/share/baseband/qualcomm/mav13.yaml +26 -0
- data/share/baseband/qualcomm/mav20.yaml +45 -0
- data/share/baseband/qualcomm/mav21.yaml +254 -0
- data/share/baseband.yaml +290 -1
- data/share/bluetooth.yaml +75 -71
- data/share/boot_args.yaml +863 -855
- data/share/bridgeos.yaml +174 -131
- data/share/bundles.yaml +56 -60
- data/share/coprocessor.yaml +64 -0
- data/share/cores.yaml +72 -47
- data/share/debug.yaml +13 -0
- data/share/defaults.yaml +5 -0
- data/share/dnssd.yaml +171 -166
- data/share/entitlements.yaml +10391 -0
- data/share/environment_variables.yaml +354 -0
- data/share/esim.yaml +7 -0
- data/share/fdr.yaml +150 -148
- data/share/firmware.yaml +1310 -0
- data/share/homekit.yaml +14 -14
- data/share/iboot.yaml +143 -0
- data/share/icloud.yaml +11 -8
- data/share/img4.yaml +454 -453
- data/share/ioreg.yaml +5647 -5642
- data/share/ipsw.yaml +51505 -1099
- data/share/kext.yaml +3491 -1718
- data/share/keybags/7000.yaml +44342 -0
- data/share/keybags/7001.yaml +19430 -0
- data/share/keybags/7002.yaml +292 -0
- data/share/keybags/8000.yaml +82065 -0
- data/share/keybags/8001.yaml +29655 -0
- data/share/keybags/8004.yaml +295 -0
- data/share/keybags/8006.yaml +65 -0
- data/share/keybags/8010.yaml +23899 -0
- data/share/keybags/8011.yaml +4409 -0
- data/share/keybags/8015.yaml +23626 -0
- data/share/keybags/8020.yaml +4488 -0
- data/share/keybags/8027.yaml +43 -0
- data/share/keybags/8030.yaml +8687 -0
- data/share/keybags/8101.yaml +8595 -0
- data/share/keybags/8720.yaml +2026 -0
- data/share/keybags/8900.yaml +2344 -0
- data/share/keybags/8920.yaml +6761 -0
- data/share/keybags/8922.yaml +3141 -0
- data/share/keybags/8930.yaml +20583 -0
- data/share/keybags/8940.yaml +36319 -0
- data/share/keybags/8942.yaml +17343 -0
- data/share/keybags/8945.yaml +23360 -0
- data/share/keybags/8947.yaml +1384 -0
- data/share/keybags/8950.yaml +16258 -0
- data/share/keybags/8955.yaml +52163 -0
- data/share/keybags/8960.yaml +49499 -0
- data/share/keys.yaml +56 -0
- data/share/lightning.yaml +26 -23
- data/share/lockdownd.yaml +74 -71
- data/share/mach_o.yaml +204 -172
- data/share/mobile_assets.yaml +113 -127
- data/share/mobile_gestalt.yaml +2447 -2444
- data/share/nvram.yaml +463 -441
- data/share/ota.yaml +4 -1
- data/share/pki.yaml +103 -99
- data/share/platforms.yaml +35 -31
- data/share/pmu.yaml +52 -26
- data/share/registers.yaml +1579 -1603
- data/share/resources.yaml +202 -198
- data/share/sep.yaml +210 -206
- data/share/services.yaml +641 -636
- data/share/sip.yaml +64 -0
- data/share/smc.yaml +7 -0
- data/share/syscfg.yaml +4 -1
- data/share/tipw_sync.yaml +79103 -0
- data/share/vmapple.yaml +35 -0
- metadata +80 -15
data/share/cores.yaml
CHANGED
|
@@ -1,42 +1,56 @@
|
|
|
1
|
-
|
|
2
1
|
---
|
|
2
|
+
metadata:
|
|
3
|
+
description: attributes about various Apple SoCs and Boards
|
|
4
|
+
credits:
|
|
5
|
+
templates:
|
|
6
|
+
- &dfu_load_s8001
|
|
7
|
+
dfu_image_base: 0x180000000
|
|
8
|
+
dfu_load_base: 0x800000000
|
|
9
|
+
recovery_image_base: 0x180000000
|
|
10
|
+
recovery_load_base: 0x800000000
|
|
11
|
+
- &dfu_load_s894x
|
|
12
|
+
dfu_image_base: 0x34000000
|
|
13
|
+
dfu_load_base: 0x9FF00000
|
|
14
|
+
recovery_image_base: 0x9FF00000
|
|
15
|
+
recovery_load_base: 0x80000000
|
|
16
|
+
- &dfu_load_s895x
|
|
17
|
+
dfu_image_base: 0x10000000
|
|
18
|
+
dfu_load_base: 0xBFF00000
|
|
19
|
+
recovery_image_base: 0xBFF00000
|
|
20
|
+
recovery_load_base: 0x80000000
|
|
21
|
+
- &dfu_load_t8002_t8004
|
|
22
|
+
dfu_image_base: 0x48818000
|
|
23
|
+
dfu_load_base: 0x80000000
|
|
24
|
+
recovery_image_base: 0x48818000
|
|
25
|
+
recovery_load_base: 0x80000000
|
|
26
|
+
- &dfu_load_t8010_t8011
|
|
27
|
+
dfu_image_base: 0x1800B0000
|
|
28
|
+
dfu_load_base: 0x800000000
|
|
29
|
+
recovery_image_base: 0x1800B0000
|
|
30
|
+
recovery_load_base: 0x800000000
|
|
31
|
+
- &dfu_load_t8012_t8015
|
|
32
|
+
dfu_image_base: 0x18001C000
|
|
33
|
+
dfu_load_base: 0x800000000
|
|
34
|
+
recovery_image_base: 0x18001C000
|
|
35
|
+
recovery_load_base: 0x800000000
|
|
36
|
+
heap_base: 0x1801E8000
|
|
37
|
+
heap_offset: 0x5000
|
|
38
|
+
trampoline_base: 0x180018000
|
|
39
|
+
trampoline_offset: 0x620
|
|
40
|
+
page_offset: 0x400
|
|
41
|
+
- &dfu_load_t800x
|
|
42
|
+
dfu_image_base: 0x180380000
|
|
43
|
+
dfu_load_base: 0x180000000
|
|
44
|
+
recovery_image_base: 0x83D7F7000
|
|
45
|
+
recovery_load_base: 0x800000000
|
|
46
|
+
trampoline_base: 0x00000001800c0000
|
|
47
|
+
|
|
48
|
+
|
|
3
49
|
bootrom_exploits:
|
|
4
50
|
- alloc8
|
|
5
51
|
- checkm8
|
|
6
52
|
|
|
7
53
|
|
|
8
|
-
secondary_cores:
|
|
9
|
-
homr:
|
|
10
|
-
- name: isp
|
|
11
|
-
firmware_type: ispf
|
|
12
|
-
description: Image Signal Processor
|
|
13
|
-
- name: maggie
|
|
14
|
-
description: Ultra low power FPGA (iCE5LP4K) / Lattice iCEcube2
|
|
15
|
-
firmware_type: magg
|
|
16
|
-
- name: pmp
|
|
17
|
-
description: Power Management Processor
|
|
18
|
-
firmware_type: pmpf
|
|
19
|
-
- name: AppleNandStorage
|
|
20
|
-
firmware_type: rans
|
|
21
|
-
- name: Veridian
|
|
22
|
-
type: arm7m
|
|
23
|
-
is_rtkit: false
|
|
24
|
-
stack_size: 0x6000
|
|
25
|
-
ram_base: 0x20000000
|
|
26
|
-
mmio_base: 0x40000000
|
|
27
|
-
- name: Vinyl
|
|
28
|
-
description: >
|
|
29
|
-
the eUICC or eSIM
|
|
30
|
-
Contains a ZIP file with various hash specifiers, each containing two directories. One `recovery` is
|
|
31
|
-
seemingly empty (strage as this would imply a bad eUICC can never be recovered but also is consistent with
|
|
32
|
-
observed behaviour of a eSIM surviving DFU recovery). Update seems to contain two folders "main" and "gold".
|
|
33
|
-
|
|
34
|
-
These folders contain a `firmware.der` as well as a `profile.bin`
|
|
35
|
-
|
|
36
|
-
These folders contain a number of "root keys" as defined in the eUICC spec.
|
|
37
|
-
firmware_packing:
|
|
38
|
-
- zip
|
|
39
|
-
|
|
40
54
|
|
|
41
55
|
chip_ids:
|
|
42
56
|
0x6000:
|
|
@@ -1007,8 +1021,12 @@ chip_ids:
|
|
|
1007
1021
|
|
|
1008
1022
|
0x8030:
|
|
1009
1023
|
name: t8030
|
|
1010
|
-
description:
|
|
1011
|
-
architecture:
|
|
1024
|
+
description: A13
|
|
1025
|
+
architecture: arm8
|
|
1026
|
+
capabilities:
|
|
1027
|
+
pac: true
|
|
1028
|
+
64bit: true
|
|
1029
|
+
|
|
1012
1030
|
|
|
1013
1031
|
revisions:
|
|
1014
1032
|
0x01:
|
|
@@ -1059,11 +1077,14 @@ chip_ids:
|
|
|
1059
1077
|
board_name: j182ap
|
|
1060
1078
|
|
|
1061
1079
|
|
|
1062
|
-
|
|
1063
1080
|
0x8101:
|
|
1064
1081
|
name: t8101
|
|
1065
1082
|
description: A14
|
|
1066
|
-
architecture:
|
|
1083
|
+
architecture: arm8
|
|
1084
|
+
capabilities:
|
|
1085
|
+
el2: true
|
|
1086
|
+
pac: true
|
|
1087
|
+
64bit: true
|
|
1067
1088
|
|
|
1068
1089
|
revisions:
|
|
1069
1090
|
0x01:
|
|
@@ -1120,7 +1141,11 @@ chip_ids:
|
|
|
1120
1141
|
0x8103:
|
|
1121
1142
|
name: t8103
|
|
1122
1143
|
description: M1
|
|
1123
|
-
architecture:
|
|
1144
|
+
architecture: armv8.4
|
|
1145
|
+
capabilities:
|
|
1146
|
+
64bit: true
|
|
1147
|
+
pac: true
|
|
1148
|
+
el2: true
|
|
1124
1149
|
os:
|
|
1125
1150
|
- macOS
|
|
1126
1151
|
- padOS
|
|
@@ -1260,7 +1285,7 @@ chip_ids:
|
|
|
1260
1285
|
|
|
1261
1286
|
0x8301:
|
|
1262
1287
|
name: t8301
|
|
1263
|
-
description: S6
|
|
1288
|
+
description: S6 / S7
|
|
1264
1289
|
architecture:
|
|
1265
1290
|
|
|
1266
1291
|
revisions:
|
|
@@ -1335,7 +1360,7 @@ chip_ids:
|
|
|
1335
1360
|
1:
|
|
1336
1361
|
security_epoch: 0
|
|
1337
1362
|
version: iBoot-240.5.1
|
|
1338
|
-
ap_rom_url:
|
|
1363
|
+
ap_rom_url: https://securerom.fun/resources/APROM/SecureROM%20for%20s5l8720xsi,%20iBoot-240.5.1
|
|
1339
1364
|
ap_rom_sha256: cddedc17eb815cd94276469407e450a923db125b367cacd5139a12efdfcf2143
|
|
1340
1365
|
|
|
1341
1366
|
securerom:
|
|
@@ -1427,7 +1452,7 @@ chip_ids:
|
|
|
1427
1452
|
unknown:
|
|
1428
1453
|
security_epoch:
|
|
1429
1454
|
version: iBoot-359.5
|
|
1430
|
-
ap_rom_url:
|
|
1455
|
+
ap_rom_url: https://securerom.fun/resources/APROM/SecureROM%20for%20s5l8922xsi,%20iBoot-359.5
|
|
1431
1456
|
ap_rom_sha256: 07b8a615f00961c5802451b5717c344db287b68c5f6d2331ac6ba7a6acdbac9d
|
|
1432
1457
|
|
|
1433
1458
|
securerom:
|
|
@@ -1459,25 +1484,25 @@ chip_ids:
|
|
|
1459
1484
|
|
|
1460
1485
|
securerom:
|
|
1461
1486
|
- version: iBoot-574.4
|
|
1462
|
-
url:
|
|
1487
|
+
url: https://securerom.fun/resources/APROM/SecureROM%20for%20s5l8930xsi,%20iBoot-574.4
|
|
1463
1488
|
hash: 4f34652a238a57ae0018b6e66c20a240cdbee8b4cca59a99407d09f83ea8082d
|
|
1464
1489
|
boards:
|
|
1465
1490
|
0x00:
|
|
1466
1491
|
product_name: iPhone 4 (GSM)
|
|
1467
|
-
product_id:
|
|
1468
|
-
board_name:
|
|
1492
|
+
product_id: iPhone3,1
|
|
1493
|
+
board_name: n90ap
|
|
1469
1494
|
0x02:
|
|
1470
1495
|
product_name: iPad
|
|
1471
1496
|
product_id: iPad1,1
|
|
1472
1497
|
board_name: k48ap
|
|
1473
1498
|
0x04:
|
|
1474
1499
|
product_name: iPhone 4 (GSM) R2 2012
|
|
1475
|
-
product_id: iPhone3,
|
|
1476
|
-
board_name:
|
|
1500
|
+
product_id: iPhone3,2
|
|
1501
|
+
board_name: n90bap
|
|
1477
1502
|
0x06:
|
|
1478
1503
|
product_name: iPhone 4 (CDMA)
|
|
1479
1504
|
product_id: iPhone3,3
|
|
1480
|
-
board_name:
|
|
1505
|
+
board_name: n92ap
|
|
1481
1506
|
0x08:
|
|
1482
1507
|
product_name: iPod Touch (4th gen)
|
|
1483
1508
|
product_id: iPod4,1
|
data/share/debug.yaml
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
---
|
|
2
|
+
metadata:
|
|
3
|
+
description:
|
|
4
|
+
credits:
|
|
5
|
+
kdp_match_name:
|
|
6
|
+
mojo1:
|
|
7
|
+
description: Mojo1 - internal serial debug protocol
|
|
8
|
+
mojo2:
|
|
9
|
+
description: Mojo2 - internal serial debug protocol
|
|
10
|
+
firewire:
|
|
11
|
+
description: Serial debug across a classical firewire (or TBT to Firewire adapter)
|
|
12
|
+
"en#":
|
|
13
|
+
description: Template for any supported network based protocol
|
data/share/defaults.yaml
ADDED
data/share/dnssd.yaml
CHANGED
|
@@ -1,49 +1,25 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
---
|
|
2
|
+
metadata:
|
|
3
|
+
description:
|
|
4
|
+
credits:
|
|
5
|
+
dnssd_services:
|
|
6
|
+
adisk:
|
|
3
7
|
transport: tcp
|
|
4
8
|
name: Time Capsule Backups / Auto Disk Discovery
|
|
5
9
|
properties:
|
|
6
10
|
sys:
|
|
7
11
|
dkX:
|
|
8
|
-
|
|
12
|
+
afpovertcp:
|
|
9
13
|
transport: tcp
|
|
10
14
|
name: Apple Filing Protocol
|
|
11
15
|
properties:
|
|
12
16
|
u: Username
|
|
13
17
|
p: Password
|
|
14
18
|
path: Path
|
|
15
|
-
|
|
16
|
-
transport: udp
|
|
17
|
-
name: Apple MIDI
|
|
18
|
-
- service: applerdbg
|
|
19
|
-
name: Apple Remote Debug Services (OpenGL Profiler)
|
|
20
|
-
- service: appletv
|
|
21
|
-
name: Apple TV
|
|
22
|
-
properties:
|
|
23
|
-
txtvers:
|
|
24
|
-
PrVs:
|
|
25
|
-
OSsi:
|
|
26
|
-
MniT:
|
|
27
|
-
- service: parentcontrol
|
|
28
|
-
- service: pcast
|
|
29
|
-
name: Apple Podcast Producer
|
|
30
|
-
- service: presence
|
|
31
|
-
name: eXtensable Message and Presence Protocol (Jabber)
|
|
32
|
-
- service: xgrid
|
|
33
|
-
- service: appletv-itunes
|
|
34
|
-
name: Apple TV discovery of iTunes
|
|
35
|
-
- service: airdrop
|
|
19
|
+
airdrop:
|
|
36
20
|
transport: tcp
|
|
37
21
|
name: AirDrop
|
|
38
|
-
|
|
39
|
-
name: Apple TV Pairing
|
|
40
|
-
properties:
|
|
41
|
-
txtvers:
|
|
42
|
-
- service: asr
|
|
43
|
-
name: Apple Software Restore
|
|
44
|
-
properties:
|
|
45
|
-
image: HTTP URL of disk image
|
|
46
|
-
- service: airplay
|
|
22
|
+
airplay:
|
|
47
23
|
transport: tcp
|
|
48
24
|
name: AirPlay
|
|
49
25
|
properties:
|
|
@@ -73,10 +49,46 @@ services:
|
|
|
73
49
|
srcvers:
|
|
74
50
|
osvers:
|
|
75
51
|
vv:
|
|
76
|
-
|
|
52
|
+
airport:
|
|
77
53
|
transport: tcp
|
|
78
54
|
name: AirPort Base Station
|
|
79
|
-
-
|
|
55
|
+
amzn-wplay:
|
|
56
|
+
transport: tcp
|
|
57
|
+
apple-midi:
|
|
58
|
+
transport: udp
|
|
59
|
+
name: Apple MIDI
|
|
60
|
+
apple-mobdev2:
|
|
61
|
+
transport: tcp
|
|
62
|
+
name: iTunes Wi-Fi Sync
|
|
63
|
+
apple-sasl:
|
|
64
|
+
transport: tcp
|
|
65
|
+
name: Apple Password Server
|
|
66
|
+
applerdbg:
|
|
67
|
+
name: Apple Remote Debug Services (OpenGL Profiler)
|
|
68
|
+
appletv:
|
|
69
|
+
name: Apple TV
|
|
70
|
+
properties:
|
|
71
|
+
txtvers:
|
|
72
|
+
PrVs:
|
|
73
|
+
OSsi:
|
|
74
|
+
MniT:
|
|
75
|
+
appletv-itunes:
|
|
76
|
+
name: Apple TV discovery of iTunes
|
|
77
|
+
appletv-pair:
|
|
78
|
+
name: Apple TV Pairing
|
|
79
|
+
properties:
|
|
80
|
+
txtvers:
|
|
81
|
+
appletv-v2:
|
|
82
|
+
transport: tcp
|
|
83
|
+
name: Apple TV Home Sharing
|
|
84
|
+
asr:
|
|
85
|
+
name: Apple Software Restore
|
|
86
|
+
properties:
|
|
87
|
+
image: HTTP URL of disk image
|
|
88
|
+
atc:
|
|
89
|
+
transport: tcp
|
|
90
|
+
name: iTunes Shared Library
|
|
91
|
+
companion-link:
|
|
80
92
|
transport: tcp
|
|
81
93
|
properties:
|
|
82
94
|
rpMac:
|
|
@@ -87,115 +99,50 @@ services:
|
|
|
87
99
|
rpAD:
|
|
88
100
|
rpHI:
|
|
89
101
|
rpBA:
|
|
90
|
-
|
|
91
|
-
transport: tcp
|
|
92
|
-
name: Digital Audio Control Protocol
|
|
93
|
-
- service: hap
|
|
94
|
-
transport: tcp
|
|
95
|
-
name: HomeKit Accessory Protocol
|
|
96
|
-
properties:
|
|
97
|
-
c#:
|
|
98
|
-
ff:
|
|
99
|
-
id:
|
|
100
|
-
md:
|
|
101
|
-
pv:
|
|
102
|
-
sf:
|
|
103
|
-
s#:
|
|
104
|
-
ci:
|
|
105
|
-
- service: homekit
|
|
106
|
-
transport: tcp
|
|
107
|
-
properties:
|
|
108
|
-
si:
|
|
109
|
-
- service: hue
|
|
110
|
-
transport: tcp
|
|
111
|
-
name: Phillips Hue
|
|
112
|
-
- service: ieee1588
|
|
113
|
-
transport: udp
|
|
114
|
-
name: Precision Time Protocol
|
|
115
|
-
properties:
|
|
116
|
-
domain:
|
|
117
|
-
server-id:
|
|
118
|
-
- service: meshcop
|
|
119
|
-
transport: udp
|
|
120
|
-
name: Thread Mesh Commissioning
|
|
121
|
-
properties:
|
|
122
|
-
nn:
|
|
123
|
-
xp:
|
|
124
|
-
rv:
|
|
125
|
-
sb:
|
|
126
|
-
tv:
|
|
127
|
-
xa:
|
|
128
|
-
- service: raop
|
|
102
|
+
daap:
|
|
129
103
|
transport: tcp
|
|
130
|
-
name:
|
|
131
|
-
properties:
|
|
132
|
-
cn:
|
|
133
|
-
da:
|
|
134
|
-
et:
|
|
135
|
-
ft:
|
|
136
|
-
sf:
|
|
137
|
-
md:
|
|
138
|
-
am: Apple Model
|
|
139
|
-
pk: Public Key
|
|
140
|
-
tp: Transport Protocol
|
|
141
|
-
vn:
|
|
142
|
-
vs: Version
|
|
143
|
-
ov: OS Version
|
|
144
|
-
vv:
|
|
145
|
-
- service: sleep-proxy
|
|
146
|
-
transport: udp
|
|
147
|
-
name: Sleep Proxy Server
|
|
148
|
-
description: Protocol used by Apple Products to advratise devices capiable of WoL or WWoL
|
|
149
|
-
properties:
|
|
150
|
-
- service: srpl-tls
|
|
151
|
-
transport: tcp
|
|
152
|
-
name: Service Registration Protocol - Replication over TLS
|
|
104
|
+
name: Digital Audio Access Protocol
|
|
153
105
|
properties:
|
|
154
|
-
|
|
155
|
-
server-id:
|
|
156
|
-
- service: amzn-wplay
|
|
157
|
-
transport: tcp
|
|
158
|
-
- service: apple-mobdev2
|
|
106
|
+
dacp:
|
|
159
107
|
transport: tcp
|
|
160
|
-
name:
|
|
161
|
-
-
|
|
162
|
-
transport: tcp
|
|
163
|
-
name: Apple Password Server
|
|
164
|
-
- service: appletv-v2
|
|
165
|
-
transport: tcp
|
|
166
|
-
name: Apple TV Home Sharing
|
|
167
|
-
- service: atc
|
|
108
|
+
name: Digital Audio Control Protocol
|
|
109
|
+
device-info:
|
|
168
110
|
transport: tcp
|
|
169
|
-
name:
|
|
170
|
-
|
|
111
|
+
name: macOS Device Infrormation Protocol
|
|
112
|
+
distcc:
|
|
171
113
|
transport: tcp
|
|
172
|
-
name:
|
|
173
|
-
|
|
174
|
-
- service: dns-llq
|
|
114
|
+
name: Xcode Distributed Compiler
|
|
115
|
+
dns-llq:
|
|
175
116
|
name: DNS-SD Long Lievd Queries
|
|
176
117
|
urls:
|
|
177
|
-
|
|
178
|
-
|
|
118
|
+
- http://files.dns-sd.org/draft-sekar-dns-llq.txt
|
|
119
|
+
dns-update:
|
|
179
120
|
name: DNS Dynamic Update Service
|
|
180
121
|
urls:
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
transport: tcp
|
|
185
|
-
name: macOS Device Infrormation Protocol
|
|
186
|
-
- service: distcc
|
|
187
|
-
transport: tcp
|
|
188
|
-
name: Xcode Distributed Compiler
|
|
189
|
-
- service: dpap
|
|
122
|
+
- http://www.ietf.org/rfc/rfc2136.txt
|
|
123
|
+
- http://www.ietf.org/rfc/rfc3007.txt
|
|
124
|
+
dpap:
|
|
190
125
|
transport: tcp
|
|
191
126
|
name: Digital Photo Access Protocol
|
|
192
|
-
|
|
127
|
+
eppc:
|
|
193
128
|
transport: tcp
|
|
194
129
|
name: Remote Apple Events
|
|
195
|
-
|
|
130
|
+
ftp:
|
|
196
131
|
transport: tcp
|
|
197
132
|
name: File Transport Protocol
|
|
198
|
-
|
|
133
|
+
hap:
|
|
134
|
+
transport: tcp
|
|
135
|
+
name: HomeKit Accessory Protocol
|
|
136
|
+
properties:
|
|
137
|
+
c#:
|
|
138
|
+
ff:
|
|
139
|
+
id:
|
|
140
|
+
md:
|
|
141
|
+
pv:
|
|
142
|
+
sf:
|
|
143
|
+
s#:
|
|
144
|
+
ci:
|
|
145
|
+
home-sharing:
|
|
199
146
|
transport: tcp
|
|
200
147
|
name: iTunes Home Sharing
|
|
201
148
|
properties:
|
|
@@ -205,85 +152,143 @@ services:
|
|
|
205
152
|
OSci:
|
|
206
153
|
hG:
|
|
207
154
|
hC:
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
- service: odisk
|
|
214
|
-
name: Optical Disk Sharing
|
|
215
|
-
- service: http
|
|
155
|
+
homekit:
|
|
156
|
+
transport: tcp
|
|
157
|
+
properties:
|
|
158
|
+
si:
|
|
159
|
+
http:
|
|
216
160
|
transport: tcp
|
|
217
161
|
name: Hyper Text Transfer Protocol
|
|
218
|
-
|
|
162
|
+
hue:
|
|
163
|
+
transport: tcp
|
|
164
|
+
name: Phillips Hue
|
|
165
|
+
ica-networking:
|
|
219
166
|
transport: tcp
|
|
220
167
|
name: Image Capture Sharing
|
|
221
|
-
|
|
168
|
+
ichat:
|
|
222
169
|
transport: tcp
|
|
223
170
|
name: iChat Instant Messaging Protocol
|
|
224
|
-
|
|
171
|
+
ieee1588:
|
|
172
|
+
transport: udp
|
|
173
|
+
name: Precision Time Protocol
|
|
174
|
+
properties:
|
|
175
|
+
domain:
|
|
176
|
+
server-id:
|
|
177
|
+
ipp:
|
|
225
178
|
transport: tcp
|
|
226
179
|
name: Internet Printing Protocol
|
|
227
180
|
subresource:
|
|
228
|
-
|
|
229
|
-
|
|
181
|
+
print:
|
|
182
|
+
ipps:
|
|
230
183
|
transport: tcp
|
|
231
184
|
name: Internet Printing Protocol (Secure)
|
|
232
185
|
subresource:
|
|
233
186
|
print: AirPrint
|
|
234
187
|
cups: Common Unix Printing System
|
|
235
|
-
|
|
188
|
+
KeynoteControl:
|
|
236
189
|
transport: tcp
|
|
237
190
|
name: Keynote Remote
|
|
238
|
-
|
|
191
|
+
keynotepair:
|
|
239
192
|
transport: tcp
|
|
240
193
|
name: Keynote Remote Pairing
|
|
241
|
-
|
|
194
|
+
mediaremotetv:
|
|
242
195
|
transport: tcp
|
|
243
196
|
name: Apple TV Media Remote
|
|
244
|
-
|
|
197
|
+
meshcop:
|
|
198
|
+
transport: udp
|
|
199
|
+
name: Thread Mesh Commissioning
|
|
200
|
+
properties:
|
|
201
|
+
nn:
|
|
202
|
+
xp:
|
|
203
|
+
rv:
|
|
204
|
+
sb:
|
|
205
|
+
tv:
|
|
206
|
+
xa:
|
|
207
|
+
net-assistant:
|
|
208
|
+
netrestore:
|
|
209
|
+
nfs:
|
|
245
210
|
transport: tcp
|
|
246
211
|
name: Network File System (NFS)
|
|
247
|
-
|
|
212
|
+
nssocketport:
|
|
213
|
+
od-master:
|
|
214
|
+
name: OpenDirectory Master
|
|
215
|
+
odisk:
|
|
216
|
+
name: Optical Disk Sharing
|
|
217
|
+
parentcontrol:
|
|
218
|
+
pcast:
|
|
219
|
+
name: Apple Podcast Producer
|
|
220
|
+
pdl-datastream:
|
|
248
221
|
transport: tcp
|
|
249
222
|
name: Page Description Language (PDL) Data Stream
|
|
250
|
-
|
|
223
|
+
presence:
|
|
224
|
+
name: eXtensable Message and Presence Protocol (Jabber)
|
|
225
|
+
printer:
|
|
251
226
|
transport: tcp
|
|
252
|
-
name:
|
|
253
|
-
|
|
227
|
+
name: Line Printer Daemon
|
|
228
|
+
raop:
|
|
229
|
+
transport: tcp
|
|
230
|
+
name: Remote Audio Output Protocol (AirPlay2)
|
|
231
|
+
properties:
|
|
232
|
+
cn:
|
|
233
|
+
da:
|
|
234
|
+
et:
|
|
235
|
+
ft:
|
|
236
|
+
sf:
|
|
237
|
+
md:
|
|
238
|
+
am: Apple Model
|
|
239
|
+
pk: Public Key
|
|
240
|
+
tp: Transport Protocol
|
|
241
|
+
vn:
|
|
242
|
+
vs: Version
|
|
243
|
+
ov: OS Version
|
|
244
|
+
vv:
|
|
245
|
+
rfb:
|
|
254
246
|
transport: tcp
|
|
255
247
|
name: Remote Framebuffer - macOS Screen Sharing
|
|
256
|
-
|
|
248
|
+
riousbprint:
|
|
257
249
|
transport: tcp
|
|
258
250
|
name: Remote I/O USB Printer Protocol
|
|
259
|
-
|
|
251
|
+
scanner:
|
|
260
252
|
transport: tcp
|
|
261
253
|
name: Remote Scanning Protocol
|
|
262
|
-
|
|
254
|
+
servermgr:
|
|
263
255
|
transport: tcp
|
|
264
256
|
name: macOS Server Remote Administration
|
|
265
|
-
|
|
257
|
+
sftp-ssh:
|
|
266
258
|
transport: tcp
|
|
267
259
|
name: Secure File Transport Protocol (SFTP)
|
|
268
|
-
-
|
|
260
|
+
sleep-proxy:
|
|
261
|
+
transport: udp
|
|
262
|
+
name: Sleep Proxy Server
|
|
263
|
+
description: Protocol used by Apple Products to advratise devices capiable of
|
|
264
|
+
WoL or WWoL
|
|
265
|
+
properties:
|
|
266
|
+
smb:
|
|
269
267
|
transport: tcp
|
|
270
268
|
name: Server Message Block (SMB) / Common Internet File System (CIFS)
|
|
271
|
-
-
|
|
269
|
+
srpl-tls:
|
|
270
|
+
transport: tcp
|
|
271
|
+
name: Service Registration Protocol - Replication over TLS
|
|
272
|
+
properties:
|
|
273
|
+
domain:
|
|
274
|
+
server-id:
|
|
275
|
+
ssh:
|
|
272
276
|
transport: tcp
|
|
273
277
|
name: Secure Shell
|
|
274
|
-
|
|
278
|
+
telnet:
|
|
275
279
|
transport: tcp
|
|
276
280
|
name: Telnet
|
|
277
|
-
|
|
281
|
+
touch-able:
|
|
278
282
|
transport: tcp
|
|
279
283
|
name: Apple TV Remote App (iOS devices)
|
|
280
|
-
|
|
284
|
+
workstation:
|
|
281
285
|
transport: tcp
|
|
282
286
|
name: Apple Workgroup Manager
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
287
|
+
xasnclient:
|
|
288
|
+
xgrid:
|
|
289
|
+
xsanserver:
|
|
290
|
+
xserveraid:
|
|
291
|
+
transport: tcp
|
|
292
|
+
name: Xserve RAID
|
|
293
|
+
xserverraid:
|
|
294
|
+
xsync:
|