Closed matheusmachete closed 5 years ago
Try commenting out these lines in checkm8.py:
if 'PWND:[' in device.serial_number:
print 'Device is already in pwned DFU Mode. Not executing exploit.'
return
That is the expected behavior. The device has been Pwnd. The verbose boot is only supported on the iPhone X. Try:
$ sudo ./ipwndfu --boot
to repair the heap and continue to normal boot.
If this solves your issue then please close it.
MacBook-Pro-van-LRS:~ lrs$ cd /Users/lrs/Downloads/ipwndfu-master MacBook-Pro-van-LRS:ipwndfu-master lrs$ sudo ./ipwndfu -p Password: checkm8 exploit by axi0mX Found: CPID:8015 CPRV:11 CPFM:03 SCEP:01 BDID:02 ECID:0016519820F8402E IBFL:3C SRTG:[iBoot-3332.0.0.1.23] PWND:[checkm8] Device is already in pwned DFU Mode. Not executing exploit. MacBook-Pro-van-LRS:ipwndfu-master lrs$
Help?