Showing posts with label ports. Show all posts
Showing posts with label ports. Show all posts

Tuesday, September 15, 2009

ports

List of open ports: redhat-docs

sudo nmap -sT -O localhost

Complete port scan
nmap address -PN -p1-65535

UDP ports:
sudo nmap -sU localhost

netstat -nat

netstat -l --tcp

lsof -i