modified autopwn_info to add ie9
parent
d3c10d5d39
commit
4c28b2a310
|
@ -17,7 +17,7 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
autopwn_info({
|
||||
:ua_name => HttpClients::IE,
|
||||
:ua_minver => "6.0",
|
||||
:ua_maxver => "8.0",
|
||||
:ua_maxver => "9.0",
|
||||
:javascript => true,
|
||||
:os_name => OperatingSystems::WINDOWS,
|
||||
:classid => "{9E065E4A-BD9D-4547-8F90-985DC62A5591}",
|
||||
|
|
Loading…
Reference in New Issue