From 14617450d030f0b78e4b1da3438b1d5a0b19d225 Mon Sep 17 00:00:00 2001 From: Joshua Drake Date: Mon, 10 Jan 2011 20:03:53 +0000 Subject: [PATCH] catch connection errors git-svn-id: file:///home/svn/framework3/trunk@11537 4d416f70-5f16-0410-b530-b9f4589650da --- modules/auxiliary/dos/windows/ftp/iis75_ftpd_iac_bof.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/auxiliary/dos/windows/ftp/iis75_ftpd_iac_bof.rb b/modules/auxiliary/dos/windows/ftp/iis75_ftpd_iac_bof.rb index f7b4b0e263..a4d3333ff2 100644 --- a/modules/auxiliary/dos/windows/ftp/iis75_ftpd_iac_bof.rb +++ b/modules/auxiliary/dos/windows/ftp/iis75_ftpd_iac_bof.rb @@ -18,7 +18,7 @@ class Metasploit3 < Msf::Auxiliary def initialize(info = {}) super(update_info(info, - 'Name' => 'Microsoft IIS FTP Server Encoded Response Overflow', + 'Name' => 'Microsoft IIS FTP Server Encoded Response Overflow Trigger', 'Description' => %q{ This module triggers a heap overflow when processing a specially crafted FTP request containing Telnet IAC (0xff) bytes. When constructing the response, @@ -73,6 +73,7 @@ class Metasploit3 < Msf::Auxiliary sock.put(buf) disconnect + rescue ::Rex::ConnectionError end end