hashcat can't parse the entire /etc/shadow format with all fields.
hashcat expects either a list of raw hashes (or, when using --username, user:hash pairs)
Just trim off the first two fields (cut -d: -f1-2)
[Edit: my bad; @philsmd points out that hashcat will parse a full /etc/shadow.]
hashcat expects either a list of raw hashes (or, when using --username, user:hash pairs)
Just trim off the first two fields (cut -d: -f1-2)
[Edit: my bad; @philsmd points out that hashcat will parse a full /etc/shadow.]
~