I want to learn nmap and its various options. Are there any example domains which purposefully have security holes to facilitate learning nmap?
|
There is a specific URL for that : scanme.nmap.org
If you are looking for vulnerable webapp here are some good lists : |
||||
|
|
|
nmap won't disclose security holes, nmap will only disclose what services are running. I'd highly recommend downloading virtualbox then getting an vunerable webserver like metasploitable to run on it. That way you can scan until your hearts content and also futher research what exploits etc are possible. |
|||||
|
|
Take a look at Metasploitable (http://www.offensive-security.com/metasploit-unleashed/Metasploitable) It is a Virtual machine that has a whole bunch of vulnerable services installed. There is a tutorial that walk through how to exploit each service, part of this will be using NMAP to fingerprint the services. |
|||
|
|

nmap localhostfirst.... – F. Hauri Mar 2 at 17:53