Странице

Ознаке

четвртак, 4. септембар 2014.

Monitoring listening ports

Which ports are listening for TCP connections from the network:
nmap -sT -O localhost
Check if the port is associated with the official list of known services:
cat /etc/services | grep 834
Check for port 834 using netstat:
netstat -anp | grep 834
 Check for port 834 using lsof:
lsof -i | grep 834

Нема коментара:

Постави коментар

Напомена: Само члан овог блога може да постави коментар.