Fix metadata
parent
a5c8152f50
commit
0bcb99c47d
|
@ -38,7 +38,7 @@ 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' =>
|
||||||
|
|
Loading…
Reference in New Issue