summaryrefslogtreecommitdiff
path: root/net/nemesis
diff options
context:
space:
mode:
authoragc <agc>2001-10-11 15:37:55 +0000
committeragc <agc>2001-10-11 15:37:55 +0000
commit8da7fdaed788cf1a77d5ee2090a726d2db9f20ef (patch)
tree3bffeb8876b0687041e9dc1c13982dd7de9959ab /net/nemesis
parentc297b58b95e8d140bd3e5ce4a1aedb5396f8e667 (diff)
downloadpkgsrc-8da7fdaed788cf1a77d5ee2090a726d2db9f20ef.tar.gz
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.
Diffstat (limited to 'net/nemesis')
-rw-r--r--net/nemesis/Makefile14
-rw-r--r--net/nemesis/distinfo5
-rw-r--r--net/nemesis/patches/patch-aa15
-rw-r--r--net/nemesis/pkg/DESCR11
-rw-r--r--net/nemesis/pkg/PLIST17
5 files changed, 62 insertions, 0 deletions
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