home *** CD-ROM | disk | FTP | other *** search
/ Hackers Toolkit 2.0 / Hackers_Toolkit_v2.0.iso / HTML / archive / Texts / hacking / vaxhack.txt < prev    next >
Encoding:
Text File  |  1999-11-04  |  6.1 KB  |  175 lines

  1. =====================================================================
  2. VIII. Screwing with the most secure operating system on the net
  3.      (VAX/VMS Hacking)
  4.  
  5. WHAT IS VAX/VMS?
  6.  
  7. VAX: Virtual Address eXtension.  Computer is desisgned to use memory
  8.      addresses beyond the actual hardware and can therefore run progs
  9.      larger than physical memory.  Developed by Digital Equipment
  10.      Corporation (DEC).
  11.  
  12. VMS: Virtual Memory System.  Also developed by DEC.
  13.  
  14. DCL: Digital Command Language.  Similar to DOS batch language or
  15.      UNIX script language.
  16.  
  17. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  18.  
  19. WHAT ARE SOME OF THE DEFAULT VAX LOGINS?
  20.      Username      Password
  21.      --------      --------
  22.      DECNET        DECNET
  23.      DEFAULT       DEFAULT
  24.      DEMO          DEMO
  25.                    unpassworded
  26.      FIELD         FIELD
  27.                    SERVICE
  28.      GUEST         GUEST
  29.                    unpassworded
  30.      OPERATOR      OPERATOR
  31.      OPERATIONS    OPERATIONS
  32.      SYSMAINT      SYSMAINT
  33.                    SERVICE
  34.                    DIGITAL
  35.      SYSTEM        SYSTEM
  36.                    MANAGER
  37.                    OPERATOR
  38.                    SYSLIB
  39.      SYSTEST       UETP
  40.                    SYSTEST
  41.      SYSTEST_CLIG  CLIG
  42.                    SYSTEST
  43.                    TEST
  44.      SUPPORT       SUPPORT
  45.                    DEC
  46.  
  47. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  48.  
  49. WHAT ARE SOME OF THE BASIC COMMANDS FROM THE "$" PROMPT?
  50. @: executes a DCL program
  51.      usage- @filename.com
  52. ACCOUNTING: program that tracks usage of the system by users
  53. CREATE: PASCAL compiler
  54.      usage- CREATE filename.pas
  55. CREATE/DIR: create a subdirectory
  56. DEL: delete files
  57.      usage- DEL filename.ext
  58. DIR: list the contents of a directory
  59.      options-  /FULL = full listing with all security info
  60.                /BRIEF = brief listing
  61.                * = wildcard for anything
  62.                % = wildcard for a specific character
  63. EDIT: VMS editor, requires VT-220 terminal
  64. HELP: brings up help info
  65. LOGOUT: obvious
  66. MAIL: send E-mail locally and to any connected networks
  67. $PASSWORD: change your password
  68.      usage- $PASSWORD newpassword
  69. PHONE: chat program
  70.      usage- PHONE changes the prompt to a '%', from there type in
  71.             the username you wish to talk to.  If the user is on a
  72.             different node then enter nodename::username
  73. PHOTO: record session
  74. RUN: execute an executable file
  75. SHOW: lets you look at alot of different stuff
  76.      usage- SHOW option
  77.      options- CLUSTER = VAX cluster, if any
  78.               DEFAULT = directory path and device
  79.               DEVICES = system devices (drives, modems, etc.)
  80.               INTRUSION = accounts being hacked, if any
  81.               MEMORY = obvious
  82.               NETWORK = network name and VAX's location in it
  83.               PROCESS = PROCESS processname shows status
  84.               QUOTA = disk space available for account
  85.               SYSTEM = system info
  86.               DAY = obvious
  87.               TIME = obvious
  88.               USERS = online users
  89. TYPE: display file on terminal (same as DOS 'type' and UNIX 'cat')
  90. SET FILE/PROTECTION: sets the Read/Write/Execute/Delete flags
  91.      usage- SET FILE/PROTECTION=OWNER[RWED] filename.ext
  92.      options- WORLD, GROUP, or SYSTEM can be used in place of OWNER
  93.               WORLD = all users in your world
  94.               GROUP = all users in your group
  95.               SYSTEM = all users with SYSPRV privileges
  96. SET TERMINAL: controls terminal settings
  97.      usage- SET TERMINAL/option
  98.      options- WIDTH=80 = set width to 80 columns
  99.               ADVANCED_VIDEO = selects 124x24 lines
  100.               NOADVANCED_VIDEO = unselects 124x24 lines
  101.               ANSI_CRT = selects ANSI escape sequences
  102.               NOANSI_CRT = unselects ANSI escape sequences
  103.               AUTOBAUD = allows computer to select highest possible
  104.                          baud rate
  105.               NOAUTOBAUD = turn off automatic baud selection
  106.               BROADCAST = allows receipt of SEND, MAIL and PHONE
  107.                           messages
  108.               NOBROADCAST = prevents receiption of SEND, MAIL and
  109.                             PHONE messages
  110.               DEVICE_TYPE=VT220 = set terminal type to VT-220
  111.               ECHO = enables echoing from DCL command line
  112.               NOECHO = disable DCL command line echoing
  113.               FULLDUP = enable full duplex
  114.               NOFULLDUP = disable full duplex
  115.               HANGUP = log off if no carrier
  116.               NOHANGUP = don't log off even if no carrier
  117.               INQUIRE = show device type of terminal
  118.               PAGE=43 = set display length to 43 lines
  119.               TYPE_AHEAD = enable type ahead function
  120.               NOTYPE_AHEAD = disable type ahead function
  121.               UNKNOWN = use for ASCII device types
  122.               WRAP = set wrap around feature
  123.               NOWRAP = unset wrap around feature
  124.  
  125. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  126.  
  127. WHAT ARE COMMON VAX FILENAME EXTENSIONS?
  128.  
  129.           COMPILER SOURCE CODE FILES
  130.           ==========================
  131. ADA = ADA compiler source code file
  132. BAS = BASIC compiler source code file
  133. B32 = BLISS-32 compiler source code file
  134. C   = C compiler source code file
  135. COB = COBOL compiler source code file
  136. FOR = FORTRAN compiler source code file
  137. MAR = MACRO compiler source code file
  138. PAS = PASCAL compiler source code file
  139. PLI = PL/I compiler source code file
  140. OBJ = object code created by compiler before linking
  141.  
  142.           DCL LANGUAGE FILES
  143.           ==================
  144. CLD = DCL command description file
  145. COM = DCL batch file
  146.  
  147.           GENERAL FILES
  148.           =============
  149. DAT = DATa file
  150. DIR = subDIRectory file
  151. EXE = EXEcutable program
  152. HLP = text for HeLP libraries
  153. LIS = system listing files (TYPE, PRINT, PHOTO)
  154. LOG = batch job output
  155. MEM = DSR output file
  156. RNO = DSR source file
  157. SIXEL = file for SIXEL graphics
  158. SYS = SYStem image file
  159. TJL = Trouble JournaL
  160. TMP = TeMPorary file
  161. TXT = text library input file
  162. UAF = User Autorization File
  163.  
  164.           MAIL FILES
  165.           ==========
  166. DIS = DIStribution file
  167. MAI = MAIl message file
  168. TXT = mail output file
  169.  
  170.           EDT EDITOR FILES
  171.           ================
  172. EDT = command file for the EDT editor
  173. JOU = EDT journal when problems occur
  174. TPU = editor command file
  175.