Advertisement
Guest User

Untitled

a guest
Sep 25th, 2016
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. ## RUNNING THE PROGRAM ##
  2.  
  3. Run using the following command:
  4.  
  5. > sudo python assignment2.py [username] [path of shadow file]
  6.  
  7. In this folder should be a 'dictionary.txt' file with a sample dictionary for the program to use
  8.  
  9. #ERRORS#
  10.  
  11. -If a specified file does not exist, the program will exit with an error
  12.  
  13. #WARNINGS
  14.  
  15. -If the user does not exist, the program will exit with a warning
  16. -If the user exists but does not have a password, the program exits with a warning
  17. -If the user exists and has a password, but the password is not in the provided dictionary, the program exits with a warning
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement