Thursday, June 3, 2010

Nice post to detect ports.

http://www.redhat.com/docs/manuals/linux/RHL-9-Manual/security-guide/s1-server-ports.html
nmap -sT -O localhost
netstat -anp | grep 834 
lsof -i | grep 834

No comments:

Post a Comment