Skip to content

Commit

Permalink
readd fix for #1219
Browse files Browse the repository at this point in the history
  • Loading branch information
jvazquez-r7 committed Dec 30, 2012
1 parent cd58cc7 commit 6be8ed6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modules/exploits/windows/browser/ie_cdwnbindinfo_uaf.rb
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,9 @@ def get_target(agent)
os_name = 'Windows Vista'
when '6.1'
os_name = 'Windows 7'
else
# OS not supported
return nil
end

targets.each do |t|
Expand Down

0 comments on commit 6be8ed6

Please sign in to comment.