NODE 96162128BOUNCE cypherpunks@Algebra.COM: Admin request of type /^\s*which\s+\S+\s*$/i at line 6 (fwd)
cpunks@algebra.comWed, 21 May 1997 09:29:54 +0800
----- Forwarded message from owner-cypherpunks@algebra.com -----
>From owner-cypherpunks@Algebra.COM Sun May 18 16:04:30 1997
Date: Sun, 18 May 1997 16:04:27 -0500
From: owner-cypherpunks@algebra.com
Message-Id: <199705182104.QAA32347@manifold.algebra.com>
To: owner-cypherpunks@Algebra.COM
Subject: BOUNCE cypherpunks@Algebra.COM: Admin request of type /^\s*w-h-i--ch\s+\S+\s*$/i at line 6
>From cpunks@manifold.algebra.com Sun May 18 16:04:17 1997
Return-Path: <cypherpunks-errors@toad.com>
Received: (from root@localhost) by manifold.algebra.com (8.8.5/8.8.2) with UUCP id QAA32329 for cypherpunks+incoming-toad@algebra.com; Sun, 18 May 1997 16:04:13 -0500
Received: from toad.com (toad.com [140.174.2.1])
by www.video-collage.com (8.8.5/8.8.5) with ESMTP id RAA24795
for <cypherpunks+incoming-toad@algebra.com>; Sun, 18 May 1997 17:04:05 -0400 (EDT)
Received: (from majordom@localhost) by toad.com (8.7.5/8.7.3) id NAA26718 for cypherpunks-unedited-outgoing; Sun, 18 May 1997 13:57:27 -0700 (PDT)
Received: from kizmiaz.dis.org (se7en@kizmiaz.dis.org [206.14.78.160]) by toad.com (8.7.5/8.7.3) with ESMTP id NAA26713 for <cypherpunks@toad.com>; Sun, 18 May 1997 13:57:13 -0700 (PDT)
Received: (from se7en@localhost)
by kizmiaz.dis.org (8.8.5/8.8.5) id NAA26241;
Sun, 18 May 1997 13:58:05 -0700 (PDT)
Date: Sun, 18 May 1997 13:58:04 -0700 (PDT)
From: se7en <se7en@dis.org>
To: Cypherpunks <cypherpunks@toad.com>
Subject: Hacked, Trashed and Out of Beer
Message-ID: <Pine.BSI.3.91.970518135516.26216A-100000@kizmiaz.dis.org>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Sender: owner-cypherpunks@toad.com
Precedence: bulk
Well, I finally managed to catch up on all the email from this list, and
managed to also get all of the hacked web sites thus far up on my web
page at http://www.dis.org/se7en
w-h-i-c-h includes:
Amnesty International
Central Intelligence Agency
East Timor, Indonesia
Kriegsman Fur
NASA
U.K. Labour Party
U.S. Air Force
U.S. Department of Justice
se7en
----- End of forwarded message from owner-cypherpunks@algebra.com -----
NODE 885dfc99Re: Hacked, Trashed and Out of Beer
Bill Frantz <frantz@netcom.com>Wed, 21 May 1997 12:54:32 +0800
At 6:21 PM -0700 5/20/97, se7en <se7en@dis.org> wrote:
>Well, I finally managed to catch up on all the email from this list, and
>managed to also get all of the hacked web sites thus far up on my web
>page at http://www.dis.org/se7en
>
>w-h-i-c-h includes:
>
>Amnesty International
>Central Intelligence Agency
>East Timor, Indonesia
>Kriegsman Fur
>NASA
>U.K. Labour Party
>U.S. Air Force
>U.S. Department of Justice
Gee, your server sure wants to send a lot of cookies. I consider receiving
a cookie before getting a statement, or being able to guess (e.g. WEB
shopping), about their use to be an unfriendly act.
-------------------------------------------------------------------------
Bill Frantz | The Internet was designed | Periwinkle -- Consulting
(408)356-8506 | to protect the free world | 16345 Englewood Ave.
frantz@netcom.com | from hostile governments. | Los Gatos, CA 95032, USA
NODE c6b573f6Re: Hacked, Trashed and Out of Beer
se7en <se7en@dis.org>Fri, 23 May 1997 17:04:06 +0800
On Tue, 20 May 1997, Bill Frantz wrote:
> Gee, your server sure wants to send a lot of cookies. I consider receiving
> a cookie before getting a statement, or being able to guess (e.g. WEB
> shopping), about their use to be an unfriendly act.
The SysAdmin for the domain has installed AccessWatch for maintaining an
HTML version of hit statistics for the server. This application is doing
what you mention above. There is no nefarious purpose in trying to get
you to my page. Check out: http://www.dis.org/access to see what all the
cookies being sent are being used for.
se7en
NODE 4a8ff028Re: Hacked, Trashed and Out of Beer
Alan Olsen <alan@ctrl-alt-del.com>Wed, 21 May 1997 13:16:24 +0800
-----BEGIN PGP SIGNED MESSAGE-----
At 09:47 PM 5/20/97 -0700, Bill Frantz wrote:
>At 6:21 PM -0700 5/20/97, se7en <se7en@dis.org> wrote:
>>Well, I finally managed to catch up on all the email from this list, and
>>managed to also get all of the hacked web sites thus far up on my web
>>page at http://www.dis.org/se7en
>>
>>w-h-i-c-h includes:
>>
>>Amnesty International
>>Central Intelligence Agency
>>East Timor, Indonesia
>>Kriegsman Fur
>>NASA
>>U.K. Labour Party
>>U.S. Air Force
>>U.S. Department of Justice
>
>Gee, your server sure wants to send a lot of cookies. I consider receiving
>a cookie before getting a statement, or being able to guess (e.g. WEB
>shopping), about their use to be an unfriendly act.
Sounds like the AUTH_COOKIE module at work again. Pretty easy to fix. Just
comment out the AUTH_COOKIE module (which should not be turned on anyways) in
the src/Configuration file and recompile. Keeps people from being cookie-
bombed into the stone age.
<rant align=tech>
AUTH_COOKIE is actually something for excessive user tracking. It sends a
cookie for every object sent by the server. If they have Netscape 3.0 and
are
tracking such things, it becomes a real pain. Since few webmasters, if any,
have log crunchers that will even use that data (or that anyone cares...) it
is a waste of log space in the first place. It also annoys many users.
</rant>
-----BEGIN PGP SIGNATURE-----
Version: 5.0 beta
Charset: noconv
iQEVAwUBM4KBx+QCP3v30CeZAQF+TAf/UNfgOU39PyLPB2i9sq6PK7y2Vum2o3u7
Nb+T9BMdjOa/LmVEkOozcOcwvw6xwPBWIWSOD98yq8WlauQ4xwRiay4Hp6sI++mE
m9KmXfA1fy5SgCAYk8gYL/VvBzhowxjcgo4JulQBBAPzR4lMfwP70eNhXMnkbGsh
iKl8NywrcfvmfZwSaQS8Lb9moDpIXXzCZJKMWJIdeYQdJOYGvQAVSA0W8tIw3bpR
cVk2yJqg8fMcvAhlBwI+YkYrTEtnqzcyC2TwljBYUU3lVl2hWhPJZ5gkgwe2XSUj
UyeaKNr21iXeiXPQ5nM55W9eiBfFnpcKSiMEb+KTQEhdKb/Uxm0Yqg==
=JUGI
-----END PGP SIGNATURE-----
---
| "Bill Clinton - Bringing back the sixties one Nixon at a time." |
|"The moral PGP Diffie taught Zimmermann unites all| Disclaimer: |
| mankind free in one-key-steganography-privacy!" | Ignore the man |
|`finger -l alano@teleport.com` for PGP 2.6.2 key | behind the keyboard.|
| http://www.ctrl-alt-del.com/~alan/ |alan@ctrl-alt-del.com|