dictionaries/ Directory with files containing useful guesses for john. Each member will alter the original dictionary, dictionaries/animals.txt, with their respective python script.
$[~/lab_password_cracking/new_scripts]:_> python <name_of_your_python_script>.py ../dictionaries/animals.text
cracks/ Directory with files containing cracked hashes. The naming convention will follow: <name_of_your_python_script>.cracks So when you call john, do so like the following:
$[~/lab_password_cracking/cracks/]:_> john --wordlist=<name_of_your_python_script>.dict ../hashes/shadow-lab.txt > <name_of_your_python_script>.cracks
new_scripts/ Revised or refactored python scripts. Each member will author their own.
Every python script will have a header like the following: ''' Author: Date: Contact: '''