Hi, do you know if in john the ripper is possible to store all guesses and not just cracked ones?
@Fernando1234
Citar--stdout[=LENGTH]
just output candidate passwords
When used with a cracking mode, except for "single crack", makes John output the candidate passwords it generates to stdout instead of actually trying them against password hashes; no password files may be specified when this option is used. If a LENGTH is given, John assumes that to be the significant password length and only produces passwords up to that length.
Reference: https://www.openwall.com/john/doc/OPTIONS.shtml
~ DtxdF
My question is if this candidate passwords are stored in some file where i can see it.
For example, cracking passwords are saved in john.pot
@Fernando1234
Yes, of course. As I said, the --stdout option is to do that. Try it and you will see.
~ DtxdF