Skip to content

Commit 75e5553

Browse files
committed
Change to in exploit
1 parent 9524efa commit 75e5553

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)