Unknown decrypt result
#1
Hello!

Yesterday tried to decrypt joomla passwords (-m11).
hashcat reported 6000 passwords were found  but the result file is discouraging - my hash and empty entries instead of passwords.

This is how it looks like

3eb4b7c0031709f258399888751d9369:Kb00unyzcUjLRU7kZHnTfW8HLUspSoER:
71f0e19239310edee10c41995f13943d:gg20Zu3HjgYnUS1xCAGQ5xTg2xanCfSx:
d54cacd3f68d329d14baea4e62b00d7b:E730cdpX123gBxGCXrs9HCMu1Q3gkNCp:
c822863c70990a79338481075db15944:fG30i8jNi5q13TmPcgBfIymv3voN4Xfn:

Will be much grateful for any idea what's this.
Hashcat recovered some real words also. 

Please help
Reply
#2
What was your command?
Reply
#3
(Yesterday, 07:09 PM)buka Wrote: What was your command?

hashcat.exe -m 11 -a 0 "C:\hashcat\hashes.txt" "C:\work\dic\10gb_dic.txt" --hwmon-temp-abort=70 -o "C:\hashcat\tmp.txt"
Reply
#4
There's no error. These are empty passwords.

$ echo -n Kb00unyzcUjLRU7kZHnTfW8HLUspSoER | md5sum
3eb4b7c0031709f258399888751d9369 -
Reply
#5
(Yesterday, 07:52 PM)buka Wrote: There's no error. These are empty passwords.

$ echo -n Kb00unyzcUjLRU7kZHnTfW8HLUspSoER | md5sum
3eb4b7c0031709f258399888751d9369  -

Thank you!
Reply