No autodetect. Allow the user to manually select.
parent
9955899d9a
commit
a73f87eaa5
|
@ -38,7 +38,6 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
{
|
||||
'SSL' => true
|
||||
},
|
||||
'Platform' => ['linux', 'win'],
|
||||
'Targets' =>
|
||||
[
|
||||
['Linux', {
|
||||
|
@ -59,8 +58,8 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
}],
|
||||
],
|
||||
'Privileged' => false,
|
||||
'DisclosureDate' => "Jun 11 2013",
|
||||
'DefaultTarget' => 0))
|
||||
'DisclosureDate' => "Jun 11 2013"
|
||||
))
|
||||
|
||||
register_options(
|
||||
[
|
||||
|
|
Loading…
Reference in New Issue