Johnny is a cross-platform GUI frontend for John the Ripper, the popular
password cracker, written in C++ using the Qt framework.
Johnny’s aim is to automate and simplify the password cracking routines as well
as add extra functionality like session management, using the immense capabilities
and features offered by John the Ripper.
The application uses John The Ripper for the actual work, thus it needs to be
installed on your system. Official core version or the community-enhanced
version (jumbo) are both supported.
Features
-
user could start, pause and resume attack (though only one session is allowed globally),
-
all attack related options work,
-
all input file formats are supported (pure hashes, pwdump, passwd, mixed),
-
ability to resume any previously started session via session history,
-
suggest the format of each hashes,
-
try lucky guesses with password guessing feature,
-
“smart” default options,
-
accurate output of cracked passwords,
-
config is stored in .conf file (~/.john/johnny.conf),
-
nice error messages and other user friendly things,
-
export of cracked passwords through clipboard,
-
export works with office suits (tested with LibreOffice Calc),
-
available in english and french,
-
allows you to set environment variables for each session directly in Johnny