Fix metadata
parent
a5c8152f50
commit
0bcb99c47d
|
@ -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)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue