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