Change to in exploit

bug/bundler_fix
OJ 2014-11-26 16:53:30 +10:00
parent 9524efa383
commit 75e5553cd4
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ class Metasploit4 < Msf::Exploit::Local
end
def exploit
unless check == CheckCode::Vulnerable
unless check == CheckCode::Appears
fail_with(Failure::NotVulnerable, "vmware-mount doesn't exist or is not setuid")
end