home *** CD-ROM | disk | FTP | other *** search
/ Freesoft 1997 May / Freesoft_1997-05_cd.bin / recenz / UTILITY / A2NT / DATA.Z / SCANNT.TXT < prev    next >
Text File  |  1996-05-27  |  5KB  |  125 lines

  1. The scannt.exe is a part of the ScanNT Pro(R) distribution version 1.1.
  2. Written by Andy Baron, Midwestern Commerce, Inc.
  3. Copyright (C) 1993-1996 Midwestern Commerce, Inc.
  4. All Rights Reserved
  5.  
  6. *** DO NOT USE THIS PROGRAM FOR ILLEGAL OR UNETHICAL PURPOSES! ******
  7.  
  8. *** Requirements ****************************************************
  9.  
  10.     The Windows NT 3.51 Intel version requires Windows NT 3.51 server
  11. or Workstation on Intel platform. Only Intel Version is available at the
  12. moment.
  13.  
  14. *** Usage ***********************************************************
  15.  
  16.         scannt.exe -p=Password [-u=User] [-r=pRiority]
  17.  
  18. password - password dictionary file.
  19.            This file must be the text file with one password per line.
  20.  
  21. user     - local account username to be cracked.
  22.            This account must exist. (See Error Messages below).
  23.            If this parameter is missing, the program will try all existing
  24.            local user accounts.
  25.  
  26. priority - scan process priority in percents
  27.            (100% assumed if the parameter is missing)
  28.  
  29. *** Program Output **************************************************
  30.  
  31.      After a successful execution, program produces the following output:
  32.  
  33.     If the Scan process has been terminated normally, the Log File 
  34. appears on the screen. The Format of the Log File appears as follows:
  35.  
  36.  User1, message1
  37.  User2, message2
  38.  ...
  39.  UserN, messageN,  where:
  40. UserK    - the account name of the K-th user
  41. messageK - the message for K-th user.
  42.  
  43.     The messages are:
  44.  - OK (N attempts)
  45. the password was not cracked after N attempts.
  46.  - Cracked! <password> (account temporarily disabled)
  47. the password was cracked, but this account is temporarily disabled by the
  48. administrator.
  49.  - Cracked! <password> (unauthorized time of day for this account)
  50. the password was cracked, but this time of day is unauthorized for this
  51. account.
  52.  - Cracked! <password> (the account is not authorized to logon from this
  53. station) the password was cracked, but this account is not authorized to
  54. logon from this station.
  55.  - Cracked! <password> (logon time restriction violation)
  56. the password was cracked, but this logon time is unauthorized for this
  57. account.
  58.   - Cracked! <password> (password has expired)
  59. the password was cracked, but the password has expired.
  60.   - account locked
  61. the account is currently locked out and cannot be tested.
  62.  - account Cracked! <password>
  63. the password was cracked.  As an administrator you must prompt this user to 
  64. change the password as soon as possible.
  65.  
  66. *** Error Messages **************************************************
  67.  
  68. 1) <Username>, You must have SeTcbPrivilege privilege set.
  69.  
  70.     Certain privileges must be set up for your account to successfully
  71. execute ScanNT program. The required privileges can be added to the account
  72. by using the "User Rights Policy" dialog box in the User Manager.
  73.     Run the User Manager and choose "User Rights" from the "Policies"
  74. menu to see the dialog box. Select the "Show Advanced User Rights" check 
  75. box. You must grant the following rights to execute ScanNT:
  76.      - "Act as part of the operating system"
  77.      - "Replace a process level token"
  78.      - "Increase quotas"
  79. After you made this changes, you must logoff/logon for this account.
  80.  
  81. 2) <Username>, account does not exist
  82.  
  83.      This error message appears if the account name you provide to the
  84. cracker does not exist. Be sure to choose an existing local account
  85. name.
  86.  
  87. note: This message does not appear if the username is not provided as a
  88. parameter. In this case, the program will try all existing local accounts
  89. on your NT box.
  90.  
  91. 3) error: dictionary file <filename> does not exist or cannot be accessed
  92.  
  93.      Be sure to provide legal password dictionary filename.
  94.  
  95. 4) bad file descriptor
  96.  
  97.      Password dictionary file is invalid or corrupted
  98.  
  99. *** Tips ************************************************************
  100.  
  101.      To achieve maximum number of logons per second it is 
  102. recommended to:
  103.  
  104. 1) Disable security audit for user logon on your NT box. The 
  105. simplest way to do this is to temporarily disable EventLog 
  106. service on your computer.
  107.  
  108. 2) Run this program as a service using service.exe utility 
  109. (see service.txt for more information). Do not forget to 
  110. make the necessary corrections to the service.cmd file. 
  111.  
  112. Under the recommended conditions, the program allows to try
  113. 6,000 passwords per minute on Pentium 100 MHz with 48 MB 
  114. of RAM.
  115.  
  116. *** Copyright *******************************************************
  117.  
  118. Copyright (C) 1993-1996 Midwestern Commerce, Inc.
  119. All Rights Reserved.
  120.  
  121. See readme.txt for distribution/license agreement information.
  122.  
  123. **********************************************************************
  124.  
  125. Microsoft Windows NT is registered trade mark of Microsoft, Inc.