How to send fake email / Email Forging

emailMost of the email forging tutorials on internet will teach us how to send fake email connecting to SMTP server of the ISP or any other domain. But this is not possible since these hacks will no longer work today because SMTP of remote server will reject any attempts for unauthorized access. Also many of the websites offer you to send fake email from their sites where none of them work. So we have to run our own SMTP server on our computer to successfully send a fake email. SMTP server is a simple software program which can be installed on your computer in few seconds. SMTP server allows you to send fake email right from your desktop easily and effectively. Download QK SMTP server HERE. This is the SMTP server i am using in my tutorial. Once you download and install the server on your comp then you are all set to send fake email successfully.

PART A: CONFIGURING SMTP SERVER

Once you have installed the QK SMTP server on your comp you must perform the following configuration.

1. Click on “Settings” button on the main screen,the Settings window pops up

2. On Settings window click on “Basic Parameter” tab

3. Set binding IP to “127.0.0.1?

4. Set port to “25?

PART B: SENDING FAKE EMAIL (EMAIL FORGING)

1. Click on SMTP server icon on your desktop to start your SMTP server to run(The icon is shown on the notification area of the taskbar if it is running). If it is already running then this step can be ignored

2. Goto command prompt(Start-Accessories-Command prompt)

3. Type exactly as follows

C:>telnet 127.0.0.1 25

Here 127.0.0.1 is the default IP of every computer.25 is the port number. SO you are connecting to the SMTP server running on your own computer.This step is very important to send fake email.

NOTE: The IP 127.0.0.1 should not be substituted by any other IP.

Heres the snapshot of what you see after step 3. Click on it to enlarge

qk_smtp-1

4. After typing the telnet command in the command prompt you get entry to the server which displays the following message. The response of a OK SMTP server is given below. Message within Green color is only explanation.

220 Welcome to QK SMTP Server 3

helo hacker (Type helo & any name followed by space)

250 Hello hacker (Server Welcomes You)

mail from:billg@microsoft.com (email ID can be anything of your choice. This is the ID from which fake email appears to have come from)

250 billg@microsoft.com Address Okay (Server gives a positive response)

rcpt to:admin@gmail.com (Type any valid recipient email address)

250 admin@gmail.com Address Okay (Server gives a positive response)

data (type this command to start input data)

354 Please start mail input

From:Gates <billg@microsoft.com>

To:admin@gmail.com

Date:Sat Jan 5,2008 9:45 PM

Subject:Test to send fake email

You can create as many headers followed by the “:” symbol.

NOTE:HEADERS SHOULD NOT CONTAIN A LINE GAP. IF SO IT IS CONSIDERED AS BODY OF THE EMAIL. Press enter twice so that there is a line gap between the header & body data

<HERE IS YOUR DATA>End the body of email by pressing [ENTER] .(dot) [ENTER]

250 Mail queued for delivery (Sever indicates that the email is ready for sending)

quit (Type this command to quit from server)

221 Closing connection. Good bye.

Connection to host lost

(You will get the above 2 lines of message after typing “quit” command)

(Your fake email is sent to the recipient)

*****END OF EMAIL FORGING*****

You visited a few times and I would appreciate your thoughts on this post, why not comment?

Related posts:

  1. Netbios Hacking- The Ethical Hacking
  2. Hacking Gmail account using GX Cookie
  3. How to Hack MSN Hotmail Password [TUTORIAL]
  4. Tutorial On Ardamax 3.0 Keyloggers
  5. How do The Crackers Crack IM, E-Mail and other accounts?

Bhanu Chawla
~ Geek, Hacker, Blogger, Dancer, B-Boy.. Outgoing personality.. Takes risks.. Kind hearted.. Self confident.. Loud and boisterous.. Very revengeful at times.. has an "everything's peachy" attitude.. Likes Talking & Dancing.. Longs for freedom.. Rebellious when withheld or restricted.. Lives by "no pain no gain" caring.. Playful.. Mysterious.. Stubborn.. Curious.. Independent.. Strong willed..

13 Responses to “How to send fake email / Email Forging”

  1. e24a says:

    thanks for the tutorials!

  2. jake says:

    thanks for the great tutorials!

  3. ramrom82 says:

    I installed the server an have it running, but when I type telnet 127.0.0.1 25 in cmd prompt I get and error saying that it is not recognized as an internal or external command, etc, etc.. do you know why this might be happening – I did check to make sure that is is not being blocked by windows firewall… -Thanks

  4. Bhanu Chawla
    Twitter:
    says:

    I think u must be using Windows Vista as your OS!! Then you must enable telnet first!! Because it is disable by default in Vista!!
    1. Click the Start Orb
    2. Click Control Panel
    3. Select Programs
    4. Select Turn Windows Features on or off
    5. May need to confirm the UAC
    6. Wait…
    7. Click the check boxes beside the telnet client or server.
    8. Click OK

    Then try using telnet again in command prompt!! It will surely work!! :-)

  5. LadyBird says:

    It doesn’t work for me. I keep getting this error.
    “Connect fails socket error # 10060 Connection timed out…”
    What should I do?!

  6. Bhanu Chawla
    Twitter:
    says:

    You can also use many sites for sending fake mail till i fix your error. For eg. Fakemailer. Just google it and open the site!! Only for educational purposes !!

  7. Riju says:

    Cool…i will try it and post my result…

  8. Aakash says:

    Its very old technique
    and google n many others in this mail buisness are aware of this trick
    i’ve used this tool and i got 1 message:: Your Computer is not authenticated to Send this message directly
    and if you try to send forged mails from fake mailer
    it directly goes into spam generating 1 spam id also
    so its of no use
    any other trick…………………..

  9. Bhanu Chawla
    Twitter:
    says:

    Yes its old but I think that there are other subscribers to this website who want to know this thing! And that mail goes to the spam folder only if you send an email with the same email id as of the recipient….Otherwise it works cool! By the way this post is by Vaibhav and its a good one! If you want a shortcut to send these fake emails then there are some websites which provide some features like this! One of them is fakemailer. net ! Thanks for your review! Happy Hacking!! ;-)

  10. i works but a problem occured during data.
    plz, very plz suggest me that what mean by”"”"

Leave a Reply

CommentLuv Enabled

Additional comments powered by BackType

© 2010 Hacking Articles. All rights reserved.
Proudly designed by Bhanu Chawla.