Saturday, July 16, 2011

Sending Fake Email(Anonymous Email)

What is Fake Mail?
Fake or spoofed email are those emails which are sent from the fake Email IDs.
How can I use it? consider a situation where you used your Friends Fake email ID(fake) and wrote a email to your Principal saying "F**k you A**ho*e";D.



Generally There are two methods which we can apply to send fake email.
1. Using Websites.
2.Uploading mail sending Script to website.


Using Websites:-
This is quite simple technique to send fake email. There are numerous websites which provide free fake email sending service. But most of the websites add their Advertisement with your email. And sometimes it is possible that email may go to the spam folder.
Some of the Website which provide this service:-
sendanonymousemail.net
sharpmail.co.uk
emailpranker.com/form.php
mailfreeonline.com/free_anonymous_mail
anonymailer.net
There are lot more other websites which provide this services, but the one which I prefer is http://emkei.cz/, since it does'nt add any kind of advertisement to the email.


Uploading mail sending Script to website:-
We can use our own PHP mail sending script to send the email, the only thing we have to do is upload this script on to a website. But not all website support mail sending services.
The websites which I found for mail sending is x10hosting.com and 000webhost.com. You can register and upload your mail script in this website.
Click here to download the fake email sending script. This download contains two files one is html form and the other one is PHP mail sending script, both should be uploaded in the website.


Lets see what exactly the PHP mail function is.
The mail() function allows you to send emails directly from a script. This function returns "true" if the email was successfully accepted for delivery, otherwise it returns "false".


mail(to,subject,message,headers,parameters);


Parameters and there usage:
To:- Receiver, or receivers of the mail(Required field).
Subject:- It is the subject of the email, should not contain any newline character.(Required Field).
Message:-Message to be sent. Each line should be separated with a LF (\n). Lines should not be larger than 70 characters(Required Field).
Header:- String to be inserted at the end of the email header. This is typically used to add extra headers (From, Cc, and Bcc). Multiple extra headers should be separated with a CRLF (\r\n)(Optional).



<?php
$email = abc@xyz.com;
$message = "How are you?";
$name = "bikas";
$sender = "mno@pqr.com;
$subject = "hello";
$headers = "From: $name "."<".$sender.">\r\n";
//send the email
mail($email, $subject, $message, $headers );
?>



Click Here to see, How to find whether the email is fake or not.

1 comment:

  1. Hello World !
    Good Day !

    Keep you services updated & reliable with my stuff
    Huge stuff of Tools, E-books, Tutorials, Scripting, Viruses, Spying e.t.c

    See Me On
    I C Q :> 752822040
    Tele-Gram :> @killhacks

    Many other stuff like
    SSN/DL
    ID's
    CC CVV
    DUMPS
    Combos/I.P's/Proxies
    You can get from my collections :-)

    No one TEACH you
    No one GUIDE you
    No one BOOST you
    But I'm always here for you

    Hit me up for you desired stuff
    I C Q here :> 752 822 040
    Tele-Gram here :> @killhacks

    %Waiting for you guys%

    ReplyDelete