get rid of the redundant second java target
git-svn-id: file:///home/svn/framework3/trunk@10785 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
0251c446f1
commit
3b2c43fac4
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue