https://github.com/thbkrkr/tcping
Perform TCP handshake without ACK
https://github.com/thbkrkr/tcping
Last synced: over 1 year ago
JSON representation
Perform TCP handshake without ACK
- Host: GitHub
- URL: https://github.com/thbkrkr/tcping
- Owner: thbkrkr
- Created: 2017-06-06T20:23:41.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-01T12:39:12.000Z (about 9 years ago)
- Last Synced: 2025-01-13T05:07:57.771Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tcping
Simple CLI powered by [github.com/tevino/tcp-shaker](https://github.com/tevino/tcp-shaker) to perform TCP handshake without ACK, useful for health checking.
```sh
> tcping github.com:123
KO Connect to github.com:123 timed out
> tcping github.com:22
OK Connect to github.com:22 succeede
```