Hi.
I'm new but I've read a lot of info and manuals.
Im trying to crack a hash that I already know part of the password:
"AAA B?1?1C DDDD?l?d?s"
?1=3e
hashcat-cli64.exe -a 3 --pw-min=14 --pw-max=20 -m 1800 hash.txt -1=3e "AAA B?1?1C DDDD?l?d?s"
So I know the A,B, C and D and the position ?1 can be a 3 or a e. Then I want to try at the end all ?l?d?s possibilities.
What is wrong with that?? Im getting:
Input.Mode: Mask ("AAA B?1?1C DDDD?l?d?s") [14]
Index.....: 0/1 (segment), 234 (words), 0 (bytes)
Recovered.: 0/1 hashes, 0/1 salts
Speed/sec.: 1.10k plains, 1.10k words
Progress..: 234/234 (100.00%)
Running...: --:--:--:--
Estimated.: --:--:--:--
Started: Thu Apr 03 11:41:17 2014
Stopped: Thu Apr 03 11:41:17 2014
It starts and stops at same time.
What I am doing wrong??
thanks
I'm new but I've read a lot of info and manuals.
Im trying to crack a hash that I already know part of the password:
"AAA B?1?1C DDDD?l?d?s"
?1=3e
hashcat-cli64.exe -a 3 --pw-min=14 --pw-max=20 -m 1800 hash.txt -1=3e "AAA B?1?1C DDDD?l?d?s"
So I know the A,B, C and D and the position ?1 can be a 3 or a e. Then I want to try at the end all ?l?d?s possibilities.
What is wrong with that?? Im getting:
Input.Mode: Mask ("AAA B?1?1C DDDD?l?d?s") [14]
Index.....: 0/1 (segment), 234 (words), 0 (bytes)
Recovered.: 0/1 hashes, 0/1 salts
Speed/sec.: 1.10k plains, 1.10k words
Progress..: 234/234 (100.00%)
Running...: --:--:--:--
Estimated.: --:--:--:--
Started: Thu Apr 03 11:41:17 2014
Stopped: Thu Apr 03 11:41:17 2014
It starts and stops at same time.
What I am doing wrong??
thanks