correct maxver
git-svn-id: file:///home/svn/framework3/trunk@7879 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
196ee82179
commit
48c3709a25
|
@ -24,10 +24,10 @@ class Metasploit3 < Msf::Exploit::Remote
|
||||||
include Msf::Exploit::Remote::BrowserAutopwn
|
include Msf::Exploit::Remote::BrowserAutopwn
|
||||||
autopwn_info({
|
autopwn_info({
|
||||||
:ua_name => HttpClients::OPERA,
|
:ua_name => HttpClients::OPERA,
|
||||||
:ua_ver => "1.0",
|
:ua_maxver => "9.10",
|
||||||
:os_name => [ OperatingSystems::WINDOWS, OperatingSystems::LINUX ],
|
:os_name => [ OperatingSystems::WINDOWS, OperatingSystems::LINUX ],
|
||||||
:javascript => true,
|
:javascript => true,
|
||||||
:rank => ExcellentRanking, # reliable exe writer
|
:rank => ExcellentRanking, # reliable cmd exec, cleans up after itself
|
||||||
:vuln_test => nil,
|
:vuln_test => nil,
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue