trick of day
Would you like to react to this message? Create an account in a few clicks or log in to continue.

SENDING FAKE MAIL (email forging)

Go down

SENDING FAKE MAIL (email forging) Empty SENDING FAKE MAIL (email forging)

Post  Admin Sun Jan 10, 2010 12:17 am

orginally posted in
http://trickofday.blogspot.com/2009/06/sending-fake-mail-email-forging.html

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

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)

Admin
Admin

Posts : 39
Join date : 2010-01-09

https://trickofday.board-directory.net

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum