sudo checkra1n -c when you see the second prompt "- [*]: Right before trigger (this is the real bug setup)", immediately disconnect the cable, wait 2 seconds and connect it again https://github-wiki-see.page/m/ish-app/ish/wiki/Running-an-SSH-server SSH by usb: "python2 iphonessh/python-client/tcprelay.py -t 44:2222" "ssh -p 2222 mobile@localhost" (password is alpine) do, "set TERM=vt100" to have proper terminal support (backspace etc.) SSH by network: it's very slow on my iphone 5s so i don't recommend it, but, well find your ip address in wifi settings on iphone, and ssh by "ssh mobile@{yourip}" you probably also need to install openssh in cydia and check out this https://superuser.com/questions/954492/how-to-start-ssh-server-on-ios iOS Activation Lock Bypass Tool: https://github.com/codesecure-org/iOS-Hacktivation-Toolkit/tree/master sudo ./hacktivation.sh install packages if using usbmux, do "sudo usbmuxd -f -p", then "idevicepair pair" it should be paired. it uses python2, so change python version to python2 in bypass_scripts/mobileactivationd_12_4_7/run.sh, add -O flag after "scp -P 2222", because otherwise it won't work