aboutsummaryrefslogtreecommitdiffstats
path: root/net/nemesis
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2001-08-17 20:36:02 +0800
committersobomax <sobomax@FreeBSD.org>2001-08-17 20:36:02 +0800
commitf37f8938677111239b3753fbe0265735cb83d29e (patch)
tree831c03b9e3294749120525d53382058fca61d373 /net/nemesis
parentbb696cb08fab0474ff59f992e7619dcc90b1c2d4 (diff)
downloadfreebsd-ports-graphics-f37f8938677111239b3753fbe0265735cb83d29e.tar.gz
freebsd-ports-graphics-f37f8938677111239b3753fbe0265735cb83d29e.tar.zst
freebsd-ports-graphics-f37f8938677111239b3753fbe0265735cb83d29e.zip
- Update to 1.32;
- hand over maintainership to Marco Molteni <molter@tin.it>. PR: 29676 Submitted by: Marco Molteni <molter@tin.it>
Diffstat (limited to 'net/nemesis')
-rw-r--r--net/nemesis/Makefile4
-rw-r--r--net/nemesis/distinfo2
-rw-r--r--net/nemesis/pkg-comment2
-rw-r--r--net/nemesis/pkg-descr19
4 files changed, 18 insertions, 9 deletions
diff --git a/net/nemesis/Makefile b/net/nemesis/Makefile
index 0d77ee3f4ba..286b9c33a44 100644
--- a/net/nemesis/Makefile
+++ b/net/nemesis/Makefile
@@ -6,9 +6,9 @@
#
PORTNAME= nemesis
-PORTVERSION= 1.2
+PORTVERSION= 1.32
CATEGORIES= net security
-MASTER_SITES= http://www.packetninja.net/nemesis/
+MASTER_SITES= http://jeff.wwti.com/nemesis/
MAINTAINER= ports@FreeBSD.org
diff --git a/net/nemesis/distinfo b/net/nemesis/distinfo
index f86ad9dea2e..f13296ba198 100644
--- a/net/nemesis/distinfo
+++ b/net/nemesis/distinfo
@@ -1 +1 @@
-MD5 (nemesis-1.2.tar.gz) = 2cbea648d14be173cb64f9375c70425a
+MD5 (nemesis-1.32.tar.gz) = 19e3e8eb6ff86c35580adf630e6df398
diff --git a/net/nemesis/pkg-comment b/net/nemesis/pkg-comment
index 5b637ab9db8..2461951b860 100644
--- a/net/nemesis/pkg-comment
+++ b/net/nemesis/pkg-comment
@@ -1 +1 @@
-Network packet builder & injection suite
+Command-line UNIX network packet creation and injection suite
diff --git a/net/nemesis/pkg-descr b/net/nemesis/pkg-descr
index 8104e4378b5..138386905c8 100644
--- a/net/nemesis/pkg-descr
+++ b/net/nemesis/pkg-descr
@@ -1,7 +1,16 @@
-Nemesis is a command line, portable "human IP stack". It can be useful for
-easy injection of packet streams from simple shell scripts. It supports
-8 protocols (ARP, DNS, ICMP, IGMP, OSPF, RIP, TCP, UDP), and packets can be
-injected on either Layer 2 or Layer 3.
+The Nemesis Project is designed to be a commandline-based, portable human IP
+stack for UNIX/Linux. The suite is broken down by protocol, and should allow
+for useful scripting of injected packet streams from simple shell scripts.
+
+Key Features:
+
++ ARP/RARP, DNS, ICMP, IGMP, OSPF, RIP, TCP, UDP protocol support
++ Layer 2 or Layer 3 injection (by presence/absence of -d <dev> switch)
++ Packet Payload from file
++ tested on OpenBSD, NetBSD, FreeBSD, Solaris/Trusted Solaris, Linux,
+ and Mac OS X
+
+Example usage:
* nemesis-tcp -v -S 192.168.1.1 -D 192.168.2.2 -fS -fA -y 22 -P foo
send TCP packet (SYN/ACK) with payload from ascii file 'foo' to target's
@@ -19,4 +28,4 @@ injected on either Layer 2 or Layer 3.
In other words, who-has the mac address of 10.10.15.1, tell 10.11.30.5
- assuming 00:01:02:03:04:05 is the source mac address of our 'ne0' device.
-WWW: http://www.packetninja.net/nemesis/
+WWW: http://www.packetfactory.net/nemesis/