home *** CD-ROM | disk | FTP | other *** search
/ Hackers Toolkit 2.0 / Hackers_Toolkit_v2.0.iso / HTML / archive / Texts / hacking / junohacking.txt / __headers__.txt next >
Encoding:
Text File  |  1999-11-04  |  3.1 KB  |  86 lines

  1.             --+ Juno Hacker Text v1.0 +--
  2. ========================================================
  3.  
  4. Index:  Ia. What Juno Is  Ib. How Juno Works  Ic. How To Read Someone's Mail  Id. How To Send Files Through Someone's Mail      Without Them Knowing It  Ie. Changing The Last User
  5.  
  6. ********************************************************
  7.  
  8. Ia. What Juno Is
  9.  
  10. Juno is a a free e-mail program for the Windows
  11. platform (availible at www.Juno.com). You don't need to
  12. have an internet connection to access Juno (once you've
  13. got the software.) It has area codes in just about
  14. everywhere in the United States. It dials up to a local
  15. area phone number, then downloads and sends your mail.
  16. (They make their money from little advertisements
  17. throughout the program.)
  18.  
  19. Ib. How Juno Works
  20.  
  21. 1.Directory Structure:   Juno is defaultly installed into your
  22. C:\Program Files\Juno. The users are within that
  23. directory (each user has his own directory) and are easy
  24. to spot because the are the USER000* directories.
  25. Example: C:\Program Files\Juno\USER0001 would be one
  26. user. C:\Program Files\Juno\USER0002 would be another.
  27. To find out which user is in which directory, each USER
  28. folder has a Juno.ini file in it. Open it.
  29. In there you will find something like:
  30.  
  31. [UserInfo]
  32. User=This_is_the_users_name
  33. Password=EAFAF84873845702
  34. Salt=1D6F7D8798D4D639
  35.  
  36. The "User" is the name you are trying to find out (so
  37. you know who's mail you're reading.) The Password is NOT
  38. what Juno uses to decrypt, then check the password. I
  39. have tried deleting it, changing it and everything else,
  40. and I was still able to log in with my normal password.
  41. As of the time this file was written, I do not know how
  42. the password structure works.
  43. (but that's ok.. we wont need it) ;-]
  44.  
  45. 2.Address Books   The address books are (of course) email
  46. addresses saved by the user so he doesn't have to
  47. remember them. They are in the USER's folder with the
  48. name "addrbook.nv". open it with Edit (DOS's way of
  49. editing things.. type: "edit filename" to edit a file
  50. in DOS) and see how it works. Note: if you try to edit
  51. it with Notepad, it will save it as a .txt even if you
  52. change it to "all files". You can add, delete, or edit
  53. addresses.. If you want to mess them up so that they
  54. get all returned mail, make it something that they wont
  55. notice.
  56. Example:
  57. change BOBSMITH@WHATEVER.COM
  58. to B0BSMITH@WHATEVER.COM (notice the "O" changed to "0")
  59.  
  60. Here is what several of the files are:  -Inbox FOLD0000.FRM  -Outbox FOLD0001.FRM  -Deleted FOLD0002.FRM  -Sent FOLD0003.FRM  -Draft FOLD0004.FRM  -AutoSave FOLD0005.FRM
  61.  
  62. Ic. How To Read Someone's Mail
  63.  
  64. Just open thier fold0000.frm file in Edit. They are all
  65. stored in the same file.
  66.  
  67. Id. How To Send Files Through Someone's Mail    Without Them Knowing It
  68.  
  69. Juno's Outbox is stored in the fold0001.frm file (as
  70. shown above). Open that in DOS with Edit and put the
  71. following text.
  72.  
  73. <----From here---->
  74.  
  75. this_is_ the_email_message.                   From: Whoever
  76. To: person@domain.com
  77. Date: Fri, 13 Nov 1998 11:15:18 -0600
  78. Subject: this_is_the_subject_line...
  79. Full-Name:
  80. X-Status: Unsent
  81. X-Juno-Att: 0
  82. MIME-Version: 1.0
  83. Content-Type: text/plain
  84. Content-Transfer-Encoding: 7bit
  85.  
  86.