11-05-2015, 10:35 AM
In theory this should work (and I just confirmed) it, since oclHashcat supports native loading of /etc/shadow files and others, see: https://hashcat.net/trac/ticket/393
So you just run it as usual (but with correct hash type: -m 1500 for instance):
Alternatively you could also convert the file into a format with lines like this:
user0:e0XXjUXXr6XFU
etc
and use the --username switch to tell cudaHashcat to ignore the username.
So you just run it as usual (but with correct hash type: -m 1500 for instance):
Code:
./cudaHashcat64.bin -w 3 -a 0 -m 1500 -r rules/best64.rule hash_file.txt rockyou.txt
Alternatively you could also convert the file into a format with lines like this:
user0:e0XXjUXXr6XFU
etc
and use the --username switch to tell cudaHashcat to ignore the username.