0f8efec001
These modules call check() in the exploit() function and expected to get a CheckCode::Vulnerable, now that check() returns Appears instead of Vulnerable they always refuse to run. I've flipped the logic, based on examples in other modules, now they refuse to run only if check() positively returns Safe.