Jump to content
Wubi

Update: Johnny: John the Ripper GUI version 1.1.1!

Recommended Posts

Posted (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:

  1. export of cracked passwords through clipboard,
  2. export works with office suits (tested with LibreOffice Calc),
  3. user could start, pause and resume attack (though only one session is allowed globally),
  4. all attack related options work,
  5. all input file formats are supported (pure hashes, pwdump, passwd, mixed),
  6. “smart” default options,
  7. accurate output of cracked passwords,
  8. smooth work, i.e. no lags,
  9. config is stored in .conf file (~/.john/johnny.conf),
  10. nice error messages and other user friendly things,
  11. 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.1

Then build and run (no installation required):




cd johnny qmake make && ./johnny

Binaries 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 release1

Then 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).

  1. 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.git

Links 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>

johnny_github.com_AlekseyCherepanov_johnny.git_00e33333447db45e6b67d79160c849f64349f1c3.png?w=&h=&cache=cache

Options page after redesign seems to be overloaded

johnny_github.com_AlekseyCherepanov_johnny.git_8e7ca1f3e754e62cdd62520ea0e663d4ba7b1d7b.png?w=&h=&cache=cache

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 by Wubi
  • Upvote 1

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...