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: HTTP request working via hostname but not via IP address |
|---|---|
| Date: | Mon, 08 May 2006 10:54:06 -0700 |
The IP i'm trying to reach IS one of two IPs which correspond to a virtual adress, but this is on an internal network, so the IP I am aiming for is definitely not virtual. Any other possibilities?
There may be some overlapping terminology here: "virtual IP" vs. "virtual host". Try this: telnet HOSTNAME 80 Trying ADDRESS... Connected to HOSTNAME (ADDRESS). Escape character is '^]'. GET / HTTP/1.0 Then press return a second time. Note what you get for a reply. Then do this: telnet HOSTNAME 80 Trying ADDRESS... Connected to HOSTNAME (ADDRESS). Escape character is '^]'. GET / HTTP/1.1 Host: HOSTNAME And press return again. If the responses differ significantly, the web server is configured to require the "Host:" header from your browser, which was included in the second request but not the first. When you connect by IP address, your computer maybe sends "Host: ADDRESS" or maybe no host header at all. Thus the server rejects the request. Marvin Simkin, CISA http://simkin.asu.edu/ ------------------------------------------------------------------------------ This List Sponsored by: Cenzic Concerned about Web Application Security? Why not go with the #1 solution - Cenzic, the only one to win the Analyst's Choice Award from eWeek. As attacks through web applications continue to rise, you need to proactively protect your applications from hackers. Cenzic has the most comprehensive solutions to meet your application security penetration testing and vulnerability management needs. You have an option to go with a managed service (Cenzic ClickToSecure) or an enterprise software (Cenzic Hailstorm). Download FREE whitepaper on how a managed service can help you: http://www.cenzic.com/news_events/wpappsec.php And, now for a limited time we can do a FREE audit for you to confirm your results from other product. Contact us at request@cenzic.com for details. ------------------------------------------------------------------------------
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | RE: HTTP request working via hostname but not via IP address, Omar A. Herrera |
|---|---|
| Next by Date: | Re: Re: to dsniff or not to dsniff, bob |
| Previous by Thread: | RE: HTTP request working via hostname but not via IP address, Omar A. Herrera |
| Next by Thread: | Re: HTTP request working via hostname but not via IP address, Thor (Hammer of God) |
| Indexes: | [Date] [Thread] [Top] [All Lists] |