Saturday, March 17, 2007

Using Nmap: Identifying Services

Using nmap to identify services on a host. Again, very easy. The command used is:
nmap 192.168.1.109 -sV
...this will communicate with the open ports, and compare the traffic to a small database in nmap with fingerprints of known services. In this video, an ubuntu webserver is discovered, which is true.

No comments: