John the Ripper

Popular open-source password cracking tool.

Syntax


john --wordlist=custom_wl.txt --rules -stdout > myWordlist.hash #Generates a wordlist by transforming the words passed in the "custom_wl.txt" by applying default --rules

Last updated