Results 1 to 6 of 6

Thread: Sending E_mail Via telnet ?

  1. #1

    Sending E_mail Via telnet ?

    I finished my keylogger a long time ago and now i'm thinking about sending the keystrokes by telnet to emails due to people's request. i know that that's possible, but i dont know how really.

    i think i get some help here !
    thanx in advance !
    [gloworange][shadow]www.geocities.com/dia_byte0 [/shadow] [/gloworange]

    No To 1559 !

    Signature image is too tall!

  2. #2
    Senior Member
    Join Date
    Oct 2002
    Posts
    1,130
    I just finished a tutorial on this topic a few hours ago actually.

    See http://www.antionline.com/showthread...hreadid=267896

    P.S. Please search at least the front page next time before posting a question. You should really be searching here. There is also a quick search box in the top right hand corner of the front page.

    <EDIT>
    It might actually be difficult with telnet, since as far as I know, it won't take input from standard input. Netcat, however, will. Just generate a text file with all the necessary input and pipe it through netcat with "netcat [server] [port] < inputfile"
    </EDIT>
    Government is like fire - a handy servant, but a dangerous master - George Washington
    Government is not reason, it is not eloquence - it is force. - George Washington.

    Join the UnError community!

  3. #3
    thanks man, i hope it will as usefull as i need !
    i'll get right back after checking it out
    [gloworange][shadow]www.geocities.com/dia_byte0 [/shadow] [/gloworange]

    No To 1559 !

    Signature image is too tall!

  4. #4
    Ok every thing worked out
    thanks agian
    [gloworange][shadow]www.geocities.com/dia_byte0 [/shadow] [/gloworange]

    No To 1559 !

    Signature image is too tall!

  5. #5
    Senior Member
    Join Date
    Oct 2001
    Posts
    748
    There are also SMTP send programs running around on the internet which will work just like the netcat. Depending on what OS you are running or what tool you use you basically say something like-

    smtpsend *filename* server

    And it takes care of sending that data for you. Some of those programs will handle sending attachments as well if you want to send more data than just text.

  6. #6
    i dont think this will do the job
    since i would like to use only a single file.
    [gloworange][shadow]www.geocities.com/dia_byte0 [/shadow] [/gloworange]

    No To 1559 !

    Signature image is too tall!

Posting Permissions

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