Hashcat web interface
WebHashcat is a straightforward but efficient web interface for hashcat password cracking tools. It has the following features:
Distributed cracking sessions between multiple servers (you only need to install HashcatNode on the remote server)
Cracked hashes are displayed almost as soon as they are cracked
Cracking session restore (for example, after host reboot)
Upload plaintext files for analytics purposes
Search patterns through the entire database
Analytics
Currently, WebHashcat supports rule-based and mask-based attack mode
This project is composed of 2 parts:
WebHashcat, the web interface made with the Django framework
HashcatNode, A hashcat wrapper that creates an API over hashcat
Source code and additional information can be found here: https://github.com/hegusung/WebHashcat