Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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