home *** CD-ROM | disk | FTP | other *** search
/ Hacker Chronicles 1 / HACKER1.ISO / phrk2 / ph117.txt < prev    next >
Text File  |  1992-09-26  |  7KB  |  212 lines

  1.  
  2.                                ==Phrack Inc.==
  3.  
  4.                    Volume Two, Issue Eleven, Phile #7 of 12
  5.  
  6.                     -#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-
  7.                     !                                   !
  8.                     #     Hacking Primos I, II, III     #
  9.                     !                                   !
  10.                     #          (I&II  Revised)          #
  11.                     !                                   !
  12.                     #            By Evil Jay            #
  13.                     !                                   !
  14.                     -#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-
  15.  
  16.  
  17.     Author Note:
  18.  
  19.    Ugg! I looked at my first file after it was released and saw a lot of
  20.   misspellings, errors and other screw-ups and was completely embarrassed. I
  21.   did not have time to edit the file and I was also writing the second file
  22.   which dealt with gaining privileges. I threw these two files at Taran King
  23.   who in turn merged them together. So I humbly apologize for all of the
  24.   errors in the last file. In this file I will revise the old file and
  25.   continue with some more methods of gaining access and also list out some
  26.   very basic commands for beginners. As I said before, if you have any
  27.   questions you can reach me on any board I am currently inhabiting. Hope to
  28.   hear from you...
  29.  
  30.  
  31.     *** Gaining Access From Scratch ***
  32.  
  33.    I made a mistake in my last file and stated that FAM was not a default. FAM
  34.   is a default, but it can be taken out by the system administrators.
  35.  
  36.  
  37.  To get a listing of every possible account on a system, it is really quite
  38.  easy. They are located in the MFD directories. Type:
  39.  
  40. A MFD <MFD #> (Without the "<" and ">" signs)
  41.  
  42. Or just:
  43.  
  44. A MFD
  45.  
  46.  Then type LD and hit return. Now, you will see a listing of files and
  47.  underneath should be a listing of directories appropriately named
  48.  Directories. These directories are valid User IDs. However, I believe that
  49.  directories that have an "*" character in them cannot be logged in to.
  50.  
  51.  
  52.    *** Getting Higher Access Revised ***
  53.  
  54.   SYS1 is the highest system level there is. Meaning unless commands have to
  55.  be entered from the supervisors terminal, you can usually do anything with an
  56.  account that has SYS1 access. Also, I should clarify that SYS1 will not
  57.  always be the name of the highest access available. It could be named SYSTEM
  58.  or anything for that matter.
  59.  
  60.   You are looking for a file with the extension .CPL - look for this file
  61.  under any of the SYS1 directories. When you find one, SLIST it. You are
  62.  looking for a line similar to:
  63.  
  64. A <DIRECTORY NAME> <PASSWORD>
  65.  
  66. It could look like:
  67.  
  68. A LIB XXX
  69.  
  70. LIB is the directory (user id) name.
  71.  
  72. XXX is the password to that directory (user id).
  73.  
  74.  
  75.  When you have this, log into that account with the directory name and
  76.  password. If your lucky you'll gain access to that account. I have noticed
  77.  that a lot of high access accounts sometimes have the password XXXXXX or X.
  78.  Try these, I am unsure as to whether they are actual defaults or not.
  79.  
  80.  
  81.   Ah, the revision is done! Now some more ways to gain access...
  82.  
  83.  
  84.    *** The Trojan Horse ***
  85.  
  86.   Providing you have access, you may or may not be able to edit a file in a
  87.  high access directory. If you can't then try the above technique and try to
  88.  hack a higher level account.
  89.  
  90.  
  91.   You will first want to learn the Command Processing Language (CPL). Type
  92.  HELP CPL for a list of commands and then play around and try to write your
  93.  own programs. If you don't have a manual handy, look at other CPL programs in
  94.  other directories you can access. Once you know CPL, all you have to do is
  95.  edit a CPL file in a high access dir. Add your own high level commands to the
  96.  program. Then replace the old file, logoff and wait until the operator(s)
  97.  decide to run your program. Hopefully, if everything goes well your routines
  98.  will help you with whatever you wanted. However it would be a good idea to
  99.  have your TH write a file to your directory telling you whether it has been
  100.  ran or not. I will discuss different Trojan Horses in later issues of Phrack.
  101.  
  102.  
  103.   Once on a Prime it is pretty easy to get other accounts so don't worry about
  104.  it. Just worry about getting on in the first place. Patience is definitely
  105.  required since many systems (particularly versions 19 up) tend to hang up
  106.  after the first invalid id/password combo.
  107.  
  108.  
  109.  
  110.      *** Basic Commands For Beginners ***
  111.  
  112.  
  113.   This is a list of basic commands you can use once on a Prime system. I will
  114.   not go in-depth on a command, because you can do that for yourself by
  115.   typing:
  116.  
  117. HELP <COMMAND NAME>
  118.  
  119.  
  120.  
  121. SLIST <FILENAME>
  122.  
  123. This will list out the contents of a file on a directory. Type in the full
  124. file name (plus extension).
  125.  
  126.  
  127. ATTACH <DIRECTORY NAME>
  128.  
  129. This will attach you to another directory. For a full explanation type HELP
  130. ATTACH.
  131.  
  132.  
  133. LD
  134.  
  135. This will list all the files and subdirectories in a directory.
  136.  
  137.  
  138. RLS -ALL
  139.  
  140. Commands add up on the stack, and eventually after a pre-determined amount of
  141. commands you will get a message telling you that you are "now at command level
  142. XX". This command will release all those pent up commands in the stack.
  143.  
  144.  
  145. CPL <FILENAME>
  146.  
  147. This will run a file with the extension ".CPL".
  148.  
  149.  
  150. COMINPUT <FILENAME>
  151.  
  152. This will run a file with the extension ".COM"
  153.  
  154.  
  155. SEG <FILENAME>
  156.  
  157. This will run a file with the extension ".SEG"
  158.  
  159.  
  160. STATUS USERS
  161.  
  162. This will give you a listing of users and other information currently on the
  163. system.
  164.  
  165.  
  166. STATUS
  167.  
  168. This will give you the status of the system and other information.
  169.  
  170.  
  171. EDIT (Or ED)
  172.  
  173. This is a text editor.
  174.  
  175.  
  176. CHANGE_PASSWORD <OLD PASSWORD>
  177.  
  178. Does just what it says it does.
  179.  
  180.  
  181. DELETE <FILENAME>
  182.  
  183. Deletes a file.
  184.  
  185.  
  186. LOGOFF
  187.  
  188. I think this is pretty obvious.
  189.  
  190.  
  191. LOGIN
  192.  
  193. This will log you out and take you back to the login process, providing there
  194. is no logins-over-logins set by the administrators.
  195.  
  196.  
  197. This is a very small list, but will probably help the beginner greatly when
  198. he/she first logs on. Hope you enjoyed this issue...Look for Hacking Primos
  199. Part IV in Phrack, 12. Mebbe'.
  200.  
  201.  
  202.  
  203.                     -#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-
  204.                     !                                   !
  205.                     #           A Phrack,Inc            #
  206.                     !                                   !
  207.                     #           Presentation            #
  208.                     !                                   !
  209.                     -#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-
  210. Downloaded From P-80 International Information Systems 304-744-2253 12yrs+
  211.