inetcat(1) | General Commands Manual | inetcat(1) |
inetcat - Opens a read/write interface via STDIN/STDOUT to a TCP port on a usbmux device
inetcat [OPTIONS] <DEVICE_TCP_PORT>
inetcat is a simple netcat-like tool that allows opening a read/write interface to a TCP port on a usbmux device and exposing it via STDIN/STDOUT.
Use ssh ProxyCommand to connect to a jailbroken iOS device via SSH:
$ ssh -oProxyCommand="inetcat 22" root@localhost
Used in SSH config file to connect to iOS Device:
$ cat ~/.ssh/config Host myiphone
User root
ProxyCommand "icat 22 UDID_of_my_iphone" $ ssh myiphone
Adrien Guinet
https://libimobiledevice.org
https://github.com/libimobiledevice/libusbmuxd