This site is the archived OWASP Foundation Wiki and is no longer accepting Account Requests.
To view the new OWASP Foundation website, please visit https://owasp.org

Talk:Enumerate Applications on Webserver (OTG-INFO-004)

From OWASP
Revision as of 19:36, 2 April 2008 by Unusuario (talk | contribs) (New page: Hi, what do you think to change the nmap command, and the nmap site? Latest nmap change some parameters like -P0 to -PN. -P0 is obsolete. Sample command should be now: nmap –PN –sT ...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Hi, what do you think to change the nmap command, and the nmap site?

Latest nmap change some parameters like -P0 to -PN. -P0 is obsolete.

Sample command should be now: nmap –PN –sT –sV –p1-65535 192.168.1.100

If fact, nmap has the abilily to scan port number 0, so we can do better with:

nmap –PN –sT –sV –p0-65535 192.168.1.100


And the nmap site is nmap.org now. But www.insecure.org is still there.

cheers --Unusuario 15:36, 2 April 2008 (EDT)