From b9bdd96f9771e0c317d76fb010f070cfa9f95d42 Mon Sep 17 00:00:00 2001 From: HD Moore Date: Tue, 17 Jan 2006 01:11:10 +0000 Subject: [PATCH] typo git-svn-id: file:///home/svn/incoming/trunk@3398 4d416f70-5f16-0410-b530-b9f4589650da --- modules/exploits/windows/http/altn_webadmin.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/exploits/windows/http/altn_webadmin.rb b/modules/exploits/windows/http/altn_webadmin.rb index 501e4e71cf..47014d39d8 100644 --- a/modules/exploits/windows/http/altn_webadmin.rb +++ b/modules/exploits/windows/http/altn_webadmin.rb @@ -4,7 +4,7 @@ module Msf class Exploits::Windows::Http::ALTN_WebAdmin_Overflow < Msf::Exploit::Remote - include Exploit::Remote::Tcp + include Exploit::Remote::HttpClient def initialize(info = {}) super(update_info(info, @@ -66,6 +66,7 @@ class Exploits::Windows::Http::ALTN_WebAdmin_Overflow < Msf::Exploit::Remote req.headers['Accept-Language'] = 'en' req.headers['Accept-Charset'] = 'iso-8859-1,*,utf-8' + print_status("Sending request...") res = c.send_request(req) handler