diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-08-17 12:36:02 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-08-17 12:36:02 +0000 |
commit | 5834495a7aa065d1038a8e30bc8e3c88c9d47da5 (patch) | |
tree | 31570e9205df5f79e80acb2aabe32cc0e8706360 | |
parent | Fixed MASTER_SITES . (diff) |
- Update to 1.32;
- hand over maintainership to Marco Molteni <molter@tin.it>.
PR: 29676
Submitted by: Marco Molteni <molter@tin.it>
Notes
Notes:
svn path=/head/; revision=46362
-rw-r--r-- | net/nemesis/Makefile | 4 | ||||
-rw-r--r-- | net/nemesis/distinfo | 2 | ||||
-rw-r--r-- | net/nemesis/pkg-comment | 2 | ||||
-rw-r--r-- | net/nemesis/pkg-descr | 19 |
4 files changed, 18 insertions, 9 deletions
diff --git a/net/nemesis/Makefile b/net/nemesis/Makefile index 0d77ee3f4ba5..286b9c33a44f 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 f86ad9dea2e4..f13296ba1986 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 5b637ab9db8e..2461951b8602 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 8104e4378b5f..138386905c82 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/ |