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

https://github.com/serialt/ncat

check tcp/icmp
https://github.com/serialt/ncat

Last synced: 25 days ago
JSON representation

check tcp/icmp

Awesome Lists containing this project

README

          

## ncat
check tcp/icmp

```shell
ncat -h

Usage:

ncat [-p tcp/icmp] [host,port]

Examples:

# ping google continuously
ncat www.google.com

# tcp check
ncat -p tcp 8.8.8.8 22
ncat -p tcp github.com 443 80 22 5555
```