https://github.com/emadasefi/portchecker
The Port Checker Script is a Bash utility that provides an overview of active network connections on a Linux system. It uses the netstat command to gather and format key information about each connection.
https://github.com/emadasefi/portchecker
bash-script linux-shell portchecker shell-script
Last synced: 10 months ago
JSON representation
The Port Checker Script is a Bash utility that provides an overview of active network connections on a Linux system. It uses the netstat command to gather and format key information about each connection.
- Host: GitHub
- URL: https://github.com/emadasefi/portchecker
- Owner: emadasefi
- License: mit
- Created: 2024-10-02T16:21:45.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-07T13:33:03.000Z (over 1 year ago)
- Last Synced: 2025-02-22T17:37:49.246Z (over 1 year ago)
- Topics: bash-script, linux-shell, portchecker, shell-script
- Language: Shell
- Homepage:
- Size: 7.81 KB
- Stars: 19
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Port Checker Script (Enhanced Netstat Output Formatter)
====================================
The Port Checker Script is a Bash utility designed to provide a comprehensive overview of active network connections on a Linux system. Utilizing the netstat command, this script retrieves and formats essential information about each connection, including the protocol used, local and foreign addresses, the associated process ID (PID) and program name, the connection state, and the location of the executable.
▚ It uses the netstat command to gather and format key information about each connection, including:
▚ This script is designed to help users monitor and troubleshoot network activity effectively.
## — Feedback ❤️—
Please leave a comment if you have any comments, suggestions or problems.