Mask only working partially
#3
(01-13-2022, 11:37 AM)Snoopy Wrote: hashcat --sdtout -a 3 asdf?u?u?u1 > test.dict

and searched for your PW and it was inside this generated dict

Thanks for the command example. I am sure it generates the right password, just for some reason it fails to register that it actually matches the hash.

(01-13-2022, 11:37 AM)Snoopy Wrote: which version of hashcat do you use?
6.1.1


(01-13-2022, 11:37 AM)Snoopy Wrote: could you try this command? (without quotationmarks and in the right order) i know hashcat is quite generous but you should follow this input style

hashcat [options]... hash|hashfile|hccapxfile [dictionary|mask|directory]



hashcat -m 22000 -a 3 pmkid-only asdf?u?u?u1
It didn't, although I had to escape the ? to make it work in zsh. But it definitely produces the expected password when ran with --stdout param. Not sure what's going on here.

I assume you were able to run hashcat on a file with the hash that I posted and it produced the password?
Reply


Messages In This Thread
Mask only working partially - by bobcat - 01-13-2022, 06:31 AM
RE: Mask only working partially - by Snoopy - 01-13-2022, 11:37 AM
RE: Mask only working partially - by bobcat - 01-14-2022, 12:38 AM
RE: Mask only working partially - by pdo - 01-14-2022, 02:12 AM
RE: Mask only working partially - by bobcat - 01-14-2022, 02:45 AM