Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mfat authored Dec 13, 2024
1 parent a4e127e commit 7d04452
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,14 @@
# PortsInfo


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.

The app runs netstat and ss under the hood. It requires admin priviledges to display additional info (process/command/PID).

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.

0 comments on commit 7d04452

Please sign in to comment.