Skip to content

Commit 3a99f7f

Browse files
committed
Land rapid7#4267, CheckCode fix for vmware_mount
2 parents 9524efa + 75e5553 commit 3a99f7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/exploits/linux/local/vmware_mount.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def check
6464
end
6565

6666
def exploit
67-
unless check == CheckCode::Vulnerable
67+
unless check == CheckCode::Appears
6868
fail_with(Failure::NotVulnerable, "vmware-mount doesn't exist or is not setuid")
6969
end
7070

0 commit comments

Comments
 (0)