Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/openwall/johnny
GUI frontend to John the Ripper password cracker
https://github.com/openwall/johnny
cracker gui john password qt
Last synced: 20 days ago
JSON representation
GUI frontend to John the Ripper password cracker
- Host: GitHub
- URL: https://github.com/openwall/johnny
- Owner: openwall
- License: other
- Created: 2011-04-02T19:59:23.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2023-09-29T02:02:24.000Z (about 1 year ago)
- Last Synced: 2024-08-02T11:08:45.157Z (4 months ago)
- Topics: cracker, gui, john, password, qt
- Language: C++
- Homepage: https://openwall.info/wiki/john/johnny
- Size: 2.17 MB
- Stars: 508
- Watchers: 39
- Forks: 124
- Open Issues: 20
-
Metadata Files:
- Readme: README
- Changelog: CHANGELOG
- License: LICENSE
Awesome Lists containing this project
- awesome-password-cracking - johnny - GUI frontend to John the Ripper. (John the Ripper / Web interfaces)
README
Overview
========Johnny the open source 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 routine on the
Desktop as well as add extra functionality like session management and easy
hash/password management, on top of 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 (proper) version and the
community-enhanced version (jumbo) are both supported. The latter exposes more
functionality like extra cracking modes and hash types support.To download official binary redistributables and find more about Johnny visit:
http://openwall.info/wiki/john/johnnyJohnny is released under the BSD 2-clause license.
For detailed licensing info see COPYING dist-file.
For version history see CHANGELOG.
For building and install instructions see INSTALL.