Nicely displays which process is listening on some ports
pip install -r requirements.txt # psutil, rich
sudo python3 portfinder.py
Portfinder can be launched as an unpriviledged user but it will have bad results on priviledged processes
It's just a small psutil wrapper which displays the output nicely in a rich table
