Monday, March 22, 2010

Send fake mail

Way to prank your friend.....

Today i will teach you how to send fake mail to your friend.
In this methodology i am giving you some sites , which facilited to send fake mail .
You need to enter you email address to whom you want to send the mail ,
In from area enter email ID as you like that you wanna show to your opponent .
like ...
Subject : Enter subject
Body :
" Now write here as you are CEO of HDFC bank , or yahoo employer or anyone
that you wanna be "
then click on send button..
If your friend is Non-technical person then according to reallity that you shown in mail he might take on mind .
Enjoy.....
Sites to send the fake mail
you can you site that you like....
These also available some software on net for free , those also can be helpful to you.



FOR TECHNICAL PEOPLE
SENDING FAKE MAIL (email forging)


Most of the email forging tutorials on internet will teach us how to send fake mails connecting to SMTP server of 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. So we have to run our own SMTP server on our computer .SMTP server is a simple software program which can be installed on your computer in few seconds.

Download QK STMP Server: here

How To Send Fake Emails
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 emails successfully .This will work.

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: FORGING EMAIL (SENDING FAKE MAIL)

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. Go to 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.

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

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 yellow color is only explanation.

220 Welcome to QK SMTP Server 3
hello hacker (Type hello & any name followed by space)
250 Hello hacker (Server Welcomes You)
mail from:billg@microsoft.com (email address can be anything of your choice)
250 billg@microsoft.com Address Okay (Server gives a positive response)
rcpt to:admin@gmail.com (Type any valid recipient e-mail 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: bill
To:name@gmail.com
Date: something
Subject: A test of fake mail
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 MAIL. Press enter twice so that there is a line gap between the header & body data

End the body of mail by pressing [ENTER]. (dot) [ENTER]

250 Mail queued for delivery (Sever indicates that the mail 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 mail is sent to the recipient)


Home : Home

2 comments:

  1. technical style is workable or no have u tried????????????

    ReplyDelete
  2. i have not tried but this surely gonna work man , using SMTP server is already checked and working trick..

    ReplyDelete