Is it at all possible to verify information about the web server (tomcat, jboss, etc) that is hosting the actual web application? For instance lets say that there is a gaping security hole within tomcat that was discovered at midnight. Would it be at all possible to determine which web applications were hosted on this type of web server if I do not have control of it?
feedback
|
|
If you look into the HTTP Responses Headers (which most browser dev tools will let you do), and look at the For example this page returned | |||||||||||
feedback
|
|
You could
Then look at the | |||||||
|
feedback
|
|
The Web Developer toolbar for Firefox has among its many options a way to view page response headers. (Information | View Response Headers) | |||
|
feedback
|
|
Check out | |||
|
feedback
|
|
Installing the Header Spy extension for Firefox will put this information in your FF status bar. | |||
|
feedback
|