Removed duplicate 'Privileged' key
parent
4ed12d7077
commit
b75084249a
|
@ -32,7 +32,6 @@ class MetasploitModule < Msf::Exploit::Remote
|
||||||
],
|
],
|
||||||
'Platform' => 'linux',
|
'Platform' => 'linux',
|
||||||
'Arch' => ARCH_X86_64,
|
'Arch' => ARCH_X86_64,
|
||||||
'Privileged' => false,
|
|
||||||
'Stance' => Msf::Exploit::Stance::Aggressive,
|
'Stance' => Msf::Exploit::Stance::Aggressive,
|
||||||
'Targets' =>
|
'Targets' =>
|
||||||
[
|
[
|
||||||
|
|
Loading…
Reference in New Issue