From 75533423ddb21e737eeb6077341097a7d4722897 Mon Sep 17 00:00:00 2001 From: Joshua Drake Date: Thu, 25 Feb 2010 06:05:02 +0000 Subject: [PATCH] add requires for 2 stages missing them git-svn-id: file:///home/svn/framework3/trunk@8634 4d416f70-5f16-0410-b530-b9f4589650da --- modules/payloads/stages/windows/shell.rb | 2 ++ modules/payloads/stages/windows/x64/shell.rb | 2 ++ 2 files changed, 4 insertions(+) diff --git a/modules/payloads/stages/windows/shell.rb b/modules/payloads/stages/windows/shell.rb index 97670f0021..cdc3e84b52 100644 --- a/modules/payloads/stages/windows/shell.rb +++ b/modules/payloads/stages/windows/shell.rb @@ -10,6 +10,8 @@ ## require 'msf/core' +require 'msf/base/sessions/command_shell' +require 'msf/base/sessions/command_shell_options' module Metasploit3 diff --git a/modules/payloads/stages/windows/x64/shell.rb b/modules/payloads/stages/windows/x64/shell.rb index ec586f0409..9dcd55565a 100644 --- a/modules/payloads/stages/windows/x64/shell.rb +++ b/modules/payloads/stages/windows/x64/shell.rb @@ -10,6 +10,8 @@ ## require 'msf/core' +require 'msf/base/sessions/command_shell' +require 'msf/base/sessions/command_shell_options' module Metasploit3