On Thu, 6 Oct 2005, Jack Harvey wrote:
> If i choose "safe checks" after having "enabled all", does safe checks
> take precedence?
Yes.
Destructive plugins have logic similar to the following psuedo code:
if (safe_checks is on)
{
Run a banner check
}
else
{
Perform the actual exploit
}
--
- Josh