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

Difference between revisions of "Talk:Enumerate Applications on Webserver (OTG-INFO-004)"

From OWASP
Jump to: navigation, search
(New section: v3 Review Comments)
Line 1: Line 1:
 +
__TOC__
 +
 +
== NMAP Changes? ==
 +
 
Hi, what do you think to change the nmap command, and the nmap site?
 
Hi, what do you think to change the nmap command, and the nmap site?
  
Line 8: Line 12:
  
 
nmap –PN –sT –sV –p0-65535 192.168.1.100
 
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.
 
And the nmap site is nmap.org now. But www.insecure.org is still there.

Revision as of 13:56, 3 September 2008

NMAP Changes?

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)

v3 Review Comments

Similar to the previous section this section seems more like Service discovery than application discovery. We're still learning things about the server and not as much about the specific application we're assessing. IMHO.
Rick.mitchell 09:55, 3 September 2008 (EDT)