Underc0de

Foros Generales => Dudas y pedidos generales => Mensaje iniciado por: Fernando1234 en Marzo 17, 2022, 06:22:48 AM

Título: [SOLUCIONADO] Modification in the configuration of John the ripper
Publicado por: Fernando1234 en Marzo 17, 2022, 06:22:48 AM
I want to make a modification in the process of verifying a possible password (not in the generation) to compare different options when checking if a password exists or not.
Could you do it with external mode? or by modifying the code itself, and in this case in which file this check is made.
Título: Re: Modification in the configuration of John the ripper
Publicado por: ANTRAX en Marzo 17, 2022, 09:41:23 AM
Hi!
You don't need modify JTR's configuration. With JTR is possible to check words from a dictionary.

You need use the following parameter:

john --wordlist=diccionario.lst password.txt

Best Regards,
ANTRAX