Check for open ports

https://phoenixnap.com/kb/linux-check-open-ports

 lsof -nP -iTCP -sTCP:LISTEN

 netstat -tunpl

 ss -tunlp

 nc -z -v localhost 1-65535 2>&1 | grep succeeded


Revision #2
Created 14 April 2024 18:00:11 by Admin
Updated 14 April 2024 18:09:46 by Admin