Ethical Hacking Learn to find vulnerabilities before the bad guys do! Gain real world hands on hacking experience in our state of the art hacking lab. Course designed and taught by expert instructors with years of penetration testing experience. 12 student maximum in every class. Certification attempt included in every package. | Computer Forensics Training at InfoSec Institute Gain the in-demand skills of a certified computer examiner, learn to recover trace data left behind by fraud, theft, and cybercrime perpetrators. Discover the source of computer crime and abuse at your organization so that it never happens again. All of our class sizes are guaranteed to be 12 students or less to facilitate one-on-one interaction with one of our expert instructors. |

| Subject: | Re: reverse proxy identification |
|---|---|
| Date: | Mon, 15 Jan 2007 18:24:34 +0000 |
On 12/01/07, sami ghourabi <sami.ghourabi@icn.com.tn> wrote:
When I browse to the IPs with firefox, I recieve several messages "No web site is configured at this address." for some IP. Does anybody here know if this message is specific to a given reverse proxy/web server product ?
IIS 4, 5 or 6. The server is being used to host several virtual web servers, and the page returned depends on the host: header sent by the browser.
If you send something like:
GET / HTTP/1.0 host: www.example.com
and www.example.com is one of the virtual servers configured, you'll get the web page sent back to you.
If you don't send a host: header, or the host specified isn't on that server, you'll get the "no web site is configured at this address".
Host: headers are usually worked out by the browser, based on the DNS name specified in the URL. Easiest thing to do to change the host header sent by firefox will be to add entries to your /etc/hosts file (or %WINDIR%\System32\drivers\etc\hosts if you prefer) - and then use that hostname in the URL you're surfing to.
See: http://support.microsoft.com/kb/300238 for more info.
Unfortunately, I'm not aware of an easy way of enumerating which virtual hosts are configured on the server. If possible, try getting a zone transfer from one of their DNS servers to see which A and CNAME records are configured to point at that IP address. Otherwise, you're stuck with trickier methods, like sniffing traffic to see which host headers are in use, or trying to get the info from some of the end users. Maybe do a search for web pages and usenet postings containing 'example.com', and seeing what comes up.
-- AdamT "A casual stroll through the lunatic asylum shows that faith does not prove anything." - Nietzsche
------------------------------------------------------------------------ This List Sponsored by: Cenzic
Need to secure your web apps? Cenzic Hailstorm finds vulnerabilities fast. Click the link to buy it, try it or download Hailstorm for FREE.
http://www.cenzic.com/products_services/download_hailstorm.php?camp=701600000008bOW ------------------------------------------------------------------------
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | RE: Mile2 Training (Certifications), Renee Peters |
|---|---|
| Next by Date: | Re: Mile2 Training (Certifications), Lee Lawson |
| Previous by Thread: | RE: reverse proxy identification, Paul Melson |
| Next by Thread: | Re: reverse proxy identification, Olivier Meyer |
| Indexes: | [Date] [Thread] [Top] [All Lists] |