Fix for issue #1219
parent
dcf018c339
commit
cab84b5c27
|
@ -90,6 +90,9 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
os_name = 'Windows Vista'
|
||||
when '6.1'
|
||||
os_name = 'Windows 7'
|
||||
else
|
||||
# OS not supported
|
||||
return nil
|
||||
end
|
||||
|
||||
targets.each do |t|
|
||||
|
|
Loading…
Reference in New Issue