Skip to content

Commit 6be8ed6

Browse files
author
jvazquez-r7
committed
readd fix for rapid7#1219
1 parent cd58cc7 commit 6be8ed6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

modules/exploits/windows/browser/ie_cdwnbindinfo_uaf.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,9 @@ def get_target(agent)
9090
os_name = 'Windows Vista'
9191
when '6.1'
9292
os_name = 'Windows 7'
93+
else
94+
# OS not supported
95+
return nil
9396
end
9497

9598
targets.each do |t|

0 commit comments

Comments
 (0)