home *** CD-ROM | disk | FTP | other *** search
/ Hacks & Cracks / Hacks_and_Cracks.iso / hackersclub / km / library / hack / vms.txt < prev    next >
Text File  |  1998-03-25  |  438b  |  13 lines

  1. VMS Info
  2.  
  3. 07. How do I access the password file under VMS?
  4.  
  5. Under VMS, the password file is SYS$SYSTEM:SYSUAF.DAT. However, unlike
  6. Unix, most users do not have access to read the password file.
  7.  
  8. 08. How do I crack VMS passwords?
  9.  
  10. Write a program that uses the SYS$GETUAF functions to compare the results
  11. of encrypted words against the encrypted data in SYSUAF.DAT.
  12. Two such programs are known to exist, CHECK_PASSWORD and GUESS_PASSWORD.
  13.