Thread Closed 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
cracking nexentа password
05-30-2012, 05:12 PM
Post: #1
cracking nexentа password
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
Find all posts by this user
05-30-2012, 05:34 PM
Post: #2
RE: cracking nexentа password
This is SHA-256(Unix), not the regular SHA256. It's not supported by oclHashcat-plus.
Find all posts by this user
Thread Closed