PyBoot
PyBoot copied to clipboard
usb.core.USBError: [Errno 13] Access denied (insufficient permissions)
I run ./pyboot.py -i iPhone7,2 11.4.1 -d disk0s1s6 and this is what I get:
User@192 PyBoot-master % ./pyboot.py -i iPhone7,2 11.4.1 -d disk0s1s6 /Users/User/Library/Python/3.8/lib/python/site-packages/requests/init.py:89: RequestsDependencyWarning: urlli b3 (1.26.5) or chardet (3.0.4) doesn't match a supported version! warnings.warn("urllib3 ({}) or chardet ({}) doesn't match a supported " PyBoot - A tool for tether booting Checkm8 vulnerable iOS devices by Matty, @mosk_i
Current version is: Beta 0.9.1 User choose to boot 11.4.1 from /dev/disk0s1s6. Make sure your device is connected in DFU mode Checking theiphonewiki for 11.4.1 keys... Found Keys! Downloading 11.4.1's BuildManifest.plist Extracting: BuildManifest.plist, from iPhone_4.7_11.4.1_15G77_Restore.ipsw Found multiple device models... Which is your device?
1: n61ap 2: n71ap 3: n71map
Enter the number that corresponds with your device: 1
Device set to n61ap
Getting SHSH for signing images
Downloading and patching 11.4.1's iBSS/iBEC
Extracting: Firmware/dfu/iBEC.n61.RELEASE.im4p, from iPhone_4.7_11.4.1_15G77_Restore.ipsw
Extracting: Firmware/dfu/iBSS.n61.RELEASE.im4p, from iPhone_4.7_11.4.1_15G77_Restore.ipsw
Downloading 11.4.1's KernelCache
Extracting: kernelcache.release.iphone7, from iPhone_4.7_11.4.1_15G77_Restore.ipsw
Downloading 11.4.1's DeviceTree
Extracting: Firmware/all_flash/DeviceTree.n61ap.im4p, from iPhone_4.7_11.4.1_15G77_Restore.ipsw
iOS version is 11.x, not downloading trustcache
Patching Kernel's type from krnl to rkrn
iOS version is 11.x, skipping trustcache patching
Patching Devicetree's type from dtre to rdtr
Signing boot files
Exploiting device with checkm8
Traceback (most recent call last):
File "./pyboot.py", line 505, in
usb.core.USBError: [Errno 13] Access denied (insufficient permissions)
Any ideas? My iPhone is supported according to the readme: iPhone 6 Main iOS: 12.5.5 2nd iOS (dualboot): 11.4.1
I have checked SEP compatibility, and it is compatible.