https://github.com/serialt/ncat
check tcp/icmp
https://github.com/serialt/ncat
Last synced: 25 days ago
JSON representation
check tcp/icmp
- Host: GitHub
- URL: https://github.com/serialt/ncat
- Owner: serialt
- Created: 2023-06-17T09:10:29.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-17T09:32:46.000Z (about 3 years ago)
- Last Synced: 2026-05-24T03:32:53.912Z (25 days ago)
- Language: Go
- Size: 42 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```