Fix incorrect Platforms key.

bug/bundler_fix
Joe Vennix 2014-08-24 01:15:34 -05:00
parent 4e63faea08
commit c65ba20017
No known key found for this signature in database
GPG Key ID: 127B05FB3E85A2B0
1 changed files with 1 additions and 2 deletions

View File

@ -21,8 +21,7 @@ class Metasploit3 < Msf::Exploit::Remote
[ 'Linux x64', { 'Arch' => ARCH_X64, 'Platform' => 'linux' } ], [ 'Linux x64', { 'Arch' => ARCH_X64, 'Platform' => 'linux' } ],
[ 'Linux x86', { 'Arch' => ARCH_X86, 'Platform' => 'linux' } ] [ 'Linux x86', { 'Arch' => ARCH_X86, 'Platform' => 'linux' } ]
], ],
'DefaultTarget' => 0, 'DefaultTarget' => 0
'Platform' => [ 'linux', 'unix', 'osx', 'windows' ]
)) ))
end end