iOS POCs and Ideas
Install usbmuxd
$ brew install usbmuxdInstall jtool
$ brew cask install jtoolStart proxy
$ iproxy 2222 22 &SSH
$ ssh -p 2222 root@localhost=OR=
$ make all
NOTE: when you connected to XCode it installed dev tools on the device
iPod-touch:~ root# /Developer/usr/bin/debugserver localhost:6666 --waitfor evilCommand+Shift+B
Press F5 or use GUI (you will need to continue past initial trap)
Let's wake this lil guy up early 😈
> thread jump --line 16
> continue
Get Levin's iOSBinaries
$ wget http://newosxbook.com/tools/binpack64-256.tar.gz
$ scp -P 2222 root@localhost:/
$ ssh -p 2222 root@localhost
iPod-touch:~ root# cd /
iPod-touch:~ root# tar -kxvf binpack64-256.tar.gziPod-touch:~ root# echo "127.0.0.1 mesu.apple.com" >> /etc/hosts