Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rexlx/portping

ping tcp ports using go
https://github.com/rexlx/portping

go golang tcp

Last synced: 23 days ago
JSON representation

ping tcp ports using go

Awesome Lists containing this project

README

        

# portping
ping tcp ports with go

```bash
confirm a specific port is open on a target machine. usage:
portping

[args]
portping pandora.com 443 -c 10 -w 50 -s

-c count, how many times to ping the target
-h help, print this help message and exit
-s silent, suppress output
-t timeout, how long to wait before failing
-w wait, how long to wait between pings. default is 500ms
```