Land #4267, CheckCode fix for vmware_mount
commit
3a99f7f31a
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue