From owner-freebsd-questions@FreeBSD.ORG Thu Jan 12 09:57:30 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A63BF16A41F for ; Thu, 12 Jan 2006 09:57:30 +0000 (GMT) (envelope-from mipam@ux11.ltcm.net) Received: from ux11.ltcm.net (213-84-197-131.adsl.xs4all.nl [213.84.197.131]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0176E43D46 for ; Thu, 12 Jan 2006 09:57:29 +0000 (GMT) (envelope-from mipam@ux11.ltcm.net) Received: from ux11.ltcm.net (mipam@localhost.ltcm.net [IPv6:::1]) by ux11.ltcm.net (8.12.9/8.12.9/UX11TT) with ESMTP id k0C9vRNh030588 for ; Thu, 12 Jan 2006 10:57:27 +0100 (MET) Received: from localhost (mipam@localhost) by ux11.ltcm.net (8.12.9/8.12.9/Submit) with ESMTP id k0C9vQvV023896 for ; Thu, 12 Jan 2006 10:57:26 +0100 (MET) Date: Thu, 12 Jan 2006 10:57:25 +0100 (MET) From: Mipam To: freebsd-questions@freebsd.org Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: proxy check port X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jan 2006 09:57:30 -0000 Hi All, I install the proxycheck port (ports/security/proxycheck) I wished to check whether a proxy is open. It appears there's a bug in the proxycheck program for example: proxycheck -vvv -d www.freebsd.org:80 -c chat:"GET http://www.freebsd.org/ HTTP/1.0":"HTTP/1.1 200 OK" -p hc:8080 127.0.0.1 It appears proxycheck is only sending "GET http" and omits everythings from the ":". HOwever, this : is between ""'s so it shouldn't be interpreted as the : to seperate the send string and reply string. Or am i doing something wrong here? Bye, Mipam.