Date: Sun, 08 Jun 2003 10:09:23 +0200 From: Kirill Ponomarew <ponomarew@oberon.net> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/53039: New port: new/disco Message-ID: <E19OvEx-0002bN-00@voodoo.oberon.net> Resent-Message-ID: <200306080820.h588KBRw045068@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 53039 >Category: ports >Synopsis: New port: new/disco >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Jun 08 01:20:11 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Kirill Ponomarew >Release: FreeBSD 4.8-STABLE i386 >Organization: Oberon.net >Environment: >Description: New port: new/disco IP discovery and fingerprinting utility # Uniquely identify source IPs on the network # Toggle discovery of only TCP SYN packets and fingerprint # Ability to toggle fingerprinting on/off # Output data to a flat text file # Define TCPDUMP style rules to filter on a subset or range of IPs # Able to turn "uniqueness" off when fingerprinting for fingerprinting all TCP SYN packets >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # net/disco # net/disco/Makefile # net/disco/distinfo # net/disco/pkg-descr # net/disco/pkg-plist # echo c - net/disco mkdir -p net/disco > /dev/null 2>&1 echo x - net/disco/Makefile sed 's/^X//' >net/disco/Makefile << 'END-of-net/disco/Makefile' X# New ports collection makefile for: disco X# Date created: 08.06.2003 X# Whom: Kirill Ponomarew <ponomarew@oberon.net> X# X# $FreeBSD$ X# X XPORTNAME= disco XPORTVERSION= 1.0 XCATEGORIES= net XMASTER_SITES= http://www.altmode.com/disco/ XDISTNAME= ${PORTNAME}-${PORTVERSION}bsd X XMAINTAINER= ponomarew@oberon.net XCOMMENT= IP discovery and fingerprinting utility X XGNU_CONFIGURE= yes XCONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ X LIBS="-L${LOCALBASE}/lib" XCONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} X Xpost-install: X.if !defined(NOPORTDOCS) X ${MKDIR} ${DOCSDIR} X.for i in README X ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} X.endfor X.endif X X.include <bsd.port.mk> END-of-net/disco/Makefile echo x - net/disco/distinfo sed 's/^X//' >net/disco/distinfo << 'END-of-net/disco/distinfo' XMD5 (disco-1.0bsd.tar.gz) = 30ac8349737f4c3eea2afc706fd189bb END-of-net/disco/distinfo echo x - net/disco/pkg-descr sed 's/^X//' >net/disco/pkg-descr << 'END-of-net/disco/pkg-descr' XDisco is a passive IP discovery and fingerprinting utility Xdesigned to sit on segments distributed throughout a network to Xdiscover unique IP's on the network. In addition to IP Xdiscovery disco has the ability to passively fingerprint TCP XSYN packets. The intention is for disco to discover IP's on the Xnetwork, fingerprint the packet if necessary, and load into the XGherkin Scan Manager database for targeted host scans. X XWWW: http://www.altmode.com/disco END-of-net/disco/pkg-descr echo x - net/disco/pkg-plist sed 's/^X//' >net/disco/pkg-plist << 'END-of-net/disco/pkg-plist' Xbin/disco Xbin/disco.fp X%%PORTDOCS%%%%DOCSDIR%%/README X%%PORTDOCS%%@dirrm %%DOCSDIR%% END-of-net/disco/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E19OvEx-0002bN-00>