Posts: 11
Threads: 6
Joined: Apr 2016
04-10-2016, 06:26 PM
Why is this working?
Code:
hashcat-cli64.exe --stdout -a 3 -m 0 hash.txt -i -1 ?u ?1?1?1?1?1?1?1?1
It seems to be using the hash as charset
Posts: 347
Threads: 3
Joined: May 2010
I don't think you know what --stdout does.
Posts: 11
Threads: 6
Joined: Apr 2016
Actually, when I remove --stdout it seems to work fine.
Posts: 11
Threads: 6
Joined: Apr 2016
(04-10-2016, 06:31 PM)Xanadrel Wrote: I don't think you know what --stdout does.
Evidently, I thought it was a way to see what is being generated.
Posts: 5,185
Threads: 230
Joined: Apr 2010
No that's not the purpose of --stdout. It's used to pipe or redirect the candidates. In your case the hash is read as maskfile and since it does not include any wildcards it's printed as-is.