Password Mutations
Hashcat
hashcat --force password.list -r custom.rule --stdout | sort -u > mut_password.list

Existing Hashcat Rules

Last updated
hashcat --force password.list -r custom.rule --stdout | sort -u > mut_password.list
Last updated