netcat client for iOS
Connect to a server on a port and send/receive bytes over the network.
This app was developed to be an on-device solution for connecting to the iOS kernel exploit published by Google's Project Zero. In particular, the exploit provides access to a root shell on port 4141, and with this app it can be connected to at localhost:4141
from the device itself.
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.
Based on BSD's netcat.