Common Password generation
Password generation using Regex
# tool installation
# pipx install exrex
exrex "((W|w)inter|(S|s)ummer|(F|f)all|(A|a)utumn|(S|s)pring)20(16|17|18|19|20)" > seasons_months.txt
exrex "((J|j)anuary|(F|f)ebruary|(M|m)arch|(A|a)pril|(M|m)ay|(J|j)une|(J|j)uly|(A|a)ugust|(S|s)eptember|(O|o)ctober|(N|n)ovember|(D|d)ecember)20(16|17|18|19|20)" >> seasons_months.txt
Keyboard Walks
Generating keyboard walks based on keyboard layout:
# https://github.com/hashcat/kwprocessor
kwp -z basechars/full.base keymaps/en-us.keymap routes/2-to-16-max-3-direction-changes.route > keymap.txt
Ref: https://cyberarms.wordpress.com/2018/02/13/creating-hashcat-keymap-walking-password-wordlists/