axi0mX / ipwndfu

open-source jailbreaking tool for many iOS devices
GNU General Public License v3.0
7.09k stars 1.7k forks source link

not executing exploit Iphone 8 #112

Closed matheusmachete closed 5 years ago

matheusmachete commented 5 years ago

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?

ghost commented 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
EWouters commented 5 years ago

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.