New Attack-Mode: Association Attack
#10
(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).
Reply


Messages In This Thread
New Attack-Mode: Association Attack - by atom - 09-29-2020, 03:59 PM
RE: New Attack-Mode: Association Attack - by atom - 09-29-2020, 04:03 PM
RE: New Attack-Mode: Association Attack - by atom - 09-30-2020, 12:11 PM
RE: New Attack-Mode: Association Attack - by atom - 09-30-2020, 12:13 PM
RE: New Attack-Mode: Association Attack - by atom - 09-30-2020, 12:16 PM
RE: New Attack-Mode: Association Attack - by atom - 09-30-2020, 02:35 PM
RE: New Attack-Mode: Association Attack - by atom - 09-30-2020, 12:17 PM