I took the beta 433, but still having issues. Don't know if it's a bug or a misunderstanding!
I got one collision thanks to your fix:
Good.
Now I would like to have:
But no luck, I tried all the possible modes:
-> Bad
-> Bad
-> Bad
Thanks for your help!
I got one collision thanks to your fix:
Code:
hashcat m 9820 --username -a 3 -w 3 res2.txt ?a?a?a?a?a?a?a -o off_col.txt
result is:
$oldoffice$3*xxx:17ddb2271d:SJ|4+er
Now I would like to have:
Code:
user:$oldoffice$3*xxx:17ddb2271d:SJ|4+er
But no luck, I tried all the possible modes:
Code:
hashcat -m 9800 --show --username hash.txt
user:$oldoffice$3*xxx:$HEX[244845585b313764646232323731645d]
Code:
hashcat -m 9810 --show --username hash.txt
user:$oldoffice$3*xxx:17ddb2271d
Code:
hashcat -m 9820 --show --username hash.txt
Hashfile 'hash.txt' on line 1 (user:$oldoffice$3*xxx): Line-length exception
Thanks for your help!