Wubi Posted August 16, 2012 Report Posted August 16, 2012 (edited) Description Johnny is a GUI for John the Ripper. It was proposed by Shinnok. You could look onto original version on John the Ripper GUI sketches page. Release 1.1 After small fixes release version is 1.1.2. This Johnny release is oriented onto core john. It was tested with john 1.7.9. Though all versions should work, even jumbo. All basic things work well: export of cracked passwords through clipboard, export works with office suits (tested with LibreOffice Calc), 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), “smart” default options, accurate output of cracked passwords, smooth work, i.e. no lags, config is stored in .conf file (~/.john/johnny.conf), nice error messages and other user friendly things, many minor fixes to polish ui. You could download and unpack tarball or use git: git clone https://github.com/AlekseyCherepanov/johnny.git -b release1.1Then build and run (no installation required):cd johnny qmake make && ./johnnyBinaries will come soon…Release 1 The first release is prepared to take more opinions from real users. This release includes all things from development release plus nice tabbed panel for mode selection and some additional clean-ups. Basic functionality is supposed to work: password could be loaded from file and cracked with different options. What do you think? Your opinion is very welcome! You could download and unpack tarball or use git: git clone https://github.com/AlekseyCherepanov/johnny.git -b release1Then build and run (no installation required):cd johnny qmake make && ./johnny You could affect decisions about GSoC 2012. Please tell us your suggestions! Development release To review current state and make new decisions for GSoC 2012 here is cleaned up version (that has all not implemented features not available). Download tarball and unpack it, Or clone using git, [*] Enter directory, [*] Build and run, [*] Review and post your suggestions on john-dev list (subsribe here). You are welcome! For instance, git clone https://github.com/AlekseyCherepanov/johnny.git -b gsoc2012review cd johnny qmake && make && ./johnny ...Current state Johnny is in development. Development was started as part of Summer of Security 2011 by Aleksey Cherepanov while Shinnok became a mentor for Aleksey. Downloads Source code is available through git: git clone git://github.com/AlekseyCherepanov/johnny.gitLinks to other downloads are spread over this page. Snapshots Prebuilt binaries are available for testing. Built from version of commit 6ae97db95fa989dca55aaef319a2839763aa018d x86_64-gnome x86_64-kde x86-gnome x86-kde (all was built on x86 and x86_64 (aka Amd64) Debian Squeeze (Stable) machines with KDE and GNOME respectively) Screenshots There are few screenshots here. They are done primarily to show differences from original version. Aleksey Cherepanov propose to name screenshots as johnny_<repo url with slashes replaced by underscores>_<git commmit name>.<format> or johnny_<repo url with slashes replaced by underscores>_<git commit name>_<screenshot number>.<format> if there are more than one screenshot for certain commit. So if someone wants to build exactly this version of Johnny he can do following: git clone <repo url> cd johnny git checkout <git commit name> Options page after redesign seems to be overloaded Password column was added. While user and hash column are filled from passwd file, password is filled from output of 'john -show'Sursa Openwall Community Wiki! Edited August 16, 2012 by Wubi 1 Quote