01-13-2022, 11:37 AM
just given your information i cannot see any failure
upperchars are 26 possibilities and you provided 3 positions so 26^3 is 17576
i used
hashcat --sdtout -a 3 asdf?u?u?u1 > test.dict
and searched for your PW and it was inside this generated dict
which version of hashcat do you use?
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
and see if this works, before take a look in your potfile and see if there are any recovered hashes, or did you deleted it before your other tests?
upperchars are 26 possibilities and you provided 3 positions so 26^3 is 17576
i used
hashcat --sdtout -a 3 asdf?u?u?u1 > test.dict
and searched for your PW and it was inside this generated dict
which version of hashcat do you use?
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
and see if this works, before take a look in your potfile and see if there are any recovered hashes, or did you deleted it before your other tests?