An open API service indexing awesome lists of open source software.

https://github.com/ysmood/nc

A simple netcat tool
https://github.com/ysmood/nc

Last synced: 8 months ago
JSON representation

A simple netcat tool

Awesome Lists containing this project

README

          

# nc

A simple tool bind tcp and udp at the same time with sane defaults.

I use it to detect if a machine's tcp/udp is accessible.

Install executable: `curl -L https://git.io/fjaxx | repo=ysmood/nc bin=nc sh`

```txt
usage: nc [] [ ...]

a simple netcat tool

Flags:
--help Show context-sensitive help (also try --help-long and --help-man).
--version Show application version.

Args:
[

] the host and port address

Commands:
help [...]
Show help.

serve [

]
run as server for both tcp and udp on the same port

send [] [

]
send tcp or udp package

-p, --protocol="tcp" protocol to use
```