hashcat Forum
mask attack on windows 10 - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Support (https://hashcat.net/forum/forum-3.html)
+--- Forum: hashcat (https://hashcat.net/forum/forum-45.html)
+--- Thread: mask attack on windows 10 (/thread-10494.html)



mask attack on windows 10 - lwi - 12-02-2021

Hallo,

i've a test pdf with hash code: $pdf$2*3*128*-1036*1*16*f59a08b183f9f...
I know the test password: wlkdi1

It's no surprise that "./hashcat.exe -m 10500 hash2 -a 3 -1abcdefghijklmnopqrstuvwxyz01 wlkd?11" cracks the password.
But why runs "./hashcat.exe -m 10500 hash2 -a 3 -1abcdefghijklmnopqrstuvwxyz012 wlkd?11" in Status "exhausted" ?

Thank you