home *** CD-ROM | disk | FTP | other *** search
/ The Hacker's Encyclopedia 1998 / hackers_encyclopedia.iso / hacking / internet / fakemail.how < prev    next >
Encoding:
Text File  |  2003-06-11  |  2.8 KB  |  63 lines

  1.  From : CODY                                       28 Nov 97  09:08:16
  2.  Subj : How to send Fake mail!!!                                                
  3. ──────────────────────────────────────────────────────────────────────
  4. From: CODY <jojo@ptialaska.net>
  5.  
  6.     I really don't condone sending fake mail unless you have a real use
  7. for it. What really bothers me is some idiot that is twice my age is
  8. gonna abuse it and get into trouble. (I am 15 by the way)I expect you
  9. people to print this out or take notes please.
  10.     The way I send fake mail is through "telnet". If you use telnet alot
  11. then you probably know how to do this already and is old news.
  12.     Through Windows95(enough with the windoze and shit its getting old)
  13. click on the "start button" and then "run". Where it says open type
  14. "telnet" minus the "".
  15.     After you have opened the Microsoft telnet program selct the
  16. "Terminal" option then "preferences". Select "local echo" and "vt100"
  17. then click on OK. Click on "Connect" then select "remote system" then
  18. where it says "Host Name" type in a machine that you can telnet to (such
  19. as echonyc.com). Where it says "Port" type in 25. Port 25 is your mail
  20. port. whenever you want yo send mail always telnet to port 25. Then
  21. click on Connect. You will be given a prompt telling you that you are in
  22. their mail blah blah blah on to the rest. Okay listen closely to what I
  23. have to say cause it is very important. Type HELO.After you have done
  24. that  then it should tell you a bunch of info about your domain blah
  25. blah. Next thing to do is to type MAIL FROM: anybody@wherever.com (I
  26. like to use president@whitehouse.gov and sexychick@wetcunt.com) after
  27. you have typed MAIL FROM: and the address from where you are sending the
  28. mail from type RCPT TO: then the address you want to send the e-mail to.
  29. After you have done that type DATA the press enter. Type FROM: where
  30. ever you want the e-mail to be from. Then type TO: the person you want
  31. the E-Mail to go to. Type Subject: then the subject.
  32. The type in what you want the e-mail to say
  33. after you done all the press the "." yes yes the "." and enter and that
  34. should be it your mail should be sent.
  35.        Here is an example of what you would type.
  36.  
  37.  
  38. HELO
  39.  
  40. (a bunch of info would appear)
  41.  
  42. MAIL FROM: president@whitehouse.gov
  43. (it should say something like (250 president@whitehouse.gov... Sender
  44. ok))
  45. RCPT TO: whoever@whereever.com
  46. (it should say something like (250 whoever@whereever.com... Recipient
  47. ok))
  48. DATA
  49. (it should say something like (354 Enter mail, end with "." on a line by
  50. itself))
  51. Dear whoever,
  52.     I would like to say that you are a complete dumbass and shouldn't be
  53. able to live.
  54.                                             Yours truley,
  55.                                              Bill Clinton
  56.  .
  57.  
  58. (Yes that is a period by ITSELF.)
  59.  
  60. QUIT
  61.  
  62.  
  63.