Author Topic: Do you use Yahoo for capturing spam?  (Read 5604 times)

0 Members and 1 Guest are viewing this topic.

March 01, 2008, 03:33:29 am
Read 5604 times

Drusepth

  • Special Members
  • Full Member

  • Offline
  • *

  • 57
  • Personal Text
    Drusepth
    • Drusepth.net
I've finally gotten to the final stages of, what looks to be right now an ugly, bloated piece of code, but what actually is, is a perl script that logs into your Yahoo for you and posts all your spam in the Bulk folder to the Email Spam section of the site. 

Right now I'm cleaning up the code and beta testing it (lots of testing to make sure it doesn't go haywire and spam the site :P), but as soon as I get the code cleaned up, I'll post it up here for everyone to use.

A note, however, it's still undergoing development and should only be used with supervision.  There aren't any bugs right now as far as I can tell, but the best way to find bugs is by using it a lot :)

Basically I'm posting ahead of time to ask if anyone has any suggestions for the script or future email providers to adapt it to.  I wanted to write it for hotmail originally, but they have some crazy javascript madness that's preventing me from finding where to send what variables to log in and so on.

Anyways, the current script will end up posting spam similar to this form:
Quote
Headers:
Code: [Select]
X-Apparently-To: gibsonmicheals@yahoo.com via 68.180.199.101; Fri, 29 Feb 2008 00:57:49 -0800
X-Originating-IP: 64.202.161.130
X-YahooFilteredBulk: 159.134.118.28
Return-Path: <grealishglynn@eircom.net>
Authentication-Results: mta539.mail.mud.yahoo.com from=eircom.net; domainkeys=neutral (no sig)
Received: from webmail02.eircom.
Reply-to: <bnl.bnlclaims@yahoo.com.hk>
Subject: CONGRATULATION!! YOU ARE A CERTIFIED WINNER OF THE BRITISH NATIONAL LOTTERY
Date: Fri, 29 Feb 2008 08:57:48 +0000
MIME-Version:
X-Mailer: Eircom Net CRC Webmail (http://www.eircom.net/)
Content-Type: text/plain; charset=us-ascii
Content-Length: 1070
Body:
Quote
BRITISH LOTTERY6/49.
P O Box 1010, 3b Olympic Way,
Sefton Business Park,
Aintree, Liverpool , L30 1RD
REF N0:UK NL-L/200-26937
THE BRITISH OFFICIAL PRIZE NOTIFICATION

We are pleased to inform you today of the result of the winners of the
BRITISH NATIONAL LOTTERY ONLINE PROMO

PROGRAMME, held today .You have therefore been approved for a lump sum
pay out of £1,150,000.00 (One Million

One Hundred and Fifty Pounds Sterling) in cash credited to file
UK/9420X2/68.

To file for your claim, please contact our claims agent;
NAME: Dr.Micheal Roberts.
TEL : +44-704-570-5663
E-MAIL: bnl.bnlclaims@yahoo.com.hk


Provide him with the information below:
1.Full Name:2.Full Address:3.Marital Status:4.Occupation:
5.Age:6.Sex:7.Nationality:8.Country Of Residence:9.Telephone Number:

Congratulations once more from all members and staffs of this program.
Sincerely,
Mrs. Rose Wood


-----------------------------------------------------------------
Find the home of your dreams with eircom net property
Sign up for email alerts now hxxp://www.eircom.net/propertyalerts

Some of the headers may be blank depending on the email.  Also, I change any http://'s to hxxp:// in the content just to be sure I'm not linking to anything harmful.  Is there anything else that should go under consideration?  I'm thinking about having it delete the email from the bulk mail after posting it, but might leave it and just set it up to run every x days (where x is the number of days Yahoo keeps spam in the box).

Edit: It's taking longer than I expected, because it's having difficulty posting to the site.  It can log in and browse around fine, but can't post.  Maybe I should ask the forum spammers how they do it, eh? ;)

March 01, 2008, 04:36:34 pm
Reply #1

JohnC

  • Special Members
  • Hero Member

  • Offline
  • *

  • 1964
Looks good, I had used quote tags like you have for the message body, however I manually added [nobbc][/nobbc] tags, to stop the forum software from making the URLs that are in the message live. So you might want that to be code tags instead. Apart from that you might want to remove your email address from the headers.

Looks good :)