DO NOT TRY THIS AT HOME : Rotteneggs.com text files and message bases are for INFORMATIONAL PURPOSES ONLY. DO NOT undertake any project based upon any information obtained from this or any other web site.We are not responsible for, nor do we assume any liability for, damages resulting from the use of any information on this site.
(82 votes) Published: Apr 10, 2009 12:15 p.m. In 5 Favorites Lists Viewed 673 times
_____________________________________________________________________________________
- Ever wanted to send emails to someone else using an anonymous email?
- Ever wanted to send emails to someone else using someone elses email address?
In this egg i will teach you how to run a SMTP server from your own computer, How to send bulk mail, How to spoof email headers & The different terms & tools used in emailing.
_____________________________________________________________________________________
Contents
+1 Common Terms & Types Of Servers +2 Setting Up A Personal SMTP & Bulk Mailing -2.1 Setting Up SMTP Server
-2.2 Bulk Mailing +3 Notes, Thanks To, Disclaimer,SPAM Laws -3.1 Notes
-3.2 Special Thanks To
-3.3 Disclaimer
-3.4 SPAM Laws _____________________________________________________________________________________
1.Common Terms & Types Of Servers _____________________________________________________________________________________ I wont write too much for this part and i wont go over every type of server and all of its authentication ect because that will take too long and will bore some users.
Common Terms:
SMTP - Simple Mail Transfer Protocol. This handles outgoing emails, Works in conjunction with POP3/IMAP. This is the standard mail server.
POP3 - Post Office Protocol 3. This is used to hold incoming messages, Once you read the message it is deleted from the mail server and saved onto your computer. POP3 is commonly used with personal accounts like yahoo, hotmail, ect.
IMAP - Internet Message Access Protocol. This is used for storing emails on a server, It lets you preview edit and read your emails from a server without downloading them on your computer. Usually used with business emails.
Open Relay - Open Relay is a type of SMTP server which allows unauthorized access. Basically it allows anyone from anywhere to send mail to anyone. Spammers used to use these to send spam emails until email providers developed a black list of open relay servers used for spamming. Currently spammers steal logins for Internet Service Providers that allow unrestricted WebMail (SMTP) access to its users.. Open Relay is hardly ever used anymore.
Open Relay Blacklist Checker
Php Inbox Mailer/Php Inbox Mass Mailer Php Inbox Mailer/Php Inbox Mass Mailer is another resource used by spammers/scammers for sending bulk email to an email list. It is basically a Php form that uses a SMTP server to send bulk mail.. I cant seem to find any working ones at the moment, I have seen them sold on IRC for $5-$10 (with a working, non-blacklisted SMTP server) Php Inbox Mailers are usually uploaded to hacked websites. You can find a bunch of them (not working) by searching ’Allinurl:mailer.php’ in google.
Dark Mailer/dm.cgi I’m not quite sure about the origins of dm.cgi, It is a .cgi file also used by spammers/scammers it is sometimes known as ’Dark Mailer’. The dm.cgi i have found are all in russian.. Not too sure about this one.
2.Setting Up A Personal SMTP & Bulk Mailing _____________________________________________________________________________________ In this section i will teach you to set up a mail server and use it to send spoofed emails & mass emails using 1st Mail Server/1st Mass Mailer.
_____________________________________________________________________________________
Programs Needed: 1st Mail Server 1st Mass Mailer *Due to Rotteneggs.com’s no-warez rule i can’t provide serial/crack for these programs.. Find them yourself or buy the program. If you are really having trouble finding them i will pm you a link.* _____________________________________________________________________________________
___________________________________
2.1 Setting Up SMTP Server ___________________________________ After you have installed 1st Mail Server & 1st Mass Mailer, Open up ’1st Mail Server’ and set the following options -
Authentication: *Authentication is not required, Anyone will be able to relay (not recommended)*
IP Range Lists: *Do Not Filter By IPs At All* As for everything else, Leave it Default.
The reason you take these off is because it is not needed for the purpose of spamming, This would only be needed if you plan to use it as a permanent mail server.
Congratualations! You Have Just Set Up A SMTP Server!
___________________________________
2.2 Bulk Mailing ___________________________________ Assuming you have already installed 1st Mass Mailer, Open it up.
On the left of the window you will see a small menu with a few features..
Click the ’Recipient Groups’ feature, Look to the right side menu and press the ’+Add’ button.
A new window will pop up asking you to input details for your group..
Fill in all the boxes like i have in the picture.
In the left menu you will now see your new group, Click the group then once again click ’Add’ button and add your contacts’ email address’.
Once you have added all of your email address, Click the ’Messages’ Feature in the left menu, Once again Click ’Add’ Button.
This window should pop up..
Fill in all the input fields, ect.
Next we are going to set up the Settings for the program.
Click the ’Options’ icon (Top of the program, Toolbar).
When the Options window pops up click the ’SMTP Settings’ Tab. Click ’Add’ to add a new server to use for sending the mail. For ’SMTP Host’ put ’localhost’ For port put ’25’ (or whatever you set the port as in 1st Mail Server) (default is 25). It should look like this..
Leave all of the rest of the stuff as Default.
Exit the Options window, Tick all the Recipients you want the message to send to, Tick the message you want to send, Make sure 1st Mail Server is running and click the ’START’ Button (Top of program, Toolbar - Open envelope icon)
3. Notes, Special Thanks To, Disclaimer,SPAM Laws _____________________________________________________________________________________ This section displays Notes, Special Thanks To, Disclaimer And Spam laws in your country.
___________________________________
3.1 Notes ___________________________________ Just a few notes..
*Once you have set up both programs test them by sending an
email to yourself to see if it works first!
*If something isn’t working for you leave a comment in this egg and i will help you out with it.
*This egg was 100% written by me, For Rotteneggs.com
*I did not make 1st Mail Server or 1st Mass Mailer.
*I wouldn’t recommend spamming emails from a personal server because it can easily be traced back to you and you can get your IP banned from the service you spammed.
___________________________________
3.2 Special Thanks To ___________________________________ Rotteneggs.com For hosting this Guide.
SoftStack.com For making the 1st Mail Server/1st Mass Mailer programs.
___________________________________
3.3 Disclaimer ___________________________________ I am not responsible for how you use this information. This egg/guide should never be attempted by anyone. I am not liable for any consequences of you reading this information. This information is for educational purposes.
Sending unsolicited mail and spoofing email headers is not to be done ever, If caught you can face serious legal consequences like identity theft, fraud, sending unsolicited mail. Read about your countries spam laws!
Apr 10, 2009 7:39 pm - pretty cool. I wrote my own spam program though and use/abuse other peoples smtp. I think I might add a few of these features though.