ipwndfu
ipwndfu copied to clipboard
error on linux mint
master@master-HP-ProBook-6560b:~/Descargas/ipwndfu-master$ sudo ./ipwndfu -p --boot
- checkm8 exploit by axi0mX * Found: CPID:8010 CPRV:11 CPFM:03 SCEP:01 BDID:0C ECID:001A152920D1A526 IBFL:3C SRTG:[iBoot-2696.0.0.1.33] PWND:[checkm8] Device is already in pwned DFU Mode. Not executing exploit. CPID:8010 CPRV:11 CPFM:03 SCEP:01 BDID:0C ECID:001A152920D1A526 IBFL:3C SRTG:[iBoot-2696.0.0.1.33] PWND:[checkm8] ERROR: Option --boot is currently only supported on iPhone X pwned with checkm8.
which device you are using?
You must run the exploit with Root privileges.
I'm relatively new to this. However his CPID is 8010, I believe that identifier is used to determine which exploits are run if you take a look in the ipwndfu script. I have an iPhone 7 and have the same CPID.
Interestingly enough, it seems like the boot option, at least as is written in the ipwndfu script checks to see if you have a CPID of 8015 OR a PWND serial (which he does have):
if 'CPID:8015' not in serial_number or 'PWND:[checkm8]' not in serial_number:
print serial_number
print 'ERROR: Option --boot is currently only supported on iPhone X pwned with checkm8.'
else:
OP, I'm not really sure, aside from perhaps try running the --boot arguement without the -p arguement once you have entered PWND DFU mode (as it is unnecessary and I'm not really sure how this handles multiple arguements)
Boot option means verbose boot which is only released for iphone x as for now if you change that to 8010 it wont make any difference.
@kbs-os check your logic, the if statement says (not A) or (not B)
which, by De Morgan, is the same as not (A and B)
.
Found: CPID:8003 CPRV:01 CPFM:03 SCEP:01 BDID:06 ECID:001E284910064F26 IBFL:1C SRTG:[iBoot-2234.0.0.2.22] ERROR: This device is not supported.
on iphone 6s plus someone with the same problem?