Skip to content

Commit

Permalink
Land #6923, Check the correct check code for ms13_081_track_popup_menu
Browse files Browse the repository at this point in the history
  • Loading branch information
wchen-r7 committed May 31, 2016
2 parents c35322e + 31bbcfc commit fb67856
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def exploit
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

Expand Down

0 comments on commit fb67856

Please sign in to comment.