axi0mX / ipwndfu

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

'AssertionError' when trying ./ipwndfu -p #233

Open poobutt opened 4 years ago

poobutt commented 4 years ago

checkm8 exploit by axi0mX Found: CPID:8950 CPRV:20 CPFM:03 SCEP:10 BDID:00 ECID: IBFL:00 SRTG:[iBoot-1145.3] Traceback (most recent call last): File "./ipwndfu", line 63, in checkm8.exploit() File "/Users/Chris/Downloads/ipwndfu-master/checkm8.py", line 490, in exploit libusb1_async_ctrl_transfer(device, 0x21, 1, 0, 0, 'A' * 0x800, 0.0001) File "/Users/Chris/Downloads/ipwndfu-master/checkm8.py", line 45, in libusb1_async_ctrl_transfer assert usb.backend.libusb1._lib.libusb_cancel_transfer(transfer_ptr) == 0 AssertionError

ghost commented 4 years ago

checkm8 exploit by axi0mX

Found: CPID:8950 CPRV:20 CPFM:03 SCEP:10 BDID:00 ECID: IBFL:00 SRTG:[iBoot-1145.3]

Traceback (most recent call last):

File "./ipwndfu", line 63, in

checkm8.exploit()

File "/Users/Chris/Downloads/ipwndfu-master/checkm8.py", line 490, in exploit

libusb1_async_ctrl_transfer(device, 0x21, 1, 0, 0, 'A' * 0x800, 0.0001)

File "/Users/Chris/Downloads/ipwndfu-master/checkm8.py", line 45, in libusb1_async_ctrl_transfer

assert usb.backend.libusb1._lib.libusb_cancel_transfer(transfer_ptr) == 0

AssertionError

Sawen1981 commented 1 year ago

same here,

Traceback (most recent call last): File "/Library/Frameworks/Python.framework/Versions/3.10/bin/ipwndfu", line 8, in sys.exit(main()) File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/ipwndfu/main.py", line 121, in main pwn(device, match_device=args.match_device) File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/ipwndfu/main.py", line 257, in pwn checkm8.exploit(match=match_device) File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/ipwndfu/checkm8.py", line 853, in exploit libusb1_async_ctrl_transfer(device, 0x21, 1, 0, 0, b"A" * 0x800, 0.0001) File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/ipwndfu/checkm8.py", line 83, in libusb1_async_ctrl_transfer assert usb.backend.libusb1._lib.libusb_cancel_transfer(transfer_ptr) == 0 AssertionError