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)"
(merger request and content suggestion.) |
|||
Line 30: | Line 30: | ||
also if i pay put forward I have tried to cover some steps of web application finger printing here : http://anantshri.info/articles/web_app_finger_printing.html | also if i pay put forward I have tried to cover some steps of web application finger printing here : http://anantshri.info/articles/web_app_finger_printing.html | ||
I hope this could be of some use in the correct page of web application finger printing. | I hope this could be of some use in the correct page of web application finger printing. | ||
+ | --[[User:Anant Shrivastava|Anant Shrivastava]] 06:05, 18 July 2011 (EDT) |
Revision as of 10:05, 18 July 2011
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 application(s) we're assessing. IMHO.
May this section should be renamed to something like "Discovery of web server services and web applications on a host".
Rick.mitchell 09:55, 3 September 2008 (EDT)
Merge with (OWASP-IG-004)
This article should be merged with 4.2.4 Testing for Web Application Fingerprint (OWASP-IG-004) and renamed to web server finger printing as both these pages talk about server level finger printing.
also if i pay put forward I have tried to cover some steps of web application finger printing here : http://anantshri.info/articles/web_app_finger_printing.html I hope this could be of some use in the correct page of web application finger printing. --Anant Shrivastava 06:05, 18 July 2011 (EDT)