Sending Fake Emails
Sending Fake Emails
First off i will say, this will not teach you how to hack hotmail, because it is extremely hard and hotmail have stopped telnet emailing. But what you can do is send emails from other accounts using Telnet. For more information please view Blackace227's article.
<hr>
Fake Emails
ok, step one to sending fake emails is to search for a mail server.
You can do this by:
-
open up Command Prompt
-
type 'nslookup' - because we are looking for something on the internet
-
type 'set q=mx' - this will well it to look for mail servers only
Now you have told the computer to search for mail servers. Next step is to tell it
what site you want it to search for mail servers.
So you now should have something like this on your screen:
Default Server: cache1.yourhost.com
Address: XXX.XXX.XXX.XXX
> set q=mx
>
Now type a name of a website or host, without using the www.
So to search for hotmail mail servers, you should type 'hotmail.com'.
Now a whole list of servers will be displayed.
This works for every website that has a mail server.
Now you have found your mail server, the next step is to fake a email.
To do this you need to:
-
Open Command Prompt - start > run > cmd
-
type 'telnet yourmailserver.com 25'- example "telnet mail.hotmail.com 25"
How you should have a blank screen if you are connected.
- type 'helo' - this tells the mailserver to accept your connection
Now the server should respopnd with a welcome message, the message depends on which server your connected to.
So now you are connected you want to send your fake email!!
To do this you must specify who it's from, who it's too etc..
- type 'MAIL FROM: email@email.com' - who the email is from
Now you should get a message: Sender ok
- type 'RCPT TO: victim@victim.com' - who the email is sent to
Now you should get a message: Recipient ok
-
type 'DATA your email message' - this is the text thats in the email
-
type '.' - this ends the email message
Now you should get a message: 250 Mail accepted
- type 'QUIT' - exits mail server and sends your email
an example would be:
>helo
Welcome XXX.XXX.XXX.XXX to our mail server
>MAIL FROM: example@server.com
Sender ok
>RCPT TO: victim@server.com
Recipient ok
>DATA hello you do not know who i am and i think you smell
>.
250 Mail accepted
>QUIT
Message Delivered
Thats it, you have just sent a fake email to someone. Easy aye!!
<span class="small">Submitted by Mr_Cheese on December 16 2004 - 11:52:51</span>
ghost 16 years ago
550 DY-001 Mail rejected by Windows Live Hotmail for policy reasons. We generally do not accept emai l from dynamic IP's as they are not typically used to deliver unauthenticated SMTP e-mail to an Inte rnet mail server. http://www.spamhaus.org maintains lists of dynamic and residential IP addresses. I f you are not an email/network admin please contact your E-mail/Internet Service Provider for help. Email/network admins, please visit http://postmaster.live.com for email delivery information and sup port
ghost 16 years ago
http://www.kladenka.nazory.cz/email.php try it, here is manual for not czech speaking ppl: Od -> Mail From Pro: RCPT TO Předmět: SUBJECT and the main field for your text
ghost 16 years ago
Instead of mail server list i get this: > hotmail.com Server: sg-8a87b615666c.mshome.net Address: 192.168.0.1
DNS request timed out. timeout was 2 seconds.
Any ideas why ? -i've tried another sites,too…
sam207 16 years ago
nice tutorial.. but u could have extended it to include file sending(there's a way), subject(to make it more authentic), multiple receivers, etc… Also esmtp would be good.. But anyway nice one.. Also helo www.microsoft.com would let us send email as attacker@microsoft.com, not just the helo command.. coz in this case, we are recognized by mail server as attacker@microsoft.com, otherwise it would not let use other domains.. I think so..
ghost 15 years ago
I can connect on the server with telnet, but if i type helo i get this message: 501 Syntax HELO Hostname Can you help me i use vista
goluhaque 14 years ago
Me using Vista. When typing in telnet yourmailserver.com 25 [where yourmailserver is like mail.google.com], it says "Unrecognized Command telnet yourmailserver.com 25". Please help.