From 2a2f6fde56ff5a62400c8281cba7fee4bd8f263d Mon Sep 17 00:00:00 2001 From: James Lee Date: Thu, 22 Jul 2010 16:29:01 +0000 Subject: [PATCH] not a command shell, it's a stager git-svn-id: file:///home/svn/framework3/trunk@9912 4d416f70-5f16-0410-b530-b9f4589650da --- modules/payloads/stagers/php/bind_tcp.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/payloads/stagers/php/bind_tcp.rb b/modules/payloads/stagers/php/bind_tcp.rb index bb57bc2fec..59526902f3 100644 --- a/modules/payloads/stagers/php/bind_tcp.rb +++ b/modules/payloads/stagers/php/bind_tcp.rb @@ -12,8 +12,6 @@ require 'msf/core' require 'msf/core/payload/php' require 'msf/core/handler/bind_tcp' -require 'msf/base/sessions/command_shell' -require 'msf/base/sessions/command_shell_options' module Metasploit3