Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vgmoose/nc-client
[iOS] netcat gui app, for using the 10.1.x mach_portal root exploit on device
https://github.com/vgmoose/nc-client
ios jailbreak nc-client netcat swift
Last synced: about 1 month ago
JSON representation
[iOS] netcat gui app, for using the 10.1.x mach_portal root exploit on device
- Host: GitHub
- URL: https://github.com/vgmoose/nc-client
- Owner: vgmoose
- Created: 2016-12-18T00:16:18.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-02-21T03:53:01.000Z (10 months ago)
- Last Synced: 2024-08-03T17:11:08.959Z (4 months ago)
- Topics: ios, jailbreak, nc-client, netcat, swift
- Language: Swift
- Homepage:
- Size: 141 KB
- Stars: 23
- Watchers: 3
- Forks: 9
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-network-stuff - **15**星
README
# 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](https://bugs.chromium.org/p/project-zero/issues/detail?id=965#c2) 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](https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png)](http://creativecommons.org/licenses/by-nc-sa/4.0/)This work is licensed under a [Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License](http://creativecommons.org/licenses/by-nc-sa/4.0/).
Based on BSD's [netcat](http://man.openbsd.org/OpenBSD-current/man1/nc.1).
## Screenshots
![terminal](https://i.imgur.com/PAB1mLn.png) ![prompt](https://i.imgur.com/H1Nzure.png)