Hash craked with John the ripper but failed with Hashcat
#5
(02-02-2018, 05:22 PM)philsmd Wrote: 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.

I am a total newbie so the doc I found in the wiki is almost incomprehensible.


Messages In This Thread
RE: Hash craked with John the ripper but failed with Hashcat - by frepie - 02-02-2018, 09:28 PM