Sunday, April 17, 2005

Testing the security of your Linux box

Do a portscan and look for open ports on your server:

nmap -sS -T Aggressive -p 1-10000 www.your_server | grep open

List all open local ports & program names:

lsof -P -n -i

No comments: