Automatic masks
#1
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.
Reply
#2
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
Reply