Fix incorrect Platforms key.
parent
4e63faea08
commit
c65ba20017
|
@ -21,8 +21,7 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
[ 'Linux x64', { 'Arch' => ARCH_X64, 'Platform' => 'linux' } ],
|
||||
[ 'Linux x86', { 'Arch' => ARCH_X86, 'Platform' => 'linux' } ]
|
||||
],
|
||||
'DefaultTarget' => 0,
|
||||
'Platform' => [ 'linux', 'unix', 'osx', 'windows' ]
|
||||
'DefaultTarget' => 0
|
||||
))
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue