get rid of the redundant second java target

git-svn-id: file:///home/svn/framework3/trunk@10785 4d416f70-5f16-0410-b530-b9f4589650da
unstable
James Lee 2010-10-22 20:07:18 +00:00
parent 0251c446f1
commit 3b2c43fac4
1 changed files with 1 additions and 11 deletions

View File

@ -72,7 +72,7 @@ class Metasploit3 < Msf::Exploit::Remote
# #
[ 'Automatic', { } ], [ 'Automatic', { } ],
[ 'Java', [ 'Java Universal',
{ {
'Arch' => ARCH_JAVA, 'Arch' => ARCH_JAVA,
'Platform' => 'java' 'Platform' => 'java'
@ -101,16 +101,6 @@ class Metasploit3 < Msf::Exploit::Remote
'Arch' => ARCH_X86_64, 'Arch' => ARCH_X86_64,
'Platform' => 'linux' 'Platform' => 'linux'
}, },
],
[ 'Java Universal',
{
'Arch' => ARCH_JAVA,
'Payload' =>
{
'DisableNops' => true
}
}
] ]
], ],
'DefaultTarget' => 0, 'DefaultTarget' => 0,