Sysadmin/password security

From Earlham CS Department
Revision as of 15:33, 30 March 2018 by Anschwa (talk | contribs) (Password Security Tools)
Jump to navigation Jump to search

Password Security Tools

Here are some utilities for cleaning up accounts with weak passwords. They are located at sysadmin@home.cs.earlham.edu:~/hardshell

The workflow is as follows

$ ./get_users.sh > users.txt
$ nohup ./check_users.sh &  # this may take a few minutes

$ ./bad_eggs.sh nohup.out   # send mail to vulnerable <user>@earlham.edu
                            # and output them to stdout