(09-29-2020, 05:20 PM)Peanutbutter1 Wrote: 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.
Yeah I already tried to explain, you can do that already. I just don't like the format:
Code:
mypass,funnybunny,pass1
Instead you would create 3 wordlists, each containing one of the passwords at the same line number. That's much easier to maintain (especially automatically).