A hashcat wrapper built for simplicity. You define your attack modes, including wordlists, rules, and masks. This enables quick running of hashcat!
This app was originally made for cyber defence competitions, where cracking hashes quickly is very important.
Note: In the future this will be in a docker container
- Clone the repository:
git clone https://github.com/Corbeno/HashCracker.git
- Navigate into the directory:
cd HashCracker - Install dependencies:
npm install
- Run the dev instance
npm run dev
Input your hashes, pick their type, pick an attack mode, and queue the job!

Contributions are welcome! Please follow these steps:
- Fork the repository.
- Create a feature branch (
git checkout -b feature-name). - Commit your changes (
git commit -m 'Add new feature'). - Push to the branch (
git push origin feature-name). - Open a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.
- Feature 1: Create a docker container for this application for easier running
- Feature 2: Re-work the configuation options to be better suited for a docker container
For questions or feedback, reach out to:
- GitHub: Corbeno