Skip to content
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.

hideckies/hash-cracker

Repository files navigation

Hash Cracker

AI-powered Hash Identifier & Cracker online.
Currently Hash Identifier is only available, Cracker is not yet. So I give some useful commands we can crack right away.
Hash Identifier uses Decision Forests model trained with Yggdrasil.


All workflow automatically

Genrate DataSet, build the model, and start local web server.

./run.sh

Generate Cracked Hashes

It generates hashes from rockyou.txt.
To write the hashes to MongoDB, you need to your own credentials for MongoDB database.
So copy the .env_template and rename it to .env, then set values.

./run_gen_cracked_hashes.sh

Generate DataSet Only

./run_gen_dataset.sh

Build a Model Only

./run_build_model.sh

Start Local Web Server Only

./run_server.sh