Wilders Security Forums  

Go Back   Wilders Security Forums > Privacy Related Topics > privacy problems
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

 
 
Thread Tools Search this Thread
  #1  
Old November 15th, 2002, 12:34 AM
Krusty's Avatar
Krusty Krusty is offline
Frequent Poster
 
Join Date: Feb 2002
Location: Finland
Posts: 431
Default Published email addresses

Hi there

I made some own research about keeping email bots away from email addresses. Here it is , tell me if I am totally wrong ok. But it seems working for me.

If you have to publish your email address you can as well type youremail[AT]somewhere, or as it goes as html mailto:youremail[AT]somewhere. Clicking it opens up email application whatever it is. There the address must be specified and change [AT] as @.
Try it , you like it. ( you can leave [ ] away. )

There are free java scripts available for keeping your email address secret too:


<script language="Javascript" type="text/javascript">
<!-- Begin script
username="username"
at="@"
domainname="domainname.com"
text="text here"
title="hover text here"
document.write("<a href='mailto:"+username+""+at+""+domainname+"' title='"+title+"'>"+text+"<\/a>")
// End script -->
</script>

all the best -Ari


indeed, take a look @ my profile
__________________
ŋ Did you remember to make back up today ?
Please donīt call Gator\Claria as spyware; call it trojan horse.
RealPlayer breaks your puter.
Donīt do as I do, Do exactly I advice
  #2  
Old November 15th, 2002, 02:31 AM
Pieter_Arntz's Avatar
Pieter_Arntz Pieter_Arntz is offline
Spyware Veteran
 
Join Date: Apr 2002
Location: Netherlands
Posts: 12,298
Default Re:Published email addresses

Hi Krusty,

Here's a thread with some more tips regarding this subject: http://www.wilderssecurity.com/showthread.php?t=3828;start=0

Regards,

Pieter
__________________
Regards,

Pieter
Itīs nice to be important, but itīs more important to be nice.
Remove & Prevent spyware
It's human to make mistakes. It's even more so to blame the computer for it.
  #3  
Old November 15th, 2002, 05:30 AM
JacK's Avatar
JacK JacK is offline
Frequent Poster
 
Join Date: Jun 2002
Location: Belgium -Ličge
Posts: 737
Default Re:Published email addresses

Quote:
quoting: Krusty link=board=21;threadid=4907;start=0#32107 date=1037338496]
Hi there

I made some own research about keeping email bots away from email addresses. Here it is , tell me if I am totally wrong ok. But it seems working for me.

If you have to publish your email address you can as well type youremail[AT]somewhere, or as it goes as html mailto:youremail[AT]somewhere. Clicking it opens up email application whatever it is. There the address must be specified and change [AT] as @.
Try it , you like it. ( you can leave [ ] away. )



Hi Krusty,

Here a easy way to protect your addy against robots :

http://www.digipills.com/cerbermail/intro.php (sorry, it's in French)
Just put your address to protect in the field, then clix transformer and copy the shortcut.

For instance, here is my anti-spam addy as it appears on my sites and on Forum and NG :
http://www.cerbermail.com/?jFCmRVIlO5

Just click on it and it opens your mail client for answer with the uncrypted address.

Rgds,
  #4  
Old November 15th, 2002, 01:10 PM
Krusty's Avatar
Krusty Krusty is offline
Frequent Poster
 
Join Date: Feb 2002
Location: Finland
Posts: 431
Default Re:Published email addresses

Jack

Very pretty ! I still wonder how smart bots can be built. For example they can be built searching for encrypted email addresses ? In that case it might be more secure to type it just email[AT]hotmail.com, well I am not an expert but .....

regards -Ari
__________________
ŋ Did you remember to make back up today ?
Please donīt call Gator\Claria as spyware; call it trojan horse.
RealPlayer breaks your puter.
Donīt do as I do, Do exactly I advice
  #5  
Old November 15th, 2002, 01:51 PM
JacK's Avatar
JacK JacK is offline
Frequent Poster
 
Join Date: Jun 2002
Location: Belgium -Ličge
Posts: 737
Default Re:Published email addresses

Quote:
quoting: Krusty link=board=21;threadid=4907;start=0#32169 date=1037383832]
Jack

Very pretty ! I still wonder how smart bots can be built. For example they can be built searching for encrypted email addresses ? In that case it might be more secure to type it just email[AT]hotmail.com, well I am not an expert but .....

regards -Ari

Hi Ari,

I have no clue of a bot able to decrypt it (based on a DB on the W3) and it does not look like as an Email for the bots but the smart bots are able to retrieve your real addy with such tricks as "AT", "REMOVE", "nospam", etc...

Cheers,


  #6  
Old November 15th, 2002, 06:39 PM
Krusty's Avatar
Krusty Krusty is offline
Frequent Poster
 
Join Date: Feb 2002
Location: Finland
Posts: 431
Default Re:Published email addresses

But ofcourse Jack...

You are right, absolutely right. "Smart" bot even detects those encrypted email addresses because your email program does it as well. This was exactly I thought at first. If a bot was set to detect "mailto=" tag. Everything is possible in this world
So better not to type email address anywhere. I leave my hotmail address visible, īcoz it has spam filter on, besides that is my oldest email address and receiving all spam .

-Ari

ps. Have the very best weekend
__________________
ŋ Did you remember to make back up today ?
Please donīt call Gator\Claria as spyware; call it trojan horse.
RealPlayer breaks your puter.
Donīt do as I do, Do exactly I advice
  #7  
Old November 15th, 2002, 10:10 PM
controler's Avatar
controler controler is offline
Massive Poster
 
Join Date: Jun 2002
Posts: 3,271
Default Re:Published email addresses

Krusty

How else can we check all those cool new e-mail filters if we don't get
all that spam ? LOL
Since 911 there has been a huge improvement in keyword detection
I don't think enough time is being spen on this huge issue here at all
I am getting worried.
  #8  
Old November 16th, 2002, 08:21 PM
Mike_Healan's Avatar
Mike_Healan Mike_Healan is offline
Spyware Expert
 
Join Date: Mar 2002
Location: USA
Posts: 302
Default Re:Published email addresses

That javascript has been working well enough for me, but some bots still get the address. Why they would bother harvesting the address of someone who is obviously not interested in spam is beyond me.
For those interested in revenge against harvester spammers, check out http://www.spywareinfo.com/harvest_project/

For those running their own web site and who have PHP support installed on their site's server, you can try this script that I just started using.
http://www.spywareinfo.com/downloads/stuff/phpemail.zip

I tried putting the script here with the code function, but the script executed anyway. Yet Another yaBb se Bug.


You would insert it into your page like this:
Code:
<?php require("mailform.php"); ?>
mailform.php being the filename containing nothing but the script.

Or if you don't want your contact page to have a .php extension, you can just create a hyperlink to the mailform.php page.

I've put this on my contact page at http://www.spywareinfo.com/contact.html and have yet to figure out how to get my email address from that. I even tried typing the URL to the file in notetab to make it load the source code, and the server refused me access to it.

Of course, not even the most stubborn spammer would go to all that trouble
__________________
www.spywareinfo.com
  #9  
Old November 18th, 2002, 08:30 PM
Krusty's Avatar
Krusty Krusty is offline
Frequent Poster
 
Join Date: Feb 2002
Location: Finland
Posts: 431
Default Re:Published email addresses

Mike

That script I call kewl.

thank you

-Ari

ps. damn, I use Opera browser and the emoticons script is forbidden lol
__________________
ŋ Did you remember to make back up today ?
Please donīt call Gator\Claria as spyware; call it trojan horse.
RealPlayer breaks your puter.
Donīt do as I do, Do exactly I advice
  #10  
Old November 22nd, 2002, 04:03 PM
Krusty's Avatar
Krusty Krusty is offline
Frequent Poster
 
Join Date: Feb 2002
Location: Finland
Posts: 431
Default Re:Published email addresses

Hey Mike

I already joined the harvester project; some time ago, that I call the real thing. Thank you sir for that project.
But I have another thing I have been awake for....that php email. It works ok but I just donīt get how to link it right to get it shown....plain script "phpemail.php" is on the site and the link from a page is just normal href tag ok. I handle html on geocities filemanager and I am not a beginner but nor advanced at html....another thing I keep on wondering is how do I insert my email address on that php ? that it would be there for a visitor.

php script doesnīt need html tags at all ?


dang this php thingy is taking all my brain capasity.
Kill me now.

best regards -Ari
__________________
ŋ Did you remember to make back up today ?
Please donīt call Gator\Claria as spyware; call it trojan horse.
RealPlayer breaks your puter.
Donīt do as I do, Do exactly I advice
  #11  
Old November 24th, 2002, 05:43 AM
Mike_Healan's Avatar
Mike_Healan Mike_Healan is offline
Spyware Expert
 
Join Date: Mar 2002
Location: USA
Posts: 302
Default Re:Published email addresses



err.... I'm not entirely sure what you're asking.
__________________
www.spywareinfo.com
  #12  
Old November 24th, 2002, 06:58 AM
Krusty's Avatar
Krusty Krusty is offline
Frequent Poster
 
Join Date: Feb 2002
Location: Finland
Posts: 431
Default Re:Published email addresses

Mike

I just wanted to know isnīt that script just for sending email to you, there is information in it that you are the author and so on, and how it is possible to send email to me; there is no place to insert my email address in it.......that a visitor on my site would be allowed to send email to me.
Iīm not a rocketeer but it really is that way, I need my own php email form; I already found couple. Donīt you agree ? By the way, is that so important anyway, I receive spam so much I do not care about emails .

friendliest yours -Ari
__________________
ŋ Did you remember to make back up today ?
Please donīt call Gator\Claria as spyware; call it trojan horse.
RealPlayer breaks your puter.
Donīt do as I do, Do exactly I advice
  #13  
Old November 25th, 2002, 03:07 AM
Mike_Healan's Avatar
Mike_Healan Mike_Healan is offline
Spyware Expert
 
Join Date: Mar 2002
Location: USA
Posts: 302
Default Re:Published email addresses

You're asking how do you get it to send email to you?

Change that file to mailform.php if you haven't. I didn't mean to save it as a .txt like I did. But first, open it in notepad and look for these lines:

$tomail="username@domain.com";
$subject="Feedback Form Comment";

Change the first to your address and the second to whatever subject line you want you want it to have when it mails out to you. The visitors will see neither of these.

The email will contain this in the body when you get an email:

Name: Mike
Email: mike@spywareinfo.com
Comments: Message

Save it as mailform.php and then link to it on your site.
Code:
<a href="http://www.yoursite.com/mailform.php">Click here to email me</a>
__________________
www.spywareinfo.com
  #14  
Old November 25th, 2002, 11:01 AM
Krusty's Avatar
Krusty Krusty is offline
Frequent Poster
 
Join Date: Feb 2002
Location: Finland
Posts: 431
Default Re:Published email addresses

Mike

But ofcourse !!!! How stupid I was, lol. I tried to modify php file ......instead I was suppose to modify txt file, sure on notepad, that is familiar to me. Linking is alright ...

Thank you Sir

-Ari
__________________
ŋ Did you remember to make back up today ?
Please donīt call Gator\Claria as spyware; call it trojan horse.
RealPlayer breaks your puter.
Donīt do as I do, Do exactly I advice
 

Wilders Security Forums > Privacy Related Topics > privacy problems « Previous Thread | Next Thread »

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Settings
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -5. The time now is 05:21 AM.


Powered by vBulletinŪ Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Copyright Đ2002 - 2009, Wilders Security Forums