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

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

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
```