How to send Fake Mail Using Command Prompt

picsms

Member
May 10, 2008
148
0
0
Hey guys this my 99th post expect My 100th post in same web field.....

1. Some ISP's block port 25 so it might not work
2. Most likely, you won't be able to see what yer typing
First of all, you need an SMTP server. These are extremely common and, in fact, I'll provide one for you (mail.hotmail.com). SMTP: Simple Mail Transfer Protocol. This service runs on port 25 (in most cases) and is used to send outgoing email.
Now, open up the command prompt and telnet to mail.hotmail.com on port 25 (note: to see what you type, type telnet and enter then type in set local_echo):

code:---
telnet mail.hotmail.com 25

When yer connected type in (except what's in between *'s; you chose what will go in the []):
code:-----
helo
*wait*
mail from:[whoever]@[whoever.com]
*wait*
rcpt to:[whoever]@[whoever.com]
*wait*
data
*wait*
[write]
[whatever you want]
[in]
[as many]
[lines as wished]
.
*wait*
quit
-----

Helo is just a handshake with the server. Mail from: is FROM who you want the email to be. rcpt to: is who you want the email to go to. under data is what you want sent. the '.' ends data. quit quits. There! simple isn't it.

Related video


I think u guys enjoyed all ny 99 posts.....
so please wait for the 100th one it will the best post of mines in elakiri......

as usual

Always root.
 
Last edited:

BLACKLIST_MEMBER

Well-known member
  • Feb 9, 2008
    37,854
    14,812
    113
    127.0.0.1
    machan hotmail eke telnet mails block neda? math try kara ok aith balamu test karala ;) , umba meka try karala baluwada :S man hithanne hotmail wala pop access wath naha denne free mail wala :S, fake mails nam komath block mama danna widiyata me wenakota


    anyway thanx
     
    Last edited:

    TΞΞNSTAR™

    Member
    Mar 19, 2008
    15,866
    42
    0
    StuCk In My AnGelZ HeArT!!!
    220 bay0-mc1-f16.bay0.hotmail.com Sending unsolicited commercial or bulk e-mail
    to Microsoft's computer network is prohibited. Other restrictions are found at h
    ttp://privacy.msn.com/Anti-spam/. Violations will result in use of equipment loc
    ated in California and other states. Sun, 8 Jun 2008 06:03:33 -0700
    telnet mail.hotmail.com 25