Home Linux & Systems Cybersecurity Cloud & DevOps Networks & Infrastructure SIEM & Monitoring DFIR & Threat Intel Development & Other All categories Projects About Tools

Johnny – GUI for John the Ripper

Leer en espanol
Johnny – GUI for John the Ripper

Table of contents

Johnny is a GUI for John the Ripper. It was proposed by Shinnok. s version includes all things from a nicer development version to the panel with mode selection tabs and some additional cleanups. The basic functionality is supposed to work: the password can be loaded from a file and cracked with different options.

Install Johnny

We download

text
  git clone https://github.com/AlekseyCherepanov/johnny.git -b release1

We access, compile and execute

text
cd johnny
  qmake
  make && ./johnny

And it shows us a nice graphical interface like the following:

We create a launcher in the menu, to do this we go to MAIN MENU and add a new item. This element has to be like this

Pantallazo

Official website: http://openwall.info/wiki/john/johnny

Greetings, rokitoh!

Comments