Re: decyphering spam

2005-06-03 Thread David Goodenough
On Friday 03 June 2005 10:19, michael wrote: > On Fri, 2005-06-03 at 10:05 +0100, Dave Howorth wrote: > > michael wrote: > > > It seems this spam leads to trafficpro.us which is registered by > > > somebody in UK (see below) - do you think it's worth reporting or > > > taking legal action? I guess

Re: decyphering spam

2005-06-03 Thread michael
On Fri, 2005-06-03 at 10:05 +0100, Dave Howorth wrote: > michael wrote: > > It seems this spam leads to trafficpro.us which is registered by > > somebody in UK (see below) - do you think it's worth reporting or taking > > legal action? I guess we could just bombard their phone number > > Or perhap

Re: decyphering spam

2005-06-03 Thread Dave Howorth
michael wrote: It seems this spam leads to trafficpro.us which is registered by somebody in UK (see below) - do you think it's worth reporting or taking legal action? I guess we could just bombard their phone number Or perhaps do a little research first? The registrant claims to be in York. T

Re: decyphering spam

2005-06-03 Thread michael
It seems this spam leads to trafficpro.us which is registered by somebody in UK (see below) - do you think it's worth reporting or taking legal action? I guess we could just bombard their phone number [EMAIL PROTECTED]:/tmp$ whois trafficpro.us |less Domain Name: TR

Re: decyphering spam

2005-06-02 Thread michael
On Thu, 2005-06-02 at 17:06 -0400, Darryl Clarke wrote: > On 6/2/05, Steve Lamb <[EMAIL PROTECTED]> wrote: > > michael wrote: > > > how do i decypher what the following HTML/javascript attempts (original > > > 'write' was all one line)? > > > > Personally, I used Python's urllib.unquote and go

Re: decyphering spam

2005-06-02 Thread Nicos Gollan
On Thursday June 2 2005 22:18, michael wrote: > how do i decypher what the following HTML/javascript attempts (original > 'write' was all one line)? First, you shove it through that Perl script with the line intact (isn't downloading Videos from "secure" pages fun...): #!/usr/bin/perl -w use st

Re: decyphering spam

2005-06-02 Thread Darryl Clarke
On 6/2/05, Steve Lamb <[EMAIL PROTECTED]> wrote: > michael wrote: > > how do i decypher what the following HTML/javascript attempts (original > > 'write' was all one line)? > > Personally, I used Python's urllib.unquote and got the following: > > document.write('empty..'); language="javascrip

Re: decyphering spam

2005-06-02 Thread Ron Johnson
On Thu, 02 Jun 2005 21:18:47 +0100 michael <[EMAIL PROTECTED]> wrote: > how do i decypher what the following HTML/javascript attempts (original > 'write' was all one line)? > > > > > > > > document.write(unescape('%3C%53%43%52%49%50% > 54%20%4C%41%4E%47%55%41%47%45%3D%22%6A%61%76%61%73%63%7

Re: decyphering spam

2005-06-02 Thread Steve Lamb
michael wrote: > how do i decypher what the following HTML/javascript attempts (original > 'write' was all one line)? Personally, I used Python's urllib.unquote and got the following: document.write('empty..');function dF(s){var s1=unescape(s.substr(0,s.length-1)); var t='';for(i=0;i

decyphering spam

2005-06-02 Thread michael
how do i decypher what the following HTML/javascript attempts (original 'write' was all one line)? document.write(unescape('%3C%53%43%52%49%50% 54%20%4C%41%4E%47%55%41%47%45%3D%22%6A%61%76%61%73%63%72%69%70%74%22%3E% 64%6F%63%75%6D%65%6E%74%2E%77%72%69%74%65%28%27%65%6D%70%74%79%2E%2E%27% 29