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

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.

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:

  • Protocol used

  • Local and foreign addresses

  • Process ID (PID) and program name

  • Connection state

  • Location of the executable


  • ▚ 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.