Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/lanceseidman/whatapp
- Owner: lanceseidman
- License: apache-2.0
- Created: 2023-12-31T21:41:16.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-31T21:47:16.000Z (about 1 year ago)
- Last Synced: 2024-11-09T01:47:51.700Z (2 months ago)
- Language: Shell
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!