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
Brute force generator not properly generating batches for hashing and scanning #7
Finally identified the issue. I had forgotten to send the variables holding the generator parameters to the generator, so the batches were yielding empty batches or batches containing the keys of the arguments from the command line and/or the config file.
Finally identified the issue. I had forgotten to send the variables holding the generator parameters to the generator, so the batches were yielding empty batches or batches containing the keys of the arguments from the command line and/or the config file.