hashcat Forum
cracking nexentа password - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Deprecated; Ancient Versions (https://hashcat.net/forum/forum-46.html)
+--- Forum: Very old oclHashcat-plus Support (https://hashcat.net/forum/forum-23.html)
+--- Thread: cracking nexentа password (/thread-1225.html)



cracking nexentа password - rtm - 05-30-2012

Hello, I'm trying to crack password for nexentа box.
/etc/shadow look like:
Code:
username:$5$Ep1epukR$/j2IfZI/xmVYvxTTA0yju7RmiMb.DgQLFNyRdC2SAn8:15412::::::

I've tried to create s.hash like in oclExample500.sh
Code:
cat s.hash
$5$Ep1epukR$/j2IfZI/xmVYvxTTA0yju7RmiMb.DgQLFNyRdC2SAn8

Code:
./oclHashcat-plus64.bin -m 1400 s.hash  
WARNING: Hashfile 's.hash' in line 1 ($5$Ep1epukR$/j2IfZI/xmVYvxTTA0yju7RmiMb.DgQLFNyRdC2SAn8): Line-length exception
ERROR: No hashes loaded

What am I doing wrong? thanks


RE: cracking nexentа password - M@LIK - 05-30-2012

This is SHA-256(Unix), not the regular SHA256. It's not supported by oclHashcat-plus.