A Go implementation of the NetCat (nc) utility, focusing on networking functionality with zero dependencies and an idiomatic Go approach.
- TCP client
- TCP client with TLS support
Since this project is not yet published as a Go package, you can install it directly from GitHub:
# Clone the repository
git clone git@github.com:gppmad/gonc.git
cd gonc# Build the project
go build -o nc./gonc -h