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

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