home *** CD-ROM | disk | FTP | other *** search
/ The Hacker's Encyclopedia 1998 / hackers_encyclopedia.iso / zines / phrack1 / phrack2.008 < prev    next >
Encoding:
Text File  |  2003-06-11  |  4.0 KB  |  74 lines

  1.  
  2. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  3.                 ==Phrack Inc.==
  4.              Volume One, Issue Two, Phile #8 of 9
  5. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  6.  
  7.              The Hackers Guide to RSTS-E 8.0
  8.  
  9.                Data Line.  TWX 650-240-6356
  10.  
  11.  
  12.   Rsts is one of the most versatile operating systems available for the PDP-11
  13.  series of computers.  It can emulate both RSX and RT-11 (though not fully),
  14.  and is often a choice where multiple concurrent operating systems must be
  15.  online.  I was a system manager on an 11-23 for about a year and learned a
  16.  fair amount about the OS (perhaps forgetting a good deal in the interim).
  17.  This phile applies to release 8.0 and the entire 7 series.  By the way,
  18.  version 9.0 is it - DEC is discontinuing RSTS with that release and using 9.0
  19.  as a bridge to VMS for the PDP-11 series.  The logon will tell which version
  20.  you are hacking.
  21.  
  22.   If the SYSTAT-before-logon has been disabled (It probably has), no big
  23.  worry.  Account 1,2 must be present on the system and contains most of the
  24.  system utilities.  On booting, the account is called at least 8 times to put
  25.  batch processors and spoolers online.    Changing [1,2]'s passwords in the
  26.  command file is a tedious process - most system managers are too lazy, so it
  27.  won't change often.  Oh yes, the default PW for 1,2 is SYSLIB.  This
  28.  knowledge should cut hacking time considerably for many systems.  When you
  29.  get in, RUN $MONEY.  This gives all accounts, KCT's (Billing units),
  30.  accesses, time on system, and PASSWORDS, if you ask.  Don't reset the system
  31.  when it asks, it merely zeroes the program and not the hardware, but could
  32.  tip someone off that he system had been hacked.
  33.  
  34.   Personally, I like running out of a new account, so RUN $REACT.  Pick a new
  35.  account #, making sure the first number (before the comma) is a "1" to get
  36.  full privilege.  Accept defaults for disk placement.  As for Cluster size, I
  37.  prefer 4.  It's large enough to get fast disk access, but small enough so
  38.  that little space is wasted for small files.  Cluster size is shown (CLU or
  39.  CLS) on MONEY and on DIR/FULL.  Follow conventions and you'll stand less
  40.  chance of being noticed.
  41.  
  42.   RSTS has some of the most complete HELP files short of a CDC mainframe.
  43.  HELP HELP will give the forst screen of the nested menus.  Be sure to do this
  44.  from a privileged account or you'll miss about half of the best commands.
  45.  HELP SYSTAT will give a thorough overview of the system setup & status
  46.  program.
  47.  
  48.   RUN $SYSTAT (or just SYS if the Concise Command Language is set up
  49.  normally).  On the left is a report of te system users including all
  50.  background jobs (print spoolers, batch processors and the like), their
  51.  keyboard, and what state they are in (RN=run, ^C=waiting for input,
  52.  DCL=logged on, no program running, DR=Disk Read, DW=Disk Write).  To the
  53.  right is a list of busy I/O devices.  At the end is a full report of Disk
  54.  names (DR:=Hard, DU:= floppy), and space allocated/free.  To cause some havoc
  55.  pick a target KB, preferrably one running a financial type program.  Note the
  56.  Job # in the leftmost column.    Simply type UT KILL # and he's totally gone,
  57.  without so much as a logoff message.  If done during a Disk Write - get out
  58.  the backups!!
  59.  
  60.   If just tying up resources is more your game, RUN $VT50PY.  It gives the
  61.  utilization readout on a 20 second basis, or whenever a key is struck.  The
  62.  program itself uses a lot of CPU time, so when the Interval <20>?  comes up,
  63.  enter a 1 and watch the EXEC percent go through the roof.
  64.  
  65.   If wasting paper is more your style, find the KB:  number of the printer
  66.  (KB0:    is the console) from SYSTAT when it's in use, or try LP1:.  Find a
  67.  long text file (DIR [*,*]*.txt) and COPY LP1:=filename.  Don't forget the
  68.  colon when referring to keyboards or printers.
  69.  
  70.   Try DTR.  If DATATRIEVE is online, you can set up a database of huge
  71.  proportions.  Again, full help is available.  SET GUIDE (configure your
  72.  terminal for VT-100) and it takes you through every step.
  73.  
  74.