Saturday 21 April 2012

Create Fake Email Sender


Sending fake email or email spoofing is really easy as there are many websites available online for this. You can get hundreds of results by searching in Google. But you can also create your own fake email sender website to send fake emails. For this, you need to have follwing things
  • website hosting account with PHP mail support
  • PHP email sending script
You can easily get some free web hosts which support php and mail. But You need to know some php for hosting your own fake mail sender. You can create a form to get user input for sender and receiver email addresses and message. Then use mail() in php to send the mail.
mail($to, $subject, $message, “From: $from”);
But most of use do not know php well. They can download a good fake mail sender script by this link.
 

After downloading the script, go to your hosting account and upload the script. Now run the script and send fake emails. This script records each messages being sent and stores it in the database. You can easily modify it as your wish.

0 comments:

Post a Comment