|
NAMEinetcat - Opens a read/write interface via STDIN/STDOUT to a TCP port on a usbmux deviceSYNOPSISinetcat [OPTIONS] <DEVICE_TCP_PORT>DESCRIPTIONinetcat 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.OPTIONS
EXAMPLEUse 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 AUTHORAdrien GuinetSEE ALSOiproxy(1)ON THE WEBhttps://libimobiledevice.orghttps://github.com/libimobiledevice/libusbmuxd Visit the GSP FreeBSD Man Page Interface. |