[thelist] Email Obfuscation may be beaten?

John C Bullas jcbullas at nildram.co.uk
Sun Feb 1 03:46:19 CST 2004


At 22:45 31/01/2004, you wrote
>on 30/01/2004 13:59 John C Bullas (soton.ac.uk relay) wrote:
>
>>>>>http://www.liamdelahunty.com/tips/email_obfuscation_for_spambots/spambot_03.php 
>>>>>
>>can you post the script (or make it available) for us to use locally?

quick question....

where does thetargetaddress at somedomain.com go?
between the quotes in $encoded=""

if so, how does this get around bots that read files as plain text files 
and sees the source

FB

Sorry, I am confused


>My pleasure.
>
><?php
>
>function ascii_encode($str){
>         global $encoded;
>         $encoded="";
>     for ($i=0; $i < strlen($str); $i++){
>         $encoded .= '&#'.ord(substr($str,$i)).';';
>     }
>     return;
>}
>
>if ($submit){
>         ascii_encode($myemail);
>         $link = "<a href=\"mailto:$encoded\">$encoded</a>";
>         $display=htmlentities($link);
>         print ("<p>$display</p>");
>}
>
>print ("<form action=\"$PHP_SELF\" method=\"post\">");
>print ("<input type=\"Text\" name=\"myemail\">");
>print ("<input type=\"Submit\" name=\"submit\">");
>print ("</form>");
>
>?>
>--
>Kind regards, Liam Delahunty, Mega Products Ltd
>12 Bury Place, London WC1A 2JL Fax: +44(0)871 224 7891
>http://www.megaproducts.co.uk/ Internet Design & Development
>--
>* * Please support the community that supports you.  * *
>http://evolt.org/help_support_evolt/
>
>For unsubscribe and other options, including the Tip Harvester and 
>archives of thelist go to: http://lists.evolt.org Workers of the Web, evolt !


     *************** John C Bullas **************

    weblog: http://freeroller.net/page/johnbullas/Weblog

**** Eudora Mail 6.0.1.1 / McAfee Virus Scan 4.5.1 ****



More information about the thelist mailing list