Skip to content

Commit d599717

Browse files
committed
tss: Add note about how to sniff Apple Configurator
1 parent 1654dfa commit d599717

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

pymobiledevice3/restore/tss.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,13 @@
1212
from pymobiledevice3.restore.img4 import COMPONENT_FOURCC
1313
from pymobiledevice3.utils import bytes_to_uint, plist_access_path
1414

15+
# Use the following `defaults write` to easily sniff Apple Configurator:
16+
#
17+
# ```shell
18+
# defaults write com.apple.configurator.ui AuthInstallSigningServerURL http://gs.apple.com:80
19+
# defaults write com.apple.configurator.xpc.DeviceService AuthInstallSigningServerURL http://gs.apple.com:80
20+
# defaults write com.apple.AMPDevicesAgent AuthInstallSigningServerURL http://gs.apple.com:80
21+
# ```
1522
TSS_CONTROLLER_ACTION_URL = "http://gs.apple.com/TSS/controller?action=2"
1623

1724
TSS_CLIENT_VERSION_STRING = "libauthinstall-1104.0.9"

0 commit comments

Comments
 (0)