From owner-freebsd-security Thu Mar 6 14:39:20 2003 Delivered-To: freebsd-security@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CCD9137B401 for ; Thu, 6 Mar 2003 14:39:17 -0800 (PST) Received: from lava.sentex.ca (pyroxene.sentex.ca [199.212.134.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A39543F75 for ; Thu, 6 Mar 2003 14:39:17 -0800 (PST) (envelope-from mike@sentex.net) Received: from simian.sentex.net (simeon.sentex.ca [192.168.43.27]) by lava.sentex.ca (8.12.8/8.12.8) with ESMTP id h26MdFQp005723; Thu, 6 Mar 2003 17:39:15 -0500 (EST) (envelope-from mike@sentex.net) Message-Id: <5.2.0.9.0.20030306173914.05e9fd28@marble.sentex.ca> X-Sender: mdtpop@marble.sentex.ca (Unverified) X-Mailer: QUALCOMM Windows Eudora Version 5.2.0.9 Date: Thu, 06 Mar 2003 17:43:33 -0500 To: clark shishido From: Mike Tancsa Subject: Re: network audit of sendmail Cc: freebsd-security@FreeBSD.ORG In-Reply-To: <20030306213934.GA435@ruminary.org> References: <5.2.0.9.0.20030306094902.06e759a8@marble.sentex.ca> <5.2.0.9.0.20030306094902.06e759a8@marble.sentex.ca> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Virus-Scanned: By Sentex Communications (lava/20020517) Sender: owner-freebsd-security@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org At 01:39 PM 06/03/2003 -0800, clark shishido wrote: >take a look at /usr/ports/security/scanssh >it already supports ports 22 & 80 to get >server type/version number strings for ssh >and http. +++ connecter.c Thu Mar 6 17:34:17 2003 @@ -246,6 +246,9 @@ case 80: scan_http(sock, buf, size); break; + case 25: + scan_http(sock, buf, size); + break; } close(sock); needs to be added and it will work for scanning port 25. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-security" in the body of the message