home *** CD-ROM | disk | FTP | other *** search
/ Hackers Toolkit v2.0 / Hackers_Toolkit_v2.0.iso / HTML / archive / Texts / fakemail.txt < prev    next >
Text File  |  1999-11-04  |  2KB  |  37 lines

  1. II. Fake E-mail
  2.      (Fooling UUCP)
  3.  
  4. HOW DO I MAKE FAKE MAIL (OR HOW DO I FOOL UUCP)?
  5. (from Beelzebub, Doktor Nil w/ Belisarius)
  6.  
  7. 1.  Telnet to port 25 of any internet server
  8.        (eg. telnet site.name.and.address 25)
  9. 2.  If at all possible, AVOID TYPING "HELO".
  10. 3.  Type: rcpt to (person to receive fake mail){ENTER}
  11. 4.  Type: mail from (fake name and address){ENTER}
  12. 5.  The mail server should ok each time after each name.
  13. 6.  If it does not:
  14.      a) type vrfy and then the name of the person
  15.      b) as a last resort use helo, this will login your computer as
  16.         having been the source of the mail
  17. 7.  Retype the commands, it should say ok now.
  18. 8.  Type: data{ENTER}
  19. 9.  The first line of the message will be the Subject line
  20. 10.  Enter your letter
  21. 11.  To send letter type a "." on an empty line.
  22. 12. Then type quit{ENTER}
  23. 13. This is traceable by any sysadmin ... don't harass people this
  24.     way.
  25. 14. If the person receiving the mail uses a shell like elm he/she
  26.     will not see the telltale fake message warning
  27.     "Apparently-To:(name)" even if not, most people wouldn't know
  28.     what it means anyway.
  29. 15. Make sure you use a four part address somebody@part1.pt2.pt3.pt4
  30.     so as to make it look more believable and cover any add-ons the
  31.     mail routine might try
  32. 16. Put a realistic mail header in the mail message to throw people
  33.     off even more.  If there are To: and Date: lines then the
  34.     program probably won't add them on.
  35. 17. Also try to telnet to the site where the recipient has his
  36.     account.  This works better if you know how to fool it.
  37.