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

https://github.com/donuts-are-good/connections

view the current network connections and the programs that created them
https://github.com/donuts-are-good/connections

cli donut-utils go golang hacktoberfest network network-analysis

Last synced: 12 months ago
JSON representation

view the current network connections and the programs that created them

Awesome Lists containing this project

README

          

![donuts-are-good's followers](https://img.shields.io/github/followers/donuts-are-good?&color=555&style=for-the-badge&label=followers) ![donuts-are-good's stars](https://img.shields.io/github/stars/donuts-are-good?affiliations=OWNER%2CCOLLABORATOR&color=555&style=for-the-badge) ![donuts-are-good's visitors](https://komarev.com/ghpvc/?username=donuts-are-good&color=555555&style=for-the-badge&label=visitors)

# 🦊 connections
cli tool to view all open network connections and the apps responsible for them

## usage
run `./connections` to get a table of output like this:

```
Proto Local IP Local Port Remote IP Remote Port Binary Name
-----------------------------------------------------------------------------
chrome 192.168.1.100 50840 203.0.113.1 443 chrome
firefox 192.168.1.100 50852 198.51.100.5 443 firefox
safari 192.168.1.100 50978 203.0.113.1 443 safari
game_launcher 127.0.0.1 51275 127.0.0.1 3273 game_launcher
game_launcher 192.168.1.100 51298 172.217.23.14 443 game_launcher
game_launcher 192.168.1.100 51743 104.18.36.10 443 game_launcher
file_manager 192.168.1.100 51305 185.199.108.153 443 file_manager
file_manager 127.0.0.1 51308 127.0.0.1 51396 file_manager
file_manager 127.0.0.1 51396 127.0.0.1 51308 file_manager
file_manager 192.168.1.100 51329 104.237.62.211 443 file_manager

```
## license

MIT License 2023 donuts-are-good, for more info see license.md