-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
|