Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lanceseidman/whatapp

WhatApp is designed to make it easy to understand the Applications and Ports used on your Linux machine.
https://github.com/lanceseidman/whatapp

Last synced: 19 days ago
JSON representation

WhatApp is designed to make it easy to understand the Applications and Ports used on your Linux machine.

Awesome Lists containing this project

README

        

# WhatApp
WhatApp is designed to make it easy to understand the Applications and Ports used on your Linux machine.

# Requirements
1. `awk` and `netstat` must be installed
2. Must run as `root`

# How to run
`sudo bash whatapp.sh`

# Example Output
~$ `sudo bash whatapp.sh`

Active Network Connections:

`Application: Slack is using Port: 59020`

`Application: chrome is using Port: 34608`

`Application: NetworkManager is using Port: 68`

Foreign Network Connections:

`Application: Slack is using Port: 59020`

`Application: NetworkManager is using Port: 68`

`Application: chrome is using Port: 35729`

Have a Nice Day!