Skip site navigation (1)Skip section navigation (2)
Date:      Wed,  1 Aug 2007 14:31:21 -0500 (CDT)
From:      Paul Schmehl <pauls@utdallas.edu>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/115125: security/chaosreader, new port submission
Message-ID:  <20070801193121.5BD30261824@utd59514.utdallas.edu>
Resent-Message-ID: <200708011940.l71Je1B0060116@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         115125
>Category:       ports
>Synopsis:       security/chaosreader, new port submission
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Aug 01 19:40:01 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Paul Schmehl
>Release:        FreeBSD 6.0-SECURITY i386
>Organization:
The University of Texas at Dallas
>Environment:
System: FreeBSD hostname.utdallas.edu 6.0-SECURITY FreeBSD 6.0-SECURITY #0: Wed Feb 14 12:22:36 UTC 2007 root@builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:
	security/chaosreader, new port submission
>How-To-Repeat:
	
>Fix:

	

--- Makefile begins here ---
# New ports collection makefile for:	chaosreader
# Date created:				1 Aug 2007
# Whom:					pauls
#
# $FreeBSD$
#

PORTNAME=	chaosreader
PORTVERSION=	0.94
CATEGORIES=	security
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	chaosreader
DISTFILES=	${PORTNAME}${PORTVERSION} sshkeydata0.20
EXTRACT_ONLY=

MAINTAINER=	pauls@utdallas.edu
COMMENT=	A tool to extract data from tcpdump logs

NO_BUILD=	yes

PLIST_FILES=	bin/chaosreader0.94 bin/sshkeydata0.20

do-install:
	${INSTALL_SCRIPT} ${DISTDIR}/chaosreader0.94 \
		${PREFIX}/bin
	${INSTALL_SCRIPT} ${DISTDIR}/sshkeydata0.20 \
		${PREFIX}/bin

.include <bsd.port.mk>
--- Makefile ends here ---

--- distinfo begins here ---
MD5 (chaosreader0.94) = ef307a4aa11964dc2558248847219ae9
SHA256 (chaosreader0.94) = e84e2044aec3371ea5505d7d7db2c746d62ee1d24c970b90775e25c3625ab982
SIZE (chaosreader0.94) = 185986
MD5 (sshkeydata0.20) = 0fc49c757b879a4636e2b68983538449
SHA256 (sshkeydata0.20) = 324b6b7b4110dbfbb9ca93309853b651d290018b4d0d3fe68ae3078fca27e36d
SIZE (sshkeydata0.20) = 11341
--- distinfo ends here ---

--- pkg-descr begins here ---
Chaosreader is a perl script that parses snoop or tcpdump logs
and extracts sessions for a number of different appplications:
ssh, telnet, smtp, irc, ftp, etc.  The data are formatted into
an html file and can be used to replay some sessions.

Sshkeydata is a perl script that attempts to recreate ssh
sessions extracted by chaosreader by estimating what commands
may have been typed.

Both scripts are installed in ${PREFIX}/bin

WWW: http://sourceforge.net/projects/chaosreader
--- pkg-descr ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



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