From e8ac5683524242d9c0ae34bd073feea98550b80a Mon Sep 17 00:00:00 2001 From: wchen-r7 Date: Tue, 17 May 2016 03:15:26 -0500 Subject: [PATCH] doesn't look like we're using the tcp mixin --- modules/exploits/multi/http/moodle_cmd_exec.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/exploits/multi/http/moodle_cmd_exec.rb b/modules/exploits/multi/http/moodle_cmd_exec.rb index 7f108d1dd4..f39530eb3a 100644 --- a/modules/exploits/multi/http/moodle_cmd_exec.rb +++ b/modules/exploits/multi/http/moodle_cmd_exec.rb @@ -9,7 +9,6 @@ require 'rexml/document' class MetasploitModule < Msf::Exploit::Remote Rank = GoodRanking - include Msf::Exploit::Remote::Tcp include Msf::Exploit::Remote::HttpClient def initialize(info={})