From 187de51729f103c1e9770e1ddd16bf432f7fb607 Mon Sep 17 00:00:00 2001 From: Mehdi Date: Sat, 14 Dec 2024 02:35:33 +0330 Subject: [PATCH] Update README.md --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index dddbb6f..0a16199 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,17 @@ Simple utility to show information about all listening ports on linux systems ![Screenshot From 2024-12-14 02-26-31](https://github.com/user-attachments/assets/0a9b1a36-c4ea-4b38-8229-30e59829f8f4) -This is a simple graphical utility to see ports that are listening for connections on a linux system. To put it simply, it sorts all servers running on your system, which can accept incoming connections. +This is a simple graphical utility to list ports that are listening for connections on a linux system. To put it simply, it sorts all servers running on your system, which can accept incoming connections. The app runs netstat and ss under the hood. It requires admin priviledges to display additional info (process/command/PID). +## Features +- See a list of TCP and UDP ports listening for connections +- Search through entries by port number or process name. For example you can searhch for mysql to see which port it's listening on. +- Ctrl+F shortcut for quick search +- Show additional info for each entry + +## Download/Installation There are packages for Debian/Ubuntu and Fedora/Redhat. Head to the releases section to download. You can also run the app directly from source. See the requirements.txt to know which modules you need to install.