Land #6923, Check the correct check code for ms13_081_track_popup_menu

bug/bundler_fix
wchen-r7 2016-05-31 11:40:02 -05:00
commit fb678564b1
No known key found for this signature in database
GPG Key ID: 2384DB4EF06F730B
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ class MetasploitModule < Msf::Exploit::Local
fail_with(Failure::None, 'Session is already elevated')
end
if check != Exploit::CheckCode::Vulnerable
if check == Exploit::CheckCode::Safe
fail_with(Failure::NotVulnerable, "Exploit not available on this system.")
end