home *** CD-ROM | disk | FTP | other *** search
/ Hacker Chronicles 1 / HACKER1.ISO / hack / mish37.txt < prev    next >
Text File  |  1992-03-04  |  5KB  |  189 lines

  1. =======================================
  2. =                                     =
  3. =        HACKING THE HP 2000          =
  4. =                                     =
  5. =                By                   =
  6. =                                     =
  7. =      BLITZIOD ?? & GALACTUS **      =
  8. =                                     =
  9. =                of                   =
  10. =                                     =
  11. =       THE ELITE HACKERS GUILD       =
  12. =                                     =
  13. =======================================
  14.  
  15. RECOGNIZING AN HP 2000
  16. ----------------------
  17.   An HP 2000 can normally be recognised
  18. by the answering prompt PLEASE LOG IN
  19. and the log-in error messages:
  20. ILLEGAL ACCESS
  21. ILLEGAL FORMAT
  22. or
  23. ALL PORTS BUSY
  24.  
  25. The HP 2000 is a super-mini computer
  26. that can support up to 32 users.
  27.  
  28. LOGGING ON
  29. ----------
  30.  
  31.   You must log-in within a few minutes
  32. of gaining system attention or the 
  33. system will hang-up on you. The built 
  34. in default is 2 minutes, the SysOp can
  35. however make it from 1 to 256 seconds.
  36.   You will first need to gain system 
  37. attention. This is done by hitting a
  38. certain system attention key and then
  39. return (sometimes this is done twice)
  40. some system attention keys to try are
  41. ^J and ^E.
  42.   The system will then print: PLEASE
  43. LOG IN you must then enter your logon
  44. ID, which is in this format:
  45. LNNN,password where L=a letter and
  46. N=a number you enter your logon ID
  47. by typing HELLO-logon ID. Here is an
  48. example:
  49.  
  50. HELLO-S516,JOSHUA
  51.  
  52. HELLO can be abreviated as HEL and if
  53. you are using a video terminal you will
  54. tag ,1 to your logon ID so that you can
  55. use ^H for backspace. So your login 
  56. will look like this.
  57.  
  58. HEL-S516,JOSHUA,1
  59. 04-11-87 09:41 PM  PORT #00  HP 2000
  60. READY
  61. *****
  62.  
  63.                  
  64. SPECIAL NOTE: The password can be up to
  65. 6 bytes (though they are often shorter)
  66. the password can not contain any of 
  67. of these Bytes:
  68. ^X , ^@ , ^M , ^J , ^S , ^H , comma
  69. space , underscore or back arrow. 
  70. HP suggests that ^E not be used but
  71. it can be done.
  72.  
  73. SECURITY LEVELS
  74. ---------------
  75.  
  76.   There are three basic security levels
  77. on the HP 2000. They are SYSTEM MANAGER
  78. GROUP MANAGER and USER. There is also
  79. a SysOp but he is hard wired in and 
  80. can not be remote.
  81.   The System Manager is the highest
  82. remote account. His account is always
  83. A000. The System Master has access to
  84. these privlaged commands:
  85.  
  86. PROTECT makes a file RUN ONLY
  87. UNPROTECT the opposite
  88.  
  89. DIR lists all files on the system
  90.  
  91. REPORT tells how much time a user has
  92. used since the last billing period
  93. (in minutes)
  94.  
  95. PORT gives port configuration for the
  96. 32 ports in this format.
  97. character size-baud rate
  98.  
  99. STATUS info in referance to mass 
  100. storage devices.
  101.  
  102.   The Group Master is the second high-
  103. est security level. The Group Master
  104. accounts are always in the format Lx00
  105. where L is a letter and x is a number.
  106. For example S500 is group leader for
  107. the S5xx group (such as S516). And may
  108. Protect and Unprotect Group files.
  109.    Users are the lowest security level
  110. they have no special privliges and can
  111. only manipulate files in there own 
  112. account.
  113.    The HELLO account is also verry 
  114. usefull. It is always Z999 and has the
  115. power to alter the Greeting program
  116. (which is in its catalog space)
  117.  
  118. FILE LEVELS
  119. -----------
  120.    
  121.    There are three basic file levels
  122. on an HP 2000 they are SYSTEM FILES
  123. GROUP FILES and USERFILES.
  124.    System files can be used by any user
  125. they are listed by typing LIB. Only the
  126. System master can manipulate these.
  127. TO ACCESS THESE FILES TYPE 
  128. GET-$FILENAME  OR EXEC-$FILENAME
  129.  
  130.  Group files are group dependent
  131. and can be listed by typing GROUP. 
  132. Only a given groups group master may
  133. manipulate these files. TO ACCESS 
  134. THESE FILES TYPE:
  135. GET-*FILENAME  OR  EXEC-*FILENAME
  136.  
  137.    User files are account dependent
  138. and can be listed by typing CAT. any-
  139. one logged in on a given account can
  140. manipulate the user files of that acc-
  141. ount. TO ACCESS THESE FILES TYPE:
  142. GET-FILENAME  OR  EXEC-FILENAME
  143.  
  144.  
  145. BASIC/2000 LEVEL F
  146. ------------------
  147.  
  148.    BASIC/2000 is much like BASIC/3000
  149. which is discussed in my phile 
  150. 'HACKING THE HP 3000'. On the HP 2000
  151. BASIC is intigrated into the Operating
  152. System. Statement numbers range from
  153. 1 to 9999. If you enter an error the
  154. interpreter will give you an error
  155. message as soon as you hit return on 
  156. that line. If you want to make a string
  157. variable more than one byte in length
  158. then you must dimmention the variable 
  159. by the number of bytes in the string
  160. using the DIM command. The symbol for
  161. exponential is '**'. A full list of
  162. commands should accompany this phile
  163. in the philes HP2000 PART 2 thru HP 2000
  164.  PART 6.
  165.  
  166. FINAL NOTES
  167. -----------
  168.  
  169.   The HP 2000 records all log-ins on
  170. the SysOps console so be carefull. The
  171. 5 philes accompanying this one consist
  172. of an on-line User Manual which I down
  173. loaded from an HP 2000. If you want to
  174. learn more about BASIC/2000 LEVEL F you
  175. may want to check out:
  176.  
  177. 20854A TIMESHARED BASIC/2000, LEVEL F
  178.     HP PART # 02000-90073
  179.  
  180. ======================================
  181.  
  182.  
  183. =======================================
  184. =           END OF PHILE              =
  185. =======================================
  186.  
  187. Downloaded from P-80 Systems.....
  188.  
  189.