From f615cf8be43fdeba297bfdfce1e1bb7afea6abdc Mon Sep 17 00:00:00 2001 From: agc Date: Thu, 11 Oct 2001 15:37:55 +0000 Subject: Initial import of nemesis-1.32 into the NetBSD Packages Collection. nemesis is a command-line UNIX network packet injection suite. supported protocols: TCP, UDP, ICMP, ARP/RARP, IGMP, DNS, RIP, and OSPF "Nemesis attacks directed through fragrouter could be a most powerful combination for the system auditor to find security problems that could then be reported to the vendor(s), etc." - Curt Wilson in Global Incident Analysis Center Detects Report (SANS Institute - Nov 2000) Provided in PR 14021 by xs@nitric.net. Munged slightly by me to use buildlink functionality, and to use the correct link time invocations for ELF binaries. --- net/nemesis/Makefile | 14 ++++++++++++++ net/nemesis/distinfo | 5 +++++ net/nemesis/patches/patch-aa | 15 +++++++++++++++ net/nemesis/pkg/DESCR | 11 +++++++++++ net/nemesis/pkg/PLIST | 17 +++++++++++++++++ 5 files changed, 62 insertions(+) create mode 100644 net/nemesis/Makefile create mode 100644 net/nemesis/distinfo create mode 100644 net/nemesis/patches/patch-aa create mode 100644 net/nemesis/pkg/DESCR create mode 100644 net/nemesis/pkg/PLIST (limited to 'net') diff --git a/net/nemesis/Makefile b/net/nemesis/Makefile new file mode 100644 index 00000000000..15ffdac7900 --- /dev/null +++ b/net/nemesis/Makefile @@ -0,0 +1,14 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/10/11 15:37:55 agc Exp $ + +DISTNAME= nemesis-1.32 +CATEGORIES= net +MASTER_SITES= http://jeff.wwti.com/nemesis/ + +MAINTAINER= xs@nitric.net +HOMEPAGE= http://www.packetfactory.net/Projects/nemesis/ +COMMENT= nemesis is a command-line UNIX network packet injection suite + +GNU_CONFIGURE= #defined + +.include "../../devel/libnet/buildlink.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/net/nemesis/distinfo b/net/nemesis/distinfo new file mode 100644 index 00000000000..7cacdb8d0dc --- /dev/null +++ b/net/nemesis/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2001/10/11 15:37:55 agc Exp $ + +SHA1 (nemesis-1.32.tar.gz) = 48ca109bf7a7bff01a00b56c00158120cb49d87a +Size (nemesis-1.32.tar.gz) = 57993 bytes +SHA1 (patch-aa) = be71918bdb09f18967d6d67c6a8857f70b03be91 diff --git a/net/nemesis/patches/patch-aa b/net/nemesis/patches/patch-aa new file mode 100644 index 00000000000..19cdc08c21e --- /dev/null +++ b/net/nemesis/patches/patch-aa @@ -0,0 +1,15 @@ +$NetBSD: patch-aa,v 1.1.1.1 2001/10/11 15:37:55 agc Exp $ + +Make sure that ELF libs are linked into the binary properly + +--- Makefile.in.orig Sun Jun 10 01:15:24 2001 ++++ Makefile.in Thu Oct 11 16:30:18 2001 +@@ -39,7 +39,7 @@ + # + DEFINES += @OS_S_DEFINES@ `libnet-config --defines` + CFLAGS = @CFLAGS@ -I@prefix@/include +-LIBS = -L@prefix@/lib -lnet -lpcap @ADDITIONAL_LIBS@ ++LIBS = -L@prefix@/lib -Wl,-R@prefix@/lib -lnet `libnet-config --libs` -lpcap @ADDITIONAL_LIBS@ + + ARP_OBJ = nemesis-arp.o nemesis-proto_arp.o + DNS_OBJ = nemesis-dns.o nemesis-proto_dns.o diff --git a/net/nemesis/pkg/DESCR b/net/nemesis/pkg/DESCR new file mode 100644 index 00000000000..344e5327639 --- /dev/null +++ b/net/nemesis/pkg/DESCR @@ -0,0 +1,11 @@ + +nemesis is a command-line UNIX network packet injection suite. + +supported protocols: TCP, UDP, ICMP, ARP/RARP, IGMP, DNS, + RIP, and OSPF + +"Nemesis attacks directed through fragrouter could be a most +powerful combination for the system auditor to find security +problems that could then be reported to the vendor(s), etc." + - Curt Wilson in Global Incident Analysis Center Detects Report + (SANS Institute - Nov 2000) diff --git a/net/nemesis/pkg/PLIST b/net/nemesis/pkg/PLIST new file mode 100644 index 00000000000..a66f926bb4e --- /dev/null +++ b/net/nemesis/pkg/PLIST @@ -0,0 +1,17 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2001/10/11 15:37:55 agc Exp $ +sbin/nemesis-arp +sbin/nemesis-dns +sbin/nemesis-icmp +sbin/nemesis-igmp +sbin/nemesis-ospf +sbin/nemesis-rip +sbin/nemesis-tcp +sbin/nemesis-udp +man/man1/nemesis-arp.1 +man/man1/nemesis-dns.1 +man/man1/nemesis-icmp.1 +man/man1/nemesis-igmp.1 +man/man1/nemesis-ospf.1 +man/man1/nemesis-rip.1 +man/man1/nemesis-tcp.1 +man/man1/nemesis-udp.1 -- cgit v1.2.3