Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AssertionError #147

Open
pr1m07 opened this issue Oct 9, 2019 · 7 comments
Open

AssertionError #147

pr1m07 opened this issue Oct 9, 2019 · 7 comments

Comments

@pr1m07
Copy link

pr1m07 commented Oct 9, 2019

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

@TRCL-lamothecolby
Copy link

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

@jejer
Copy link

jejer commented Oct 30, 2019

try another USB cable...

@Vezh
Copy link

Vezh commented Oct 30, 2019

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

@LYJSPEEDX
Copy link

same issue

@poobutt
Copy link

poobutt commented Apr 9, 2020

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

@karanokk
Copy link

sovled by another lighting cable

@Sawen1981
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants