Email spoofing... yet again
Email spoofing... yet again
How to spoof emails
windows - open the command prompt: start>run>cmd Linux - i dont think i need to tell you how to do this……. ;)
-
then type: telnet mx1.hotmail.com 25 [enter] \this connects you to the server
-
when connected type: helo [enter] \this has to be 'helo' i didn't make a error
-
the server should say " <server name></server> hello <your ip> \dont be alarmed if it says hello
-
now type: mail from: <email address to spoof> [enter] \this verifies the email address which the email will be from
-
next type: rcpt to: <the email reciever's address> [enter] \this is who the email is gwetting sent to
-
now type: data [enter] \this then tells the server that the info in the email is coming next
-
next type: subject: <subject> [enter] \this is the email subject
-
next press: [enter] \this tells the server that the message is coming next. this will make a blank line
-
now type: <your message> [enter] \this is oviously your message
-
next press: [enter] \this tells the server the email message is finished
-
now type: "." [enter] \this will tell the server the email is ready to be sent. miss out the ""
-
you should get a message that the email is qeued
-
now type: quit \this will tell the server to send the email officailly it is very inportant you type this
your email is now sent
it should look like this:
<font color=red">
220 mc1-f21.hotmail.com Microsoft ESMTP MAIL Service, Version: 5.0.2195.6824 ready at Wed, 16 Jun 2004 13:08:39 -0700 helo [enter] 250 mc1-f21.hotmail.com Hello [80.43.217.100] mail from: fatman@hotmail.com [enter] 250 fatman@hotmail.com....Sender OK rcpt to: mags_004@hotmail.com [enter] 250 mags_004@hotmail.com data [enter] 354 Please start mail input. subject: hello [enter] [enter] Hello you whore!!!! [enter] [enter] . [enter] 250 Mail queued for delivery. quit [enter] 221 Closing connection. Good bye.
Connection to host lost. </font>
tips:
- make sure you type quit at the end
- make sure you put the "."
- make sure you dont make mistake because you cant use backspace. is you make a mistake with the addresses type "rset"
by, scankyfrank
ghost 19 years ago
Great artikel, but just a little note: if u made a mistake, just go stand on the "wrong" letter and type another on, or just press delete ;)
ghost 19 years ago
does anyone else have problems with their telnet? i can never seem to connect to anything.
ghost 19 years ago
same. it just says "Could not open connection to the host, on port 25: Connect failed" anyone know what to do?
ghost 18 years ago
Yeah, would of worked about 2 years ago but most mailing servers have blocked this way of spoofing email.
ghost 18 years ago
Does anyone know of an email client that allows you to send emails without being authorized (blocked), and also has hotmail in its list of allowed addresses?
ghost 18 years ago
i've used this method recently by connecting to mail.charter.net. it works perfectly. my only concern is, this isn't 100% anonymous becuase it shows the originating IP of the message. Is there a way around that?
ghost 18 years ago
and just so you know: mail.charter.net 25 allows hotmail, gmail, yahoo, and i'm sure any others. Have fun!
ghost 17 years ago
true panda… i've been trying to find an open smtp relay but no luck… if anyone finds one let me know
ghost 16 years ago
for some reason it says telnet is not a reconized command? im running vista btw any ideas?
bahpomet1105 8 years ago
awesome article I used this idea as a back bone to my new python script so thanks scankyfrank