Hash craked with John the ripper but failed with Hashcat
#4
if you use -a 0 you should specify at least one word list (dictionary file).

Otherwise, hashcat will assume that you sent the password candidates via standard input (stdin) and therefore use a pipe.

It's actually also mentioned within your output
Code:
Guess.Base.......: Pipe

futhermore, you will see this within your output
Code:
Starting attack in stdin mode...

I guess you better do not use --quiet and try to learn how to use the different attack types supported by hashcat by reading the wiki/faq/hashcat forum posts etc.


Messages In This Thread
RE: Hash craked with John the ripper but failed with Hashcat - by philsmd - 02-02-2018, 05:22 PM