Underc0de

Foros Generales => Dudas y pedidos generales => Mensaje iniciado por: Fernando1234 en Junio 06, 2022, 01:32:45 PM

Título: [SOLUCIONADO] Hacking en john the ripper
Publicado por: Fernando1234 en Junio 06, 2022, 01:32:45 PM
Hi, do you know if in john the ripper is possible to store all guesses and not just cracked ones?
Título: Re: Hacking en john the ripper
Publicado por: DtxdF en Junio 06, 2022, 11:19:23 PM
@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
Título: Re: [SOLUCIONADO] Hacking en john the ripper
Publicado por: Fernando1234 en Junio 15, 2022, 07:37:04 AM
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
Título: Re: [SOLUCIONADO] Hacking en john the ripper
Publicado por: DtxdF en Junio 15, 2022, 02:42:34 PM
@Fernando1234

Yes, of course. As I said, the --stdout option is to do that. Try it and you will see.

~ DtxdF