Friday, April 29, 2011

security with nmap

if you are running a server, or curious about what services is running on your system,
you may use nmap to have a port scan on your machine,
and show you some good information about the machine runnning ports, machine o/s and service specific information such as netbios, file sharing server, web server and mail servers..

Quick start:
nmap -A -T4 [ip/domainname]

No comments: