On Sat, 24 Feb 2001 12:51:08 +0100, Philip Newton wrote:
> I see your whois graffiti and raise you the domain where you can do a zone
> transfer, chop off the first bit, sort, MIME-decode and get a program. (Or
> something like that.)
> 
> Unfortunately, I don't remember the domain. I think it was in France
> somewhere.

You mean this? Unfortunately, it doesn't work anymore, but when it did, you ended up 
with DeCSS code:

dig @138.195.138.195 goret.org. axfr | grep '^c..\..*A' | sort \
  | cut -b5-36 | perl -e 'while(<>){print pack("H32",$_)}' | gzip -d

-- 
        Peter Haworth   [EMAIL PROTECTED]
"Perl should only be studied as a second language.
 A good first language would be English."
                -- Larry Wall

Reply via email to