Land #4267, CheckCode fix for vmware_mount

bug/bundler_fix
William Vu 2014-11-26 01:00:04 -06:00
commit 3a99f7f31a
No known key found for this signature in database
GPG Key ID: E761DCB4C1629024
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