From 4b5f4b896ab31c48f1130337a756273ccff16f31 Mon Sep 17 00:00:00 2001 From: Joshua Drake Date: Mon, 12 Jul 2010 23:25:49 +0000 Subject: [PATCH] add a note about why this module is not an HttpClient module git-svn-id: file:///home/svn/framework3/trunk@9798 4d416f70-5f16-0410-b530-b9f4589650da --- modules/exploits/windows/iis/ms01_026_dbldecode.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/exploits/windows/iis/ms01_026_dbldecode.rb b/modules/exploits/windows/iis/ms01_026_dbldecode.rb index b9a57a24c3..f3b47a5de8 100644 --- a/modules/exploits/windows/iis/ms01_026_dbldecode.rb +++ b/modules/exploits/windows/iis/ms01_026_dbldecode.rb @@ -15,6 +15,8 @@ require 'rex/proto/tftp' class Metasploit3 < Msf::Exploit::Remote Rank = ExcellentRanking + # NOTE: This cannot be an HttpClient module since the resposne from the server + # is not a valid HttpResponse include Msf::Exploit::Remote::Tcp include Msf::Exploit::CmdStagerTFTP