Skip to content

Hashcat wrapper built for simplicity and quick cracking on the fly

Notifications You must be signed in to change notification settings

Corbeno/HashCracker

Repository files navigation

HashCracker

License Contributors Issues

Description

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.

Table of Contents

Installation

Note: In the future this will be in a docker container

  1. Clone the repository:
    git clone https://github.com/Corbeno/HashCracker.git
  2. Navigate into the directory:
    cd HashCracker
  3. Install dependencies:
    npm install
  4. Run the dev instance
npm run dev

Usage

Input your hashes, pick their type, pick an attack mode, and queue the job! image

Contributing

Contributions are welcome! Please follow these steps:

  1. Fork the repository.
  2. Create a feature branch (git checkout -b feature-name).
  3. Commit your changes (git commit -m 'Add new feature').
  4. Push to the branch (git push origin feature-name).
  5. Open a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Roadmap

  • 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

Contact

For questions or feedback, reach out to:

About

Hashcat wrapper built for simplicity and quick cracking on the fly

Resources

Stars

Watchers

Forks

Releases

No releases published