From e5ff1b030a334fc08f7024208f1f59a56c245b9d Mon Sep 17 00:00:00 2001 From: David Rude Date: Thu, 24 Mar 2011 15:53:20 +0000 Subject: [PATCH] fixed Platform and Arch to be compatible with command payloads git-svn-id: file:///home/svn/framework3/trunk@12125 4d416f70-5f16-0410-b530-b9f4589650da --- modules/exploits/linux/http/drb_syscall_linux_32.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/exploits/linux/http/drb_syscall_linux_32.rb b/modules/exploits/linux/http/drb_syscall_linux_32.rb index 31459c9b84..00eba59389 100644 --- a/modules/exploits/linux/http/drb_syscall_linux_32.rb +++ b/modules/exploits/linux/http/drb_syscall_linux_32.rb @@ -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))