Evan's posterous

Adventures in pomodoro and other such things

« Back to posts
  • Viewed
    times

Filed under

  • linux
August 19, 2009

verifying a computers listening ports using nmap

  • Edit
  • Delete
  • Tags
  • Autopost
one of the most reliable ways to determine which ports are accessible on a computer is to use nmap

nmap -sT -O localhost

alternately

netstat -an
lsof -i

but since these commands do not connect to the actual computer ports they are less reliable
  • 0 responses
  • Like
  • Comment