Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 370 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 370 Bytes

PasswordDictionaryGen

PasswordDictionaryGen is a smart Python script with the aim of generating a dictionary of possible passwords based on the word list that it receives in input

Genereting a passowrd dictionary

Console Input/Output:

python pwd_dictionary_gen.py

File Input/Output:

python pwd_dictionary_gen.py -i <inputfile> -o <outputfile>