Hashing Linux Passwords
#1
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?
Reply


Messages In This Thread
Hashing Linux Passwords - by slawson - 10-30-2019, 03:18 PM
RE: Hashing Linux Passwords - by slawson - 10-30-2019, 03:21 PM
RE: Hashing Linux Passwords - by royce - 10-30-2019, 03:22 PM
RE: Hashing Linux Passwords - by slawson - 10-30-2019, 03:27 PM