Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jakeroggenbuck/port-checker
Check for open tcp and tcp6 ports and their process info for server debugging
https://github.com/jakeroggenbuck/port-checker
Last synced: 5 days ago
JSON representation
Check for open tcp and tcp6 ports and their process info for server debugging
- Host: GitHub
- URL: https://github.com/jakeroggenbuck/port-checker
- Owner: JakeRoggenbuck
- License: mit
- Created: 2022-07-31T20:57:04.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-12T19:42:30.000Z (about 1 year ago)
- Last Synced: 2024-06-21T12:50:51.314Z (5 months ago)
- Language: Go
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Port Checker ![Go](https://img.shields.io/github/actions/workflow/status/jakeroggenbuck/port-checker/go.yml?style=for-the-badge)
Check for open tcp and tcp6 ports and their process info for server debugging![image](https://user-images.githubusercontent.com/35516367/182045101-91e8815e-6ac5-4a80-929b-644237dba25f.png)
![image](https://user-images.githubusercontent.com/35516367/204479221-2d756fe8-4203-4041-a53c-bc16946043a0.png)
# Install
```sh
git clone https://github.com/JakeRoggenbuck/port-checker.git
cd port-checker
go install
```