Oh, I understand what you mean, but no, my site won't be so popular to worth
creating a special parser for finding the email addresses from it.
I am thinking to something like a perl code that splits the email address
into its parts, then a JS code that joins together those parts.
Octavian
----- Original Message -----
From: <[EMAIL PROTECTED]>
To: "The elegant MVC web framework" <[email protected]>
Cc: "The elegant MVC web framework" <[email protected]>
Sent: Thursday, June 28, 2007 7:16 PM
Subject: Re: [Catalyst] displaying email addresses
Chisel Wright <[EMAIL PROTECTED]> wrote on 06/28/2007 10:54:00 AM:
On Thu, Jun 28, 2007 at 06:31:28PM +0300, Octavian Rasnita wrote:
> Those harversters should have a Javascript interpreter that will
compile
> the js code and extract the results, and I think most of them don't
have
> such a thing.
>
> I have never used a JS interpreter in perl, but I want to try a few
modules
> that could run JS code, and I hope I will find a way of making the code
as
> hard to read as possible.
Maybe this will be of some interest:
http://www.bronze-age.com/nospam/
This is kind of exactly what I am saying. If this is widely used you do
not need to interpret javascript -- just be able to pull out an email
address from:
mail2("nobody","fake.address9z",0,"","Mr Nobody") which is an easy task.
The ones that would make you interpret js are the ones that build out
script sections on the fly with obfued structures and even then could many
times be parsed without interpreting js.
Process for email harvester coders:
find a way email addresses are encoded on a target site.
create a test to lock down the encoding type.
create parser/extractor for it.
rinse and repeat.
_______________________________________________
List: [email protected]
Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst
Searchable archive:
http://www.mail-archive.com/[email protected]/
Dev site: http://dev.catalyst.perl.org/
_______________________________________________
List: [email protected]
Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[email protected]/
Dev site: http://dev.catalyst.perl.org/