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

  1.  
  2. **************************************
  3. *                                    *
  4. *   How to take control of your      *
  5. *     local IBM VM/370 system        *
  6. *                                    *
  7. *    Written by Another Hacker       *
  8. *    -------------------------       *
  9. *     The *Elite* Phreakers Club     *
  10. *                                    *
  11. **************************************
  12.  
  13. Preface
  14. ^^^^^^^
  15.  
  16. This file represents and shows you how to gain access of the neighborhood
  17. IBM VM/370 Mainframe with tricks and tips it could save you hours of HELP
  18. file access in a few easy to learn lines.
  19.  
  20.  
  21. First
  22. Connection to a IBM VM/370 is easy!!. After connection (by modem or
  23. terminal in half duplex if acceptable) type:
  24.  
  25.  
  26. (C/R) B
  27. or
  28. PB
  29. or
  30. SP
  31.  
  32. if it is a VM/370
  33. it should come back with:
  34.  
  35. VM/370 online
  36.  
  37.  
  38. then hit (C/R) or Space Bar
  39. a dot (.) should appear.  This is the
  40. main command prompt.
  41.  
  42. .
  43. now
  44. you must logon
  45.  
  46. Format:
  47. .LOG (id) (password)
  48. or
  49. .LOG (id)
  50.  
  51. ex:
  52. .LOG OPERATOR SYSTEM
  53. or
  54. .LOG OPERATOR
  55. ENTER PASSWORD
  56. SYSTEM
  57.  
  58. Valid VM accounts built into the machine by IBM are:
  59.  
  60. OPERATOR     (for Operator status!)
  61. VMBACKUP     (memory backup account)
  62. PVM
  63. BATCH1
  64.  
  65. Operator status IS available via the dial-up with NO restrictions!! after
  66. entering  your account (ID) the password can only be 8 characters maximum
  67. then you are in.
  68.  
  69. Once on you are in CMS status you should remain in CMS status to gain full
  70. appreciation of  the IBM system.To check to see what status you are in hit
  71. (C/R) alone after the dot (.)
  72.  
  73. Ex:
  74.  
  75. .CMS
  76. .
  77.  
  78. or
  79.  
  80. .CP
  81. .
  82.  
  83. etc...
  84.  
  85. (Please note: CMS=Conversational Monitoring System)
  86.  
  87. and
  88.  
  89. (CP=Control Program. You don't want to be in this state type BEGIN)
  90.  
  91.  
  92. if for some reason you witness a abnormal logon type
  93.  
  94. BEGIN
  95.  
  96. it will then reset your account and put you back into the normal mode of the
  97. machine
  98.  
  99. (Note: all instructions are meant to be executed only in the CMS environment)
  100.  
  101. Q NAMES
  102.  
  103. lists useraccounts presently logged on
  104.  
  105. Q ALL
  106.  
  107. lists what/who owns the account memory etc..
  108.  
  109. LISTFILE
  110.  
  111. lists the current directory of the account
  112.  
  113. TYPE (filename)
  114.  
  115. Executes a CMS file similar to EXEC command.
  116.  
  117. for a help file listing type
  118.  
  119. HELP CMS
  120.  
  121. and
  122.  
  123. LOGOFF
  124.  
  125. logs you off the VM system
  126.  
  127.  
  128. Here is a small list of VM systems
  129. to experiment with:
  130.  
  131.  
  132. on Telenet
  133. ==========
  134.  
  135.  
  136. C 20120    C 21222
  137. C 21253    C 51647
  138.  
  139.  
  140. That's all dudes and hack on!
  141.  
  142. IBM VM/370 Hacking Doc's brought to you by
  143.  
  144. %%%%> Another Hacker <%%%%
  145.  
  146.