Re: Take a look to this Windows site

2001-10-09 Thread Lennart Sorensen
I have been reading your thread and have not been able to figure out what nc is (please let the answer not be netscape or something, I'll be embarrased for life and never post anything again). nc = netcat. Opens connection to a network port and cat's to or from it, until it receives

Re: Take a look to this Windows site

2001-10-08 Thread Alexander Poslavsky
On 06 Oct 2001 18:40:51 +0200 Florian Weimer [EMAIL PROTECTED] wrote: Tim van Erven [EMAIL PROTECTED] writes: alias slashbored='echo -e HEAD / HTTP/1.0\n\n | nc slashdot.org 80 | I have been reading your thread and have not been able to figure out what nc is (please let the answer not be

Re: Take a look to this Windows site

2001-10-08 Thread Gustaf Erikson
Alexander Poslavsky [EMAIL PROTECTED] writes: On 06 Oct 2001 18:40:51 +0200 Florian Weimer [EMAIL PROTECTED] wrote: Tim van Erven [EMAIL PROTECTED] writes: alias slashbored='echo -e HEAD / HTTP/1.0\n\n | nc slashdot.org 80 | I have been reading your thread and have not been able to

Re: Take a look to this Windows site

2001-10-08 Thread Peter Makholm
Alexander Poslavsky [EMAIL PROTECTED] writes: I have been reading your thread and have not been able to figure out what nc is (please let the answer not be netscape or something, I'll be embarrased for life and never post anything again). It a tool in the netcat package. 'apt-cache show

Re: Take a look to this Windows site

2001-10-08 Thread martin f krafft
* Florian Weimer [EMAIL PROTECTED] [2001.10.06 18:40:51+0200]: alias slashbored='echo -e HEAD / HTTP/1.0\n\n | nc slashdot.org 80 | Two '\r's are missing, I think. :-/ it's an apache server. sure, \r is in the standard, but apache couldn't care less. in fact, no server nowadays cares. --

Re: Take a look to this Windows site

2001-10-06 Thread Florian Weimer
Tim van Erven [EMAIL PROTECTED] writes: alias slashbored='echo -e HEAD / HTTP/1.0\n\n | nc slashdot.org 80 | Two '\r's are missing, I think. :-/ -- Florian Weimer[EMAIL PROTECTED] University of Stuttgart http://cert.uni-stuttgart.de/ RUS-CERT

Take a look to this Windows site

2001-10-03 Thread Dr. Aldo Medina
[EMAIL PROTECTED]:~$ telnet www2.hyperion-records.co.uk 80 Trying 62.216.66.198... Connected to 62.216.66.198. Escape character is '^]'. HEAD / HTTP/1.0 HTTP/1.1 200 OK Server: Microsoft-IIS/5.0 X-I_wish_I_was_using_Linux: Yes Content-Location: http://62.216.66.198/index.html Date: Wed, 03 Oct

Re: Take a look to this Windows site

2001-10-03 Thread Jens Christian Gram
-Original Message- From: aumedina [mailto:aumedina]On Behalf Of Dr. Aldo Medina Sent: Wednesday, October 03, 2001 8:53 AM To: debian-curiosa@lists.debian.org Subject: Take a look to this Windows site [EMAIL PROTECTED]:~$ telnet www2.hyperion-records.co.uk 80 Trying 62.216.66.198

RE: Take a look to this Windows site

2001-10-03 Thread Thomas Thurman
On Wed, 3 Oct 2001, Donald Plummer wrote: How do you get telnet to show anything after Escape character is '^]'.? When I telnet to that site all I get is that, and then just a blinking cursor where I can type things. You're connecting to the HTTP port, so speak HTTP to it. In this case, you

Re: Take a look to this Windows site

2001-10-03 Thread Antonio Luque Estepa
El Mié 03 Oct 2001 18:03, Donald Plummer escribió: How do you get telnet to show anything after Escape character is '^]'.? When I telnet to that site all I get is that, and then just a blinking cursor where I can type things. And then you write HEAD / HTTP/1.0 followed by two intros and the

Re: Take a look to this Windows site

2001-10-03 Thread martin f krafft
* Donald Plummer [EMAIL PROTECTED] [2001.10.03 09:03:30-0700]: How do you get telnet to show anything after Escape character is '^]'.? When I telnet to that site all I get is that, and then just a blinking cursor where I can type things. you need to make an HTTP request, terminated by a

Re: Take a look to this Windows site

2001-10-03 Thread Tim van Erven
On Wed, Oct 03, 2001 at 09:53:23AM -0600, Dr. Aldo Medina [EMAIL PROTECTED] wrote: [EMAIL PROTECTED]:~$ telnet www2.hyperion-records.co.uk 80 Trying 62.216.66.198... Connected to 62.216.66.198. Escape character is '^]'. HEAD / HTTP/1.0 HTTP/1.1 200 OK Server: Microsoft-IIS/5.0