01-14-2022, 12:38 AM
(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 styleIt 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.
hashcat [options]... hash|hashfile|hccapxfile [dictionary|mask|directory]
hashcat -m 22000 -a 3 pmkid-only asdf?u?u?u1
I assume you were able to run hashcat on a file with the hash that I posted and it produced the password?