CrackerJack is a Web GUI for Hashcat and is written in Python. The project aims to maintain the GUI and Hashcat independently.

In short, see how it works:
The user uploads hashes, selects word lists / rules / mask etc. and clicks on "start".
The Web server creates a new screen and the hashcat command based on the settings.
Runs the command on the screen.
Monitors the output of the screen, analyzes it and displays it in the GUI.
Αυτό επιτρέπει στο CrackerJack να έχει τεράστιες δυνατότητες καθώς συνδέεται με τα input/output του Hashcat. Επίσης, εάν το GUI δεν λειτουργεί για οποιονδήποτε λόγο, το hashcat θα συνεχίσει να λειτουργεί.
Specifications
Minimum dependencies
Uses sqlite3, a screen and hashcat.
Full hashcat session management.
Start / stop / pause / reset sessions running.
Stop cracking after a certain date / time.
Web interface for creating a mask (? A? L? U).
Web Push Notifications when code is cracked access
Swagger 2.0 API.
Create word lists of passwords that have already been cracked, and refresh the session.
Session history to track the attacks which you have already carried out.
Multi-user support (local and / or LDAP).
Υποστήριξη Wordlist/Mask/rule.
Multi-theme support (Bootswatch).
Straight-forward setup.
All settings are made via the GUI. No need for manual processing config files.
Run it locally on Linux and Windows (WSL).
Install on a server using scripts (Ubuntu 14/16/18 and CentOS 7/8).
Easy backup - all user data is in the ./data directory.
Session troubleshooting via SSH.
Restrictions
It is not a solution for the job queue. It is only for cracking a custom password.
It is not intended to replace the use of the command line. It is free and only supports basic and common breakdown tasks.
