Custom Search

Monday, December 6, 2010

Testing the security of your Linux box

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:

Post a Comment