Results 1 to 8 of 8

Thread: Help with Telnet SMTP Plz?

  1. #1
    Senior Member
    Join Date
    Dec 2003
    Posts
    317

    Help with Telnet SMTP Plz?

    I was usint a tutorial i found on this site and it had a section about sending emails using telnet instead of a mail client. I tried to send an email to myself using telnet and it sent me an email, but it's completely blank. the from:, to:, subject:, and message that i entered are not there... anybody know why?

  2. #2
    AntiOnline Senior Medicine Man
    Join Date
    Nov 2001
    Posts
    724
    I'm only about 90% sure, but i think the following format should work.



    HELO (your reverse)
    MAIL FROM :<testaccount@test.com>
    RCPT TO:<testaccount@test.com>
    DATA
    your message
    QUIT
    It is better to be HATED for who you are, than LOVED for who you are NOT.

    THC/IP Version 4.2

  3. #3
    @ÞΜĮЙǐЅŦГǻţΩЯ D0pp139an93r's Avatar
    Join Date
    May 2003
    Location
    St. Petersburg, FL
    Posts
    1,705
    SMTP will only send mail if the server is setup as a relay.

    http://www.hackfaq.org/data_networks-01.shtml
    Real security doesn't come with an installer.

  4. #4
    Senior Member
    Join Date
    Dec 2003
    Location
    Pacific Northwest
    Posts
    1,675
    Phonedog,


    Your answer lies within: http://oberon.idunno.org/stuff/telnet.html

    google is your friend:

    www.google.com, then enter "sending email by telnet"



    cheers,

  5. #5
    Senior Member
    Join Date
    Dec 2003
    Posts
    317
    i was gonna search it on google but i wasnt sure what the problem was so i didnt know where to begin...
    [gloworange]thanx alot for the help![/gloworange]

  6. #6
    Senior Member
    Join Date
    Nov 2001
    Posts
    4,785
    when your finnished typing the body of the message you end it by typing a period on a line by itself

    .

    ^like that. then quit
    Bukhari:V3B48N826 “The Prophet said, ‘Isn’t the witness of a woman equal to half of that of a man?’ The women said, ‘Yes.’ He said, ‘This is because of the deficiency of a woman’s mind.’”

  7. #7

    Re: Help with Telnet SMTP Plz?

    Originally posted here by Phonedog911
    I was usint a tutorial i found on this site and it had a section about sending emails using telnet instead of a mail client. I tried to send an email to myself using telnet and it sent me an email, but it's completely blank. the from:, to:, subject:, and message that i entered are not there... anybody know why?
    If you want to give subject in your fake mail, just type in the data (where you write the text of the mail) subject: Iam testing

  8. #8
    Senior Member
    Join Date
    Jun 2003
    Posts
    772
    Output of a working example tested:

    helo
    250 mail.ahost.com Hello [127.0.0.1]
    MAIL FROM:aperson@stuff.com
    250 aperson@stuff.com....Sender OK
    RCPT TO:anotherperson@hotmail.com
    250 anotherperson@hotmail.com
    DATA
    354 Start mail input; end with <CRLF>.<CRLF>
    Subject: stuff
    From: aperson
    To: stuff
    Hello world!
    .
    Mail queued for delivery at some adress.

    Note that that you don't have to find a server that allows relaying, if you telnet to the SMTP server of the host your "target" is with and send a spoofed email that way you're not sending an email to a different domain. This is applicable on the hotmail smtp servers for example.
    The above sentences are produced by the propaganda and indoctrination of people manipulating my mind since 1987, hence, I cannot be held responsible for this post\'s content - me

    www.elhalf.com

Posting Permissions

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