From owner-freebsd-security@FreeBSD.ORG Fri Jan 14 14:07:06 2005 Return-Path: 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 4A15B16A4D0 for ; Fri, 14 Jan 2005 14:07:06 +0000 (GMT) Received: from arginine.spc.org (arginine.spc.org [195.206.69.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id D168343D58 for ; Fri, 14 Jan 2005 14:07:05 +0000 (GMT) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id 231CF652FE; Fri, 14 Jan 2005 14:07:04 +0000 (GMT) Received: from arginine.spc.org ([127.0.0.1]) by localhost (arginine.spc.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 35358-03-2; Fri, 14 Jan 2005 14:07:03 +0000 (GMT) Received: from empiric.dek.spc.org (unknown [213.210.24.3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by arginine.spc.org (Postfix) with ESMTP id 848ED65211; Fri, 14 Jan 2005 14:06:49 +0000 (GMT) Received: by empiric.dek.spc.org (Postfix, from userid 1001) id 7CEA9612E; Fri, 14 Jan 2005 14:07:09 +0000 (GMT) Date: Fri, 14 Jan 2005 14:07:09 +0000 From: Bruce M Simpson To: Andriy Gapon Message-ID: <20050114140709.GD57985@empiric.icir.org> Mail-Followup-To: Andriy Gapon , freebsd-security@freebsd.org References: <41E796DC.2090102@icyb.net.ua> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <41E796DC.2090102@icyb.net.ua> cc: freebsd-security@freebsd.org Subject: Re: debugging encrypted part of isakmp X-BeenThere: freebsd-security@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Security issues [members-only posting] List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Jan 2005 14:07:06 -0000 On Fri, Jan 14, 2005 at 11:54:36AM +0200, Andriy Gapon wrote: > Are there any tools to decode encrypted part of isakmp provided that > identities of both peers are known to me and that I am able to observe > the whole exchange ? man 8 isakmpd: %%% -L Enable IKE packet capture. When this option is given, isakmpd will capture to file an unencrypted copy of the negotiation pack- ets it is sending and receiveing. This file can later be read by tcpdump(8) and other utilities using pcap(3). %%% Regards, BMS