How would I parse through this to get the correct info?
#2
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):
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.


Messages In This Thread
RE: How would I parse through this to get the correct info? - by philsmd - 11-05-2015, 10:35 AM