home *** CD-ROM | disk | FTP | other *** search
/ The Hacker's Encyclopedia 1998 / hackers_encyclopedia.iso / hacking / systems / hacker12.doc < prev    next >
Encoding:
Text File  |  2003-06-11  |  6.1 KB  |  146 lines

  1.  
  2.  
  3.  
  4. --- BASIC RSTS SYSTEM DESTRUCTION ---
  5.         By Sam Sneed
  6.  
  7.   Uploaded by Elric of Imrryr
  8.  
  9. [ Dr's note: there are RSTS/E systems listed in the Mainframe
  10.  directory in the other TP file, MAINFRAME NUMBERS. ]  
  11. [ Elric's note: Sam Sneed was a member of the infamious 414's, who got busted]
  12.  
  13.  
  14.  
  15.         So, you've decided that you'd like to try to down an
  16. RSTS system? Well, here's a beginner's guide:
  17.         The RSTS system has two parts, the Priviledged accounts,
  18. and the User accounts. The Priviledged accounts start with
  19. a 1 (In the format [1,1], [1,10], etc. To show the Priv.
  20. accounts we'll just use the wildcard [1,*].)
  21.         The priviledged accounts are what every RSTS user would
  22. love to have, because if you have a priviledged account
  23. you have COMPLETE control of the whole system. How can
  24. I get a [1,*] account? you may ask....Well, it takes A LOT
  25. of hard work. Guessing is the general rule. for instance,
  26. when you first log in there will be a # sign:
  27.      # (You type a [1,*] account, like) 1,2
  28.      It will then say Password: (You then type anything up
  29.      to 6 letters/numbers Upper Case only) ABCDEF
  30.      If it says ?Invalid Password, try again ' then you've
  31.      not done it YET...Keep trying.
  32.  
  33.         Ok, we'll assume you've succeeded. You are now in
  34. the priviledged account of an RSTS system. The first
  35. thing you should do is kick everyone else off
  36. the system (Well, maybe just the other Priviledged
  37. users)....You do this with the Utility Program.
  38.         UT KILL (here you type the Job # of the user you'd
  39. like to get ut of your way). If the system won't let
  40. you, you'll have to look for the UTILTY 
  41. program. Search for it by typing DIR [1,*]UTILTY.*
  42. Now, you've found it and kicked off all the important
  43. people (If you want you can leave the other people
  44. on, but it's important to remove all other [1,*] users,
  45. even the Detached ones). To find out who's who on the
  46. system type SYS/P- (That will print out all
  47. the privileged users). Or type SYS to see Everyone.
  48.         Next on your agenda is to get all the passwords
  49. (Of course). Do this by run$MONEY (If it isn't there,
  50. search for it with DIR[1,*]MONEY.* and run it using
  51. the account where you found it instead of the $)
  52.         There will be a few questions, like Reset? and
  53. Disk? Here's the Important answers.
  54.    Disk? SY (You want the system password)
  55.    Reset? No (You want to leave everything as it is)
  56.    Passwords? YES (You want the passwords Printed)
  57.    There are others, but they aren't important, just hit a C/R.
  58. There is ONE more, it will say something like
  59. Output status to? KB: (This is important, you
  60. want to see it, not send it elsewhere).
  61.  
  62.         Ok, now you've got all the passwords in your hands.
  63. Your next step is to make sure the next time you
  64. come you can get in again. This is the hard part.
  65.         First, in order to make sure that no one will
  66. disturb you, you use the UTILTY program to make it
  67. so no one can login. Type UT SET NO LOGINS. (also
  68. you can type UT HELP if you need help on the program)
  69.         Next you have to Change the LOGIN program....I'm
  70. sorry, but this part is fuzzy, Personnally, I've
  71. never gotten this far. Theorectically here's what
  72. you do: Find out where the program is, type
  73. DIR [1,*]LOGIN.* If there is LOGIN.BAS anyplace,
  74. get into that account (Using your password list,
  75. and typing HELLO and the account you'd like to
  76. enter). On the DIR of the program there is a date
  77. (Like 01-Jan-80). To make it look good you type
  78. UT DATE (and the date of the program).
  79. Next, you make it easy for yourself to access the
  80. program. You type PIP (And the account and name of
  81. the program you atre changeing) <60>=(again the
  82. name of the program).
  83.         Now what you do is OLD the program. Type
  84. OLD (Name of the program)
  85.         Now that is all theoretical. If anyone runs
  86. into problems, tell me about it and I'll
  87. see if I can either figure it out or get someone
  88. else to.
  89.         Next thing you want to do is LIST the program and
  90. find out where The input of the Account # is.
  91. To get this far you have to know a lot about programming and
  92.  what to look for...
  93.         Here is generally the idea, an idea is all it is,
  94. because I have not been able to field test it yet:
  95.         Add a conditional so that if you type in a code
  96. word and an account # it will respond with the password.
  97.         This will take a while to look for, and
  98. a few minutes to change, but you can do it,
  99. you've got that RSTS system in your back pocket.
  100.                 Let's say you've (Somehow) been able
  101. to change the program. The next thing you want
  102. to do is replace it, so put it back where
  103. you got it (SAVE Prog-name), and the put it
  104. back to the Prot Level (The # in the <###>
  105. signs) by typing PIP (Prog name)<232>=Progname
  106.         (Note, in all of this, don't use the ()'s
  107. they are just used by me to show you what goes
  108. where).
  109.         Now you've gotten this far, what do you do?
  110. I say, experiment! Look at all the programs, since
  111. you have Privilged status you can analyze every
  112. program. Look around forthe LOG program, and
  113. find out what you can do to that.
  114.                 The last thing to do before you
  115. leave is to set the date back to what it was using
  116. the UTILTY program again UT DATE (and the current date).
  117.  
  118.  
  119.                                 Sam Snee
  120.  
  121.  
  122. Downloaded from Just Say Yes. 2 lines, More than 500 files online!
  123.          Full access on first call. 415-922-2008 CASFA 
  124.  
  125.  
  126.  
  127.  
  128.   Another file downloaded from:   
  129.  
  130.          !
  131.         -$-             & the Temple of the Screaming Electron
  132.          !    *                    Walnut Creek, CA
  133.    +    /^   |
  134.    !    | |//^  _^_     2400/1200/300 baud  (415) 935-5845  
  135.   /^  /   @ |  /_-_            Jeff Hunter, Sysop
  136.   |@ _| @     @|- - -|                                     
  137.   |  | |    /^ |  _  |                  - - - - - - - - - * 
  138.   |___/____|_|_|_(_)_|       Aaaaaeeeeeeeeeeeeeeeeee!   /   
  139.  
  140.        Specializing in conversations, E-Mail, obscure information,
  141.    entertainment, the arts, politics, futurism, thoughtful discussion, 
  142.           insane speculation, and wild rumours. An ALL-TEXT BBS.
  143.  
  144.                          "Raw data for raw minds." 
  145.  
  146.