fixed Platform and Arch to be compatible with command payloads

git-svn-id: file:///home/svn/framework3/trunk@12125 4d416f70-5f16-0410-b530-b9f4589650da
This commit is contained in:
David Rude 2011-03-24 15:53:20 +00:00
parent aa24f29a03
commit e5ff1b030a
1 changed files with 2 additions and 2 deletions

View File

@ -34,8 +34,8 @@ class Metasploit3 < Msf::Exploit::Remote
},
'Space' => 32768,
},
'Platform' => 'linux',
'Arch' => ARCH_ALL,
'Platform' => 'unix',
'Arch' => ARCH_CMD,
'Targets' => [[ 'Automatic', { }]],
'DefaultTarget' => 0))