Skip to content

gppmad/gonc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go NetCat Implementation

A Go implementation of the NetCat (nc) utility, focusing on networking functionality with zero dependencies and an idiomatic Go approach.

Current Features

  • TCP client
  • TCP client with TLS support

Installation

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

Usage Examples

./gonc -h

About

A golang implementation of the famous nc command.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages