if you want the details, please go to the Source.
John the ripper only takes one word list at a time. There are plenty of docs out there that show you how to cat all of your dictionaries into John's stdin function but I like to run rules against my lists and I didn't see any how-tos on doing this. Here is my way:
ls dicts | xargs -t -I file ./john --pot=victim.pot --format=mscash --wordlist
No comments:
Post a Comment