Fix ms13_081_track_popup_menu

bug/bundler_fix
ssyy201506 2016-05-19 17:22:47 +09:00
parent 100300c819
commit 31bbcfca49
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