Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rexlx/portping
- Owner: rexlx
- License: mit
- Created: 2020-01-07T20:30:29.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-05-18T20:53:42.000Z (over 1 year ago)
- Last Synced: 2024-06-20T16:45:49.524Z (5 months ago)
- Topics: go, golang, tcp
- Language: Go
- Homepage:
- Size: 44.9 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# portping
ping tcp ports with go```bash
[args]
confirm a specific port is open on a target machine. usage:
portping
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
```