netcat的iOS客户端

netcat的iOS客户端,连接到服务器的某一个端口上并通过网络发送/接收字节。

Swift 第三方集成

访问GitHub主页

共15Star

详细介绍

nc-client

netcat client for iOS

Description

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.

License

cc by-nc-sa

This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.

Based on BSD's netcat.

Screenshots

terminal prompt

推荐源码