home *** CD-ROM | disk | FTP | other *** search
/ Hacks & Cracks / Hacks_and_Cracks.iso / hackersclub / km / library / hack / smtp.txt < prev    next >
Text File  |  1998-03-25  |  2KB  |  62 lines

  1.                     Mail Spoofing Explained
  2.  
  3. NOTE: this was written with newbies in mind, thats why it's so simple and
  4. through. If you're more advanced, bear with it :)
  5. Ok, here is the most through, and explained mail spoofing article ever
  6. writen. First of all, let's define mail spoofing. Have you ever wanted to
  7. mail somebody annonymously? Have you ever wanted to send mail from adresses
  8. such as nasa.com, fbi.org, or just about anything else? Of course you have!
  9. All we need is a telnet client. This method uses a very simple thing called
  10. smtp, which stands for Simple Mail Transfer Protocol. Wait, don't run away
  11. yet, it may sound complicated but it really isn't. Here are the steps you
  12. have to take:
  13.  
  14.    * telnet to port 25 of any web server
  15.    * type: mail from: spoofed@adress.com
  16.    * type: rcpt to: recipient@of.the.letter.org
  17.    * type: data
  18.    * type: your message here
  19.    * type: .
  20.  
  21. Does this seam unclear to you? Well, I thought of that, below are step by
  22. step instructions for windows95:
  23.  
  24. If you're runing win 95:
  25.  
  26.    * click on start, and chose run
  27.    * type: telnet in the dialog box
  28.    * press enter-a telnet client pops up
  29.    * click on "terminal" menu
  30.    * chose preferences
  31.    * make sure that "Enable local echo" is checked
  32.    * click on the "connect" menu
  33.    * click on "remote system"-a dialog box pops up
  34.    * enter any adress in the dialog box (example: www.omnics.co.jp)
  35.    * see where it says "port" delete the stuff inside, and type number 25
  36.    * click connect
  37.  
  38. Ok, now we're connected to the host, see the little greeting message? good.
  39. Now issue the following command just like you see them: Replace the
  40. xxx@xxx.xxx.xxx with anything you want, my personal favorite is
  41. president@whitehouse.org be creative ;)
  42.  
  43.    * mail from: xxx@xxx.xxx.xxx
  44.    * rcpt to: place the adress where you wanna send the mail to here
  45.    * data
  46.    * type your message here
  47.    * .
  48.    * (yes, that is a period by itself ;)
  49.  
  50. Boom, you're done, the mail has been sent :) Wanna hear a funny thing? This
  51. isn't even illegal :)
  52.  
  53. Here's a more info on this, which is intented for a bit more advanced
  54. users, newbies are welcome to read this too, it explains how this works.
  55. You see, port 25 is the mail port. When you telnet to the mail port, you
  56. get to talk to the mail daemon. Mail daemons, speak smpt. Interested in
  57. learning more about smpt? After connecting to the host, just type "help"
  58. and you'll get some commands to play around with.
  59.  
  60. by: Duncan Silver
  61. www.hackersclub.com/uu
  62.