correct maxver

git-svn-id: file:///home/svn/framework3/trunk@7879 4d416f70-5f16-0410-b530-b9f4589650da
This commit is contained in:
James Lee 2009-12-15 18:46:53 +00:00
parent 196ee82179
commit 48c3709a25
1 changed files with 2 additions and 2 deletions

View File

@ -24,10 +24,10 @@ class Metasploit3 < Msf::Exploit::Remote
include Msf::Exploit::Remote::BrowserAutopwn
autopwn_info({
:ua_name => HttpClients::OPERA,
:ua_ver => "1.0",
:ua_maxver => "9.10",
:os_name => [ OperatingSystems::WINDOWS, OperatingSystems::LINUX ],
:javascript => true,
:rank => ExcellentRanking, # reliable exe writer
:rank => ExcellentRanking, # reliable cmd exec, cleans up after itself
:vuln_test => nil,
})