Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 06 Mar 2003 17:43:33 -0500
From:      Mike Tancsa <mike@sentex.net>
To:        clark shishido <clark@ruminary.org>
Cc:        freebsd-security@FreeBSD.ORG
Subject:   Re: network audit of sendmail
Message-ID:  <5.2.0.9.0.20030306173914.05e9fd28@marble.sentex.ca>
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>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5.2.0.9.0.20030306173914.05e9fd28>