heavenlyblues / kracker_barrel

Password recovery tool in Python for testing and security research only. Supports multiple cryptographic algorithms, including Argon2, bcrypt, Scrypt, PBKDF2, NTLM, MD5, SHA-2(SHA-256 and 512) with efficient multiprocessing capabilities for handling large datasets. Also includes Hash Maker for generating password hashes to test in Kracker Barrel.
MIT License
0 stars 0 forks source link

Optional config.yaml for input non-functional after latest brute force implementation - issue likely lies in cli.py #6

Closed heavenlyblues closed 1 week ago

heavenlyblues commented 1 week ago

There was a logic issue in the cli.py file in combination with a mistake in the code for brute force batch generation. Both now rectified.