fixed Platform and Arch to be compatible with command payloads
git-svn-id: file:///home/svn/framework3/trunk@12125 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
aa24f29a03
commit
e5ff1b030a
|
@ -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))
|
||||
|
||||
|
|
Loading…
Reference in New Issue