ipwndfu icon indicating copy to clipboard operation
ipwndfu copied to clipboard

AssertionError

Open pr1m07 opened this issue 6 years ago • 7 comments

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

pr1m07 avatar Oct 09 '19 15:10 pr1m07

Someone i've contacted on twitter is having the same problem.

TRCL-lamothecolby avatar Oct 29 '19 22:10 TRCL-lamothecolby

try another USB cable...

jejer avatar Oct 30 '19 01:10 jejer

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

Vezh avatar Oct 30 '19 01:10 Vezh

same issue

LYJSPEEDX avatar Mar 06 '20 02:03 LYJSPEEDX

Ah, same issue... Anyone get through it?

poobutt avatar Apr 09 '20 19:04 poobutt

sovled by another lighting cable

karanokk avatar May 24 '20 02:05 karanokk

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

Sawen1981 avatar Oct 13 '22 13:10 Sawen1981