hashcat Forum
Automatic masks - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Misc (https://hashcat.net/forum/forum-15.html)
+--- Forum: General Talk (https://hashcat.net/forum/forum-33.html)
+--- Thread: Automatic masks (/thread-11313.html)



Automatic masks - Atlantis - 02-16-2023

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.


RE: Automatic masks - Snoopy - 02-17-2023

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