Association Attack & potfiles
#1
The more I use the association attack the more I like it. It's incredibly powerful in many real-world circumstances and I'm finding myself relying on it more and more.

Given that value, are there any plans to add support for it to work with potfiles?

If not, at the least, I would suggest documenting clearly that it doesn't work with them now as that was a very surprising divergence in behavior.

From user_options.c:
Code:
  // association limitations

  if (user_options->attack_mode == ATTACK_MODE_ASSOCIATION)
  {
    user_options->potfile_disable = true;
  }
Reply


Messages In This Thread
Association Attack & potfiles - by pragmatic - 09-07-2022, 08:22 PM
RE: Association Attack & potfiles - by royce - 09-07-2022, 09:47 PM
RE: Association Attack & potfiles - by Chick3nman - 09-07-2022, 10:54 PM
RE: Association Attack & potfiles - by pragmatic - 09-08-2022, 01:30 AM
RE: Association Attack & potfiles - by Snoopy - 09-08-2022, 01:07 PM
RE: Association Attack & potfiles - by Chick3nman - 09-08-2022, 06:37 PM