10-30-2019, 03:18 PM
I am missing something simple, but I am not sure what. Here is what I have done so far.
made a copy of the /etc/passwd and /etc/shadow then typed:
unshadow passwd shadow > linux.txt
hashcat -m0 -a0 linux.txt dictionaryfile.txt
My hashfile looks like this:
harold:xxxhashxxx:501:501::/home/harold:/bin/bash
I am getting the error: Token length exception. I have tried removing everything out of the linux.txt except for the hash itself. But it still won't load the hashes.
Is my hashtype and hashfile formatted correctly?
made a copy of the /etc/passwd and /etc/shadow then typed:
unshadow passwd shadow > linux.txt
hashcat -m0 -a0 linux.txt dictionaryfile.txt
My hashfile looks like this:
harold:xxxhashxxx:501:501::/home/harold:/bin/bash
I am getting the error: Token length exception. I have tried removing everything out of the linux.txt except for the hash itself. But it still won't load the hashes.
Is my hashtype and hashfile formatted correctly?