Popup error: "Python quit unexpectedly while using the libusb-1.0.22.mojave.bottle.dylib plug-in."
*** checkm8 exploit by axi0mX ***
Found: CPID:8960 CPRV:11 CPFM:03 SCEP:01 BDID:02 ECID:000005F4C90649E8 IBFL:1C SRTG:[iBoot-1704.10]
Traceback (most recent call last):
File "./ipwndfu", line 67, in
checkm8.exploit()
File "/Users/blacky/Documents/Lab/ipwndfu/checkm8.py", line 490, in exploit
libusb1_async_ctrl_transfer(device, 0x21, 1, 0, 0, 'A' * 0x800, 0.0001)
File "/Users/blacky/Documents/Lab/ipwndfu/checkm8.py", line 45, in libusb1_async_ctrl_transfer
assert usb.backend.libusb1._lib.libusb_cancel_transfer(transfer_ptr) == 0
AssertionError
[1] 39158 segmentation fault ./ipwndfu -p
Someone i've contacted on twitter is having the same problem.
try another USB cable...
what would make the difference? im having the same issue.
id say its either pyusb which isnt working properly or libusb
Oct 30
'19 01:10
Vezh
Ah, same issue... Anyone get through it?
sovled by another lighting cable
Same issue here, I am sure it can be solved, this thing is a nightmare.
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