Fix for issue #1219

bug/bundler_fix
Christian Mehlmauer 2012-12-30 13:02:13 +01:00
parent dcf018c339
commit cab84b5c27
1 changed files with 3 additions and 0 deletions

View File

@ -90,6 +90,9 @@ class Metasploit3 < Msf::Exploit::Remote
os_name = 'Windows Vista' os_name = 'Windows Vista'
when '6.1' when '6.1'
os_name = 'Windows 7' os_name = 'Windows 7'
else
# OS not supported
return nil
end end
targets.each do |t| targets.each do |t|