hashcat Forum

Full Version: Automatic masks
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is it possible to create masks based on a wordlist?
Say, if i haveĀ 

1password
password1
pass1word

in my dictionary, can I somehow automatically make masks

?d?l?l?l?l?l?l?l?l
?l?l?l?l?l?l?l?l?d
?l?l?l?l?d?l?l?l?l

for further attack? Thanks.
take a look at https://github.com/iphelix/pack

it scans dictionarys and outputs or generates masks (with count of appearance and so on) like you want

it is a little bit outdated (python2), so you have to edit some parts of the script, mostly the print() statements, but it is a good start