09-29-2020, 05:20 PM
This is awesome. Is there any interest in a variation of this attack that, instead of using rules on each individual hash's associated hint, you can provide a short list of hints to try for that hash only? Like for password reuse wordlist attacks.
Example:
password1!:<bcrypt hash>
mypass,funnybunny,pass1:<another bcrypt hash>
That way, you can attack each hash with more than just one base word that is likely to crack it.
Example:
password1!:<bcrypt hash>
mypass,funnybunny,pass1:<another bcrypt hash>
That way, you can attack each hash with more than just one base word that is likely to crack it.