cacti
+ Reply to Thread
Results 1 to 15 of 37

Thread: Email Spoofing in DOS by Moonbat

Hybrid View

  1. #1
    Join Date
    Sep 2006
    Posts
    1,649

    Email Spoofing in DOS by Moonbat

    Well, let's get started then. Well in order to fake (spoof) an email, you first need to have an SMTP (Simple Mail Transfer Protocol) server that you can use to send the email from. How do you find one? Simple

    First decide what server you want to use to send email from, for this example I will use Hotmail. Now go to Start --> Run --> Type the word 'cmd' without the '

    Now that you have DOS open, type the following command:

    nslookup -querytype=mx hotmail.com

    You can replace hotmail.com with whatever site's mail servers you want to use. Anyway, when you execute that command, the following output comes out:

    Code:
    Non-authoritative answer:
    hotmail.com     MX preference = 5, mail exchanger = mx2.hotmail.com
    hotmail.com     MX preference = 5, mail exchanger = mx*.hotmail.com
    hotmail.com     MX preference = 5, mail exchanger = mx4.hotmail.com
    hotmail.com     MX preference = 5, mail exchanger = mx*.hotmail.com
    The SMTP servers are mx2.hotmail.com, mx*.hotmail.com, etc. Now, for the next part of the tutorial, I will be using mx2.hotmail.com.

    Now, let's get started spoofing the actual email! You still have DOS open right, good. Now type the following command to connect with Hotmail's SMTP server. You can replace the server name with your preferred server.

    telnet mx2.hotmail.com 25

    You will see whatever welcome message they give. Now type the following command:

    HELO

    You'll get a message, usually with your IP. Now the next command shows what email you want to pretend to be sending from. I'll use the fake email [email]lala@lala.org[/email]

    MAIL FROM: [email]lala@lala.org[/email]

    You should get a 250 OK. Now we will type a command to choose who we want the email to go to. I will use the fake email [email]blah@blah.com[/email]

    RCPT TO: [email]blah@blah.com[/email]

    Now you get another 250 OK. Now we will start the actual message. Type:

    DATA

    Then type your message. Be sure to add title headers, like Subject, To, From, etc. so the email looks real. After you are done typing the email, press Enter, then type a . then press Enter again. Your email has been sent!

    Now type quit to end the connection to the server.

    That's all for now, hope you learned something!
    ~Moonbat

  2. #2
    Join Date
    Oct 2007
    Posts
    7
    i cant conect telnet mx2.hotmail.com 25

  3. #3
    Join Date
    Sep 2005
    Posts
    2,050
    Worked for me:

    Code:
    $ telnet mx2.hotmail.com 25
    Trying 65.54.244.40...
    Connected to mx2.hotmail.com.
    Escape character is '^]'.
    220 bay0-mc6-f*5.bay0.hotmail.com Sending unsolicited commercial or bulk e-mail to Microsoft's computer network is prohibited. Other restrictions are found at http://privacy.msn.com/Anti-spam/. Violations will result in use of equipment located in California and other states. Sun, 7 Oct 2007 07:52:26 -0700
    The most likely case is that you have a shitty ISP that blocks all connections on port 25. I'd consider switching to an ISP that allows you to use the service you've paid for in whatever way you desire.
    Who needs drugs when you have electrons?

  4. #4
    Join Date
    Oct 2007
    Posts
    7
    mike i cant conect maybe i am with windows2000 but i have and * question can we conect via telenet to hotmail ibox mesages (can we read the leters) thnx for reply

  5. #5
    Join Date
    Sep 2005
    Posts
    2,050
    Quote Originally Posted by sbitius View Post
    i have and * question can we conect via telenet to hotmail ibox mesages (can we read the leters) thnx for reply
    Unfortunately for you, no. Messages are retrieved on an entirely different port and protocol to SMTP (the standard is port **0 for POP*, or port *4* for IMAP), and to read messages from someone's inbox, you need their password.
    Who needs drugs when you have electrons?

  6. #6
    Join Date
    Oct 2007
    Posts
    7
    ok mike what about if i try to read my mesages i make uestion for me not to read others messages o i need to know can we read our messages in hotmail via telnet so can you or read your hotmail leters via telnet have your trey that thnx for answer mike

+ Reply to Thread

Similar Threads

  1. Spoofing / DidTheyReadIt.com
    By jackie682 in forum Internet Privacy
    Replies: 5
    Last Post: 01-19-2007, 11:57 AM
  2. Caller ID Spoofing
    By SyntaXmasteR in forum Internet Privacy
    Replies: 6
    Last Post: 09-19-2006, 04:05 PM
  3. spoofing
    By jacknick2 in forum Internet Privacy
    Replies: 1
    Last Post: 06-04-2005, 08:55 AM
  4. any tool for ip spoofing?
    By tuglan in forum Internet Privacy
    Replies: 1
    Last Post: 04-12-2005, 02:57 AM
  5. IP Spoofing in Windows *8?
    By loopers in forum Internet Privacy
    Replies: 0
    Last Post: 06-12-2003, 03:19 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts