Fix metadata

bug/bundler_fix
jvazquez-r7 2014-11-13 18:00:11 -06:00
parent a5c8152f50
commit 0bcb99c47d
1 changed files with 5 additions and 5 deletions

View File

@ -38,10 +38,10 @@ class Metasploit3 < Msf::Exploit::Remote
],
'DisclosureDate' => 'Oct 15 2011',
'Platform' => %w{ java linux osx solaris win },
'Privileged' => true,
'Payload' => { 'BadChars' => '', 'DisableNops' => true },
'Stance' => Msf::Exploit::Stance::Aggressive,
'Targets' =>
'Privileged' => false,
'Payload' => { 'BadChars' => '', 'DisableNops' => true },
'Stance' => Msf::Exploit::Stance::Aggressive,
'Targets' =>
[
[ 'Generic (Java Payload)',
{
@ -74,7 +74,7 @@ class Metasploit3 < Msf::Exploit::Remote
}
]
],
'DefaultTarget' => 0
'DefaultTarget' => 0
))
register_options( [ Opt::RPORT(1099) ], self.class)