Skip to content

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.

License

Notifications You must be signed in to change notification settings

emadasefi/PortChecker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

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.

    About

    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.

    Topics

    Resources

    License

    Stars

    Watchers

    Forks

    Languages